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

Revision history [back]

One way to do this, is to determine the heading between odom and base_link which is published by the driver. An example of this can be found here in albany-ros-pkg seminar2011/square_with_tf.py. This was an example piece of code we used to draw squares on the ground with that same driver, although it was last run 2 years ago so something might have changed in the driver or ROS since then.