Skip to content

Commit

Permalink
Merge pull request usdot-fhwa-stol#105 from usdot-fhwa-stol/feature/U…
Browse files Browse the repository at this point in the history
…pcomingLanechangeStatus

Feature/upcoming lanechange status
  • Loading branch information
MishkaMN committed May 21, 2021
2 parents 1b56dc0 + aca6652 commit 2caba94
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cav_msgs/msg/UpcomingLaneChangeStatus.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# UpcomingLaneChangeStatus.msg
#

# downtrack until next lanechange
float64 downtrack_until_lanechange

# last recorded lanechange downtrack
float64 last_recorded_lanechange_downtrack

# choice for lane change
uint8 lane_change

# enums for lane change
uint8 NONE = 0

uint8 LEFT = 0

uint8 RIGHT= 1

0 comments on commit 2caba94

Please sign in to comment.