Closed roystonshieh closed 9 months ago
@wr1159 where http docu
Post
{ "action": "openDoor", "parameters": { "robotId": "TurtleBot3_ID" } }
Response
{ "status": "success", "data": { "doorOpened": random(1, 3) == 1 ? "door1" : "door2" } }
{ "status": "error", "message": "Error description" }
@wr1159 where http docu
Post
Response