Skip to content

waypoints

Chris Goodin edited this page Sep 4, 2020 · 1 revision

Waypoints

The global path is a set of user defined waypoints in local ENU coordinates. A set of example waypoints can be found in the config directory of the package. The x-components and y-components are defined in two separate lists.

waypoints_x: [ -100.0, -50.0, 0.0, 50.0  ]
waypoints_y: [ 0.0, 0.0, 0.0, 0.0 ]

The number of points in the two lists must match for the node to run correctly.