git commit -m "first commit"
This commit is contained in:
17
navigations/geographic_info/geographic_msgs/srv/GetGeoPath.srv
Executable file
17
navigations/geographic_info/geographic_msgs/srv/GetGeoPath.srv
Executable file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
|
||||
uuid_msgs/UniqueID network # the uuid of the RouteNetwork
|
||||
uuid_msgs/UniqueID start_seg # the uuid of the starting RouteSegment
|
||||
uuid_msgs/UniqueID goal_seg # the uuid of the ending RouteSegment
|
||||
float64 distance # the length of the plan
|
||||
Reference in New Issue
Block a user