GeoPose Support
What is GeoPose?
The MultiSet Localization Response
Sample API Response:
{
"poseFound": true,
"position": {
"x": -0.1236,
"y": 1.5630,
"z": 6.9945
},
"rotation": {
"x": 0.0054,
"y": -0.5753,
"z": -0.0092,
"w": 0.8178
},
"mapIds": [
"68c8fe2ff8f229955c39eb02"
],
"GeoPose": {
"frame_spec": {
"model": "WGS-84",
"frame": "Y-Up-ENU"
},
"pose": {
"position": {
"lat": 12.952603,
"lon": 77.616157,
"h": 912.9230
},
"quaternion": {
"x": 0.0104,
"y": -0.9851,
"z": -0.0026,
"w": 0.1715
}
}
}
}Understanding the Two Coordinate Systems
1. Local Map Coordinates (position, rotation)
2. Global Coordinates (GeoPose)
Why This Matters: Use Cases for GeoPose
Practical Example
Last updated