ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are two issues with your command:
So if you type something like this:
rostopic pub /joint_angles nao_msgs/JointAnglesWithSpeed -- '[ 1, now, Head]' '[HeadYaw,HeadPitch]' '[1,-1]' 1.0 0
It works (at least on ros groovy with nao_controller up and running)
2 | No.2 Revision |
There are two issues with your command:
So if you type something like this:this...
rostopic pub /joint_angles nao_msgs/JointAnglesWithSpeed -- '[ 1, now, Head]' '[HeadYaw,HeadPitch]' '[1,-1]' 1.0 0
It works ... it should work (at least on ros groovy with nao_controller nao_controller
up and running)