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

Revision history [back]

click to hide/show revision 1
initial version

Assuming your new urdf file does indeed define the frames, you need to reload the robot_description parameter and relaunch the robot_state_publisher in order for any changes you've made to the urdf to take effect. On the Jackal you could do this with

rosnode kill robot_state_publisher && roslaunch jackal_description description.launch

Alternatively you could just restart ROS or the robot itself.