Skip to content

Commit

Permalink
Merge pull request usdot-fhwa-stol#110 from usdot-fhwa-stol/feature/f…
Browse files Browse the repository at this point in the history
…reight-route

Update SetActiveRoute.srv to include a 'choice' field and a destination points array field
  • Loading branch information
JonSmet authored Aug 4, 2021
2 parents 7e8198f + fd1b1d2 commit 804f8f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cav_srvs/srv/SetActiveRoute.srv
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@
#

# Request

# Enumeration values for the method being used to provide the route destination points
uint8 choice

uint8 ROUTE_ID=0
uint8 DESTINATION_POINTS_ARRAY=1

# The id of the route to select
string routeID

# The array of destination points to be used for route generation
cav_msgs/Position3D[] destination_points

---
# Response
# An enumeration representing a service execution error as defined in the route design document.
Expand Down

0 comments on commit 804f8f3

Please sign in to comment.