{
"precision": true,
"storage": {
"identity": {
"id": 66666,
"no": "C1"
},
"pose": {
"dock": {
"x": 1.2,
"y": 2.3,
"theta": 3.14
},
"real": {
"x": 1.2,
"y": 2.3,
"theta": 3.14
}
},
"nav": {
"arr": 1
},
"dock": {
"boardType": 1
},
"charger": {}
}
}curl --location '169.254.128.2:5480/woosh/map/mark/storage/Create' \
--header 'Content-Type: application/json' \
--data '{
"precision": true,
"storage": {
"identity": {
"id": 66666,
"no": "C1"
},
"pose": {
"dock": {
"x": 1.2,
"y": 2.3,
"theta": 3.14
},
"real": {
"x": 1.2,
"y": 2.3,
"theta": 3.14
}
},
"nav": {
"arr": 1
},
"dock": {
"boardType": 1
},
"charger": {}
}
}'{}