ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
No need to calculate velocities yourself. Transformer::lookupTwist() will return velocity as a geometry_msgs/Twist.
2 | No.2 Revision |
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.