You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most probably, the issue is not related to Audio, the Audio is just the 1st service to start and when your system crushes it stops on the 1st service that is Audio.
From our previous experience, we had this issue because of firewalls blocking the connection. So it was related to the network problem.
https://github.com/jsk-ros-pkg/jsk_robot/tree/master/jsk_naoqi_robot#troubleshooting
上記のtrouble shootingに従って、
~/catkin_ws/src/naoqi_driver/share/boot_config.json
のaudioをfalseに設定しました。NaOでjsk_nao_starupを実行するときに、falseのままだと
/nao_robot/naoqi_driver/audio
がpublishされず、speech recognitionが実行できませんでした。実行したかったコードはhttps://github.com/jsk-ros-pkg/jsk_robot/tree/master/jsk_naoqi_robot/jsk_nao_startup を参考に、
です。
trueにして実行したら、
/nao_robot/naoqi_driver/audio
もpublishされて、speech recognitionも実行できました。なぜubuntu 18.04ではfalseにするのでしょうか?
trueだとどんな問題が起きるのか知りたいです。
cc @Kanazawanaoaki
The text was updated successfully, but these errors were encountered: