ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can get some debugging information by running rostopic echo /joint_states
. Check that r_base_RollJoint
is present in all the JointState
messages.
2 | No.2 Revision |
You can get some debugging information by running rostopic echo /joint_states
. Check that r_base_RollJoint
is present in all the JointState
messages.messages, even if the joint did not move. Also, check that the joint states are published at a reasonable rate (say, at least 10 Hz or so). You can do that using rostopic hz /joint_states
.