Definition of boundaries in which a mobile robot can deviate from its trajectory, e. g. to avoid obstacles.

Hierarchy

  • Corridor

Indexable

[property: string]: any

Properties

corridorReferencePoint?: CorridorReferencePoint

Defines whether the boundaries are valid for the kinematic center or the contour of the mobile robot.

leftWidth: number

Defines the width of the corridor in meters to the left related to the trajectory of the mobile robot.

releaseLossBehavior?: ReleaseLossBehavior

Defines how the robot shall behave in case its release of a corridor expires or gets revoked by the fleet control. Default: STOP

releaseRequired?: boolean

Optional flag that indicates if the robot must request approval from the fleet control. If not defined, no release is required.

rightWidth: number

Defines the width of the corridor in meters to the right related to the trajectory of the mobile robot.

Generated using TypeDoc