{
"ai_control_signal_id": "<string>",
"ai_control_signal_status": "stopped",
"message": "<string>",
"server_info": {
"model_id": "<string>",
"port": 123,
"server_id": 123,
"tcp_socket": [
"<any>"
],
"timeout": 123,
"url": "<string>"
},
"status": "ok"
}
Start the auto control by AI.
{
"ai_control_signal_id": "<string>",
"ai_control_signal_status": "stopped",
"message": "<string>",
"server_info": {
"model_id": "<string>",
"port": 123,
"server_id": 123,
"tcp_socket": [
"<any>"
],
"timeout": 123,
"url": "<string>"
},
"status": "ok"
}
Request to start the AI control of the robot.
Successful Response
Response when starting the AI control.
Was this page helpful?