Skip to content

Commit

Permalink
Update SetActiveRoute to include choice for an array of destination p…
Browse files Browse the repository at this point in the history
…oints
  • Loading branch information
JonSmet committed Jun 22, 2021
1 parent 3e38097 commit fd1b1d2
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 fd1b1d2

Please sign in to comment.