Created
January 15, 2016 16:41
-
-
Save evgeniyp/ce74736a52ac1a57270a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Arduino: scenario_track request: 1 | |
> SoundHandler: player: stop | |
> SoundHandler: player: playfile scenario 001 | |
>>> Player::play: /usr/bin/aplay /home/pi/woodbot/sounds/card.reader/scenario/001.wav | |
> Sending: controls: mouth=1; hgurdy=0 | |
/home/pi/woodbot/sounds/card.reader/scenario/001.wav: No such file or directory | |
>>> Player::run(): playback finished... | |
> Play back finished | |
> Sending: player: stopped | |
> Sending: controls: hgurdy=0; mouth=0 | |
player: stopped | |
controls: hgurdy=0; mouth=0 | |
>>> Player::run(): done! | |
> Arduino: Incoming command: controls: mouth=1; hgurdy=0 | |
> Arduino: Incoming command: | |
> Arduino: Incoming command: | |
> Arduino: Incoming command: player: stopped | |
> SoundHandler: player: status | |
> Play back status requested; replying: finished | |
> Sending: player: stopped | |
> Sending: controls: hgurdy=0; mouth=0 | |
> Arduino: Incoming command: controls: hgurdy=player: stopped | |
> Arduino: Incoming command: controls: hgurdy=0; mouth=0 | |
> SoundHandler: player: status | |
> Play back status requested; replying: finished | |
> Sending: player: stopped | |
> Sending: controls: hgurdy=0; mouth=0 | |
> Arduino: Incoming command: player: stopped | |
> Arduino: Incoming command: controls: hgurdy=0; mouth=0 | |
Face found at: X=90; Y=147 | |
Turn request: -86 | |
> Sending: turn: -86 | |
> Turn request '-86' sent to Arduino | |
> Arduino: Incoming command: turn: -86 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment