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

Revision history [back]

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:

    • https://navigation.ros.org/setup_guides/odom/setup_odom.html
    • https://wiki.ros.org/navigation/Tutorials/RobotSetup/Odom/