ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
How do you get your odometry information? Do you have it already computed and ready to fill the nav_msgs/Odometry
and tf
fields?
If yes, you should just use standard time publisher node from the documentation.
If no, you have to prepare the odometry - I suggest you to check these with hints how to do it: