GetRtJointVel#

This command returns the current joint velocities, calculated by differentiating the joint encoders data.

Syntax#

GetRtJointVel()

Responses#

  • [2212][t, ω1, ω2, v3, ω4]

    • t: timestamp in microseconds;

    • ω1, ω2, ω4: the rates of change of joints 1, 2, and 4;

    • v3: the rate of change of joint 3, in mm/s.

Usage restrictions#

This command can be executed in any robot state.

Cyclic protocols#

In cyclic protocols, the command GetRtJointVel is represented by DynamicDataTypeID 42. See Section 4.4.6 for more details.