Skip to content

Commit

Permalink
Merge pull request #15 from usdot-fhwa-stol/release/RX7
Browse files Browse the repository at this point in the history
Release/rx7
  • Loading branch information
darrelld05 authored Jul 17, 2019
2 parents 3c3b934 + 62123c6 commit 04d280f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 8 additions & 5 deletions cav_msgs/msg/DriverStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ uint8 FAULT=3
# <other values reserved for future expansion>

# These are the possible categories - at least one must be true
bool can_bus
bool sensor
bool position
bool can
bool radar
bool gnss
bool lidar
bool roadway_sensor
bool comms
bool lon_controller
bool lat_controller
bool controller
bool camera
bool imu

3 changes: 2 additions & 1 deletion cav_srvs/srv/SetActiveRoute.srv
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ uint8 errorStatus
# enumeration values for errorStatus:
uint8 NO_ERROR=0
uint8 NO_ROUTE=1
# <other values reserved for future expansion>
uint8 ALREADY_FOLLOWING_ROUTE=2
# <other values reserved for future expansion>

0 comments on commit 04d280f

Please sign in to comment.