cURL
curl --request POST \ --url https://api.example.com/torque/read
{ "current_torque": [ 123 ] }
Read the current torque of the robot’s joints.
Documentation IndexFetch the complete documentation index at: https://docs.phospho.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phospho.ai/llms.txt
Use this file to discover all available pages before exploring further.
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?