Route API#
- /api/routing/state
- /api/routing/route
- /api/routing/set_route_points
- /api/routing/set_route
- /api/routing/clear_route
Description#
This API manages destination and waypoints. Note that waypoints are not like stops and just points passing through. In other words, Autoware does not support the route with multiple stops, the application needs to split it up and switch them. There are two ways to set the route. The one is a generic method that uses pose, another is a map-dependent.
States#
State | Description |
---|---|
UNSET | The route is not set. Waiting for a route request. |
SET | The route is set. |
ARRIVED | The vehicle has arrived at the destination. |
CHANGING | Trying to change the route. Not implemented yet. |