Route network path planner.
Edge stores graph edge data for a way point.
| Parameters: |
|
|---|
Exception raised when there is no path to the goal.
Planner plans a route through a RouteNetwork.
| Parameters: | graph – geographic_msgs/RouteNetwork message. |
|---|
Plan route from start to goal.
| Parameters: | req – geographic_msgs/GetRoutePlan request message. |
|---|---|
| Returns: | geographic_msgs/RoutePath message. |
| Raises : | ValueError if invalid request. |
| Raises : | NoPathToGoalError if goal not reachable. |