username:passwordAuthorization: Basic *****************{
"method": 3,
"mapRangeMin": {
"x": -4.0,
"y": 2.0
},
"mapRangeMax": {
"x": 1.0,
"y": -2.0
}
}curl --location '169.254.128.2:5480/woosh/robot/EstimateRobotPose' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"method": 3,
"mapRangeMin": {
"x": -4.0,
"y": 2.0
},
"mapRangeMax": {
"x": 1.0,
"y": -2.0
}
}'{
"body": {
"confidence": 0,
"mapRangeMax": {
"theta": 0,
"x": 1,
"y": -2
},
"mapRangeMin": {
"theta": 0,
"x": -4,
"y": 2
},
"method": 3
},
"msg": "estimate robot pose failed",
"ok": false,
"timestamp": 1784515717560,
"type": "woosh.robot.EstimateRobotPose"
}