Retrieves the robot's current map metadata
Retrieves the map metadata for the robot’s current map. By default, a map metadata including size, resolution, last updated timestamp and other fields is returned in JSON format.
Documentation Index
Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
InOrbit appKey authenticates API requests using a token.
You can obtain your appKey in the Authentication docs.
Path Parameters
The robot's id
Response
The current map's metadata, in JSON format.
Unique robot ID
Map ID (unique only within robot)
Frame ID (unique only within robot)
Map label (usually corresponds to ROS topic)
Map width, in pixels
Map height, in pixels
Map resolution
Map origin, X
Map origin, Y
Internal data hash. Can be safely used to determine if map has been modified.
Map format version. If not provided, it defaults to 1. This field is used to determine the way the map is displayed. Version 2 displays the map as uploaded, while version 1 mirrors the image vertically before displaying it.
Latest modification timestamp (unix epoch millis)