GetRtTargetJointPos#
This command returns the current target joint set.
Syntax#
GetRtTargetJointPos()
Responses#
[2200][t, θ1, θ2, d3, θ4]
t: timestamp in microseconds;
θ1, θ2, θ4: the angles of joint 1, 2, and 4, in degrees;
d3: the position of joint 3, in mm.
Note
The deprecated GetJoints command, which remains supported, returns the same
data, except for the timestamp. The message ID is also different, being 2026.
Usage restrictions#
This command can be executed in any robot state.
Cyclic protocols#
In cyclic protocols, the command GetRtTargetJointPos is represented by the
TargetJointSet section (see Section 4.5.3).