Skip to content

Commit

Permalink
update1
Browse files Browse the repository at this point in the history
  • Loading branch information
aswath1 committed May 20, 2021
1 parent 94ec3a3 commit aca6652
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions cav_msgs/msg/UpcomingLaneChangeStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
#

# downtrack until next lanechange
double downtrack_until_lanechange
float64 downtrack_until_lanechange

# last recorded lanechange downtrack
float64 last_recorded_lanechange_downtrack

# choice for lane change
uint8_t lane_change
uint8 lane_change

# enums for lane change
uint8_t NONE = 0
uint8 NONE = 0

uint8_t LEFT = 0
uint8 LEFT = 0

uint8_t RIGHT= 1
uint8 RIGHT= 1

0 comments on commit aca6652

Please sign in to comment.