Closed 20niship closed 1 year ago
さっきお話しした内容です:
/nao_robot/pose/rest
(電源オフ)
/nao_robot/pose/wakeup
(電源オン)
/nao_robot/pose/life/disable
(AutonomousLife オフ)
/nao_robot/pose/life/enable
(AutonomousLife オン)
参考:AutnomousLifeについて http://doc.aldebaran.com/2-4/family/pepper_user_guide/life_pep.html
プログラム書いたり、ロボットを動かす前に、
rosservice call /nao_robot/pose/life/disable
して
rosservice call /nao_robot/pose/wakeup
すると
動いてほしいように動いてくれるはずです!
(NAOqi Dashboardの歯車から選んでもOKです! 参考:https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_naoqi_robot/jsk_pepper_startup/README.md#dashboard )
なるほど、、、 たまに頭が動いたりして謎だったのですが、それもautonomous lifeがONになってたからなんですね 今後は動かす前にdisable lieを送るようにしてみます!
ありがとうございます!!
Naoで立ち座りなどあまりやられてない動作をしたい gazebo使えるようにした