username:password
Authorization: Basic *****************
{
"pose": {
"x": 12.3,
"y": 5.6,
"theta": 1.57
}
}
curl --location --request POST '/woosh/robot/SetRobotPose' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pose": {
"x": 12.3,
"y": 5.6,
"theta": 1.57
}
}'
{"body":{},"msg":"Request succeed","ok":true,"type":"woosh.robot.SetRobotPose"}