phospho home page
phospho
  • Contact us
  • Get hardware
  • Get hardware
Documentation
Github
Getting Started
  • Welcome to phosphobot
  • Install phosphobot
Basic Usage
  • Control your robot arm
  • Record a robotics dataset
  • Train a robotics AI model
  • Control robot with AI models
Learn about robotics
  • Core Robotics Concepts
  • Kinematics
  • LeRobot Dataset format
  • Datasets Best Practices
  • Train robotics AI models
  • Policies in AI Robotics
  • Gravity Compensation
  • Cameras
Hardware
  • Starter pack unboxing (DK2)
  • Quickstart with your SO-100
  • Dev kit unboxing (DK1)
  • Build the SO-100 robot arm
Examples
  • Simple controls
  • Computer vision
  • Teleoperation on local network
  • Teleoperation from anywhere in the world
API Reference
  • Control
    • POST
      Initialize Robot
    • POST
      Teleoperation Control
    • Teleoperation Control (WebSocket)
    • POST
      Move to Absolute Position
    • POST
      Move to Relative Position
    • POST
      Use the leader arm to control the follower arm
    • POST
      Stop the leader-follower control
    • POST
      Read End-Effector Position
    • POST
      Read Torque
    • POST
      Toggle Torque
    • POST
      Read Joint Positions
    • POST
      Write Joint Positions
    • POST
      Calibrate Robot
  • Recording
  • AI model
  • Camera
Control

Toggle Torque

Enable or disable the torque of the robot.

POST
/
torque
/
toggle
{
  "message": "<string>",
  "status": "ok"
}

Query Parameters

​
robot_id
integer | null

Body

application/json

Request to control the robot's torque.

Response

200
application/json

Successful Response

Default response. May contain other fields.

Was this page helpful?

Read TorqueRead Joint Positions
twittergithubyoutubewebsitelinkedindiscord
Powered by Mintlify
{
  "message": "<string>",
  "status": "ok"
}