ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It is correct, this tutorial creates the odom frame, which is needed if you are not using the plugins for the simulation and want to publish odom on a real robot. That code above publishes the Odometry values and setting the child_frame to be the base_link would actually move your URDF described robot in RViz based on the Odometry values.