ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is a tutorial about calculating odometry for an omnidirectional robot on the wiki. There is also example code.
About visualizing the path in rviz, simply publish a nav_msgs/Path
message with the intermediate points that you visited.