Edge request information sent by the mobile robot to fleet control.

Hierarchy

  • EdgeRequest

Indexable

[property: string]: any

Properties

edgeId: string

Globally unique identifier referencing the edge the request is related to.

requestId: string

Unique per mobile robot identifier across all active requests.

requestStatus: RequestStatus

When stating a request, this is set to REQUESTED. After response or update from fleet control set to GRANTED or REVOKED. If lease time expires set to EXPIRED.

requestType: Corridor

Enum specifying the type of edge the request relates to.

sequenceId: number

Tracking number for sequence of edge within order. Required to uniquely identify the referenced edge within the order.

Generated using TypeDoc