Map

Describe a map with its infos, images, and map elements 🗺

See

RoboccDocs for further information

Hierarchy

  • Map

Properties

autopilots?: AutopilotConfig[]

List of autopilot configurations

behaviour?: Behaviour

General behaviour

charging_stations?: ChargingStation[]

List of charging stations

critical_battery_threshold?: number

Critical battery threshold

custom_areas?: CustomArea[]

List of custom areas

description: string

Description

docked_poses?: DockedPose[]

List of docked poses

fiducials?: Fiducial[]

List of fiducials

forbidden_areas?: ForbiddenArea[]

List of forbidden areas

height: number

Map's height in pixel

id?: number

Id

id_site?: number

Id of parent site

img_erase_layer?: string

Erase layer image in base 64

img_final?: string

Final image in base 64

img_original?: string

Original image in base 64

img_trinary?: string

Trinary image in base 64

last_update?: number

Timestamp of map's last update

name: string

Name

operational_battery_threshold?: number

Operational battery threshold

orientation_angle?: number

Map's orientation angle in trigonometric direction, reverse clockwise

resolution?: number

Map's resolution in cm/pixel

routes?: RoutesGraph

Routes graph

saved_poses?: SavedPose[]

List of saved poses

surface?: number

Mapped surface of the map

threshold_high?: number

Threshold high

threshold_low?: number

Threshold low

uuid?: number

Uuid, unique identifier on the current site

uuid_preferred_charging_station?: number

Uuid of preferred charging station

width: number

Map's width in pixel

Generated using TypeDoc