POST
/
joints
/
write

Body

application/json

Request to set the joints of the robot.

angles
number[]
required

A list of length 7, with the position of each joint in radian.

unit
enum<string>
default:
rad

The unit of the angles. Defaults to radian.

Available options:
rad,
motor_units,
degrees

Response

200 - application/json

Default response.

status
string
default:
ok
Allowed value: "ok"