ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You have the three following joints: base_to_right_wheel, base_to_left_wheel and base_to_stable.

In the code you posted, you publish joint_states for: swivel, tilt and periscope.

This does obviously not match. You need to publish the joint_states for the joints that you define in your URDF...

You have the three following joints: base_to_right_wheel, base_to_left_wheel and base_to_stable.

In the code you posted, you publish joint_states for: swivel, tilt and periscope.

This does obviously not match. You need to publish the joint_states for the (non-fixed) joints that you define in your URDF...