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

Revision history [back]

No need to calculate velocities yourself. Transformer::lookupTwist() will return velocity as a geometry_msgs/Twist.

No need The standard way to calculate get velocities yourself. from TF is with Transformer::lookupTwist() , which will return velocity as a geometry_msgs/Twist.. I'm not sure how that will work with your intermittent TF broadcasting though.