Sends the robot to target coordinates.
Key | Value | Comment |
---|---|---|
method | "app_goto_target" |
|
params | [x, y] |
Coordinate intergers where to goto. |
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "app_goto_target",
"params": [24200, 20200],
"id": 12150
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 12150
}