geographic_msgs/GetGeoPath Service

File: geographic_msgs/GetGeoPath.srv

Raw Message Definition

# Searches for given start and goal the nearest route segments
# and determine the path through the RouteNetwork

geographic_msgs/GeoPoint start        # starting point
geographic_msgs/GeoPoint goal         # goal point

---

bool success                          # true if the call succeeded
string status                         # more details

geographic_msgs/GeoPath plan          # path to follow

Compact Message Definition