Retrieves a robot's map metadata given is id
Retrieves an individual map’s metadata or binary data. By default, a map metadata including size, resolution, last updated timestamp and other fields is returned in JSON format (see application/json response). By specifying Accept: image/png the map in binary image form can be retrieved. See also /download API path.
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.
Response
A binary map image. Note that response 302 is more frequently implemented.
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)