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

Revision history [back]

click to hide/show revision 1
initial version

tf2 does not support transforming velocities. There is a former transformTwist method. But to transform velocities there are several extra reference frames that need to be considered when transforming it. To that end the Twist datatype doesn't have enough information. And the tf data doesn't have velocities built in so it requires discrete differentiation with a parameterized time period which is another parameter that's also application specific and needs to be tuned.