Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #118

Merged
merged 2 commits into from
Jul 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Commit enumeration change to UpcomingLaneChange.msg (#111)
  • Loading branch information
lewisid committed Jun 25, 2021
commit f1d24412992cde56221e9518e8292eb1ec4791c6
4 changes: 2 additions & 2 deletions cav_msgs/msg/UpcomingLaneChangeStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ uint8 lane_change
# enums for lane change
uint8 NONE = 0

uint8 LEFT = 0
uint8 LEFT = 1

uint8 RIGHT= 1
uint8 RIGHT= 2