Skip to content

client: Add first version of robot behavior

Tom JORQUERA requested to merge tjorquera/hublot:issue-11 into master

Implement first version of robot behavior. Currently, the robot listen for new participants and, when a participant connect, start speech recognition.

The results of speech recognition are displayed in the console.

The robot requires the start() method to be called to begin. This method is automatically called by the runner after loading all the modules.

closes #11 (closed)

Merge request reports