cURL
curl --request POST \ --url https://api.example.com/torque/read
{ "current_torque": [ 123 ] }
Read the current torque of the robot’s joints.
Successful Response
Response to read the torque of the robot.
A list of length 6, with the current torque of each joint.
Was this page helpful?