Body
Request to start the AI control of the robot.
Hugging Face model id to use
Type of model to use. Can be gr00t or act.
gr00t
, ACT
, ACT_BBOX
Format of the angles used in the model. Can be 'degrees', 'radians', or 'other'. If other is selected, you will need to specify a min and max angle value.
degrees
, rad
, other
"rad"
Mapping of the camera keys to the camera ids. If set to None, use the default mapping based on cameras order.
{ "context_camera": 1, "wrist_camera": 0 }
Checkpoint to use for the model. If None, uses the latest checkpoint.
500
If angle_format is 'other', this is the maximum angle value used in the model. If None and angle_format is 'other', will raise an error.
If angle_format is 'other', this is the minimum angle value used in the model. If None and angle_format is 'other', will raise an error.
Prompt to be followed by the robot
List of robot serial ids to ignore. If set to None, controls all available robots.
["/dev/ttyUSB0"]
Name of the camera to use when ACT_BBOX model is used. This is only required for ACT_BBOX models, and is ignored for other models.
Speed of the AI control. 1.0 is normal speed, 0.5 is half speed, 2.0 is double speed. The highest speed is still bottlenecked by the GPU inference time.
0.1 <= x <= 2
Whether to verify the setup before starting the AI control. If False, skips the verification step.
Response
Successful Response