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

Revision history [back]

If you want to record the linear velocity of the end effector of your UR10 then you're going to have to program a simple node to do this yourself.

The python transform listener tutorial should be a good place to start. You'll want to look up the transform between the base frame and EE frame, then by comparing two different samples you can work out the change in position and change in time and therefore working out the velocity.

Hope this makes sense.