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

Revision history [back]

Create a frame that has the same orientation as robot frame but the same origin as camera frame, then use transformPoint on the velocity vector (which can be treated as a point that is relative to the camera frame) from camera frame to the shifted robot frame. Since it is linear velocity the velocity is the same everywhere on the robot, so the translated origin doesn't matter.