Represents context information of an edge traversal.

Hierarchy

  • TraverseEdgeContext

Properties

edge: Edge

The edge to be traversed.

endNode: Node

The end node of the edge to be traversed.

startNode: Node

The start node of the edge to be traversed.

trajectory?: Trajectory

Defines the edge trajectory path calculated by the AGV or master control (optional).

If not specified or undefined, the AGV cannot process trajectories or calculates the route on the fly when the traverse handler is invoked.

Methods

  • Callback to be invoked once by the AGV adapter when the edge of this context has been completely traversed.

    Returns void

Generated using TypeDoc