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

feat(tier4_rtc_msgs): add new module avoidance_by_lc #71

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Changes from all commits
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
2 changes: 2 additions & 0 deletions tier4_rtc_msgs/msg/Module.msg
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ uint8 NO_STOPPING_AREA = 12
uint8 OCCLUSION_SPOT = 13
uint8 EXT_REQUEST_LANE_CHANGE_LEFT = 14
uint8 EXT_REQUEST_LANE_CHANGE_RIGHT = 15
uint8 AVOIDANCE_BY_LC_LEFT = 16
uint8 AVOIDANCE_BY_LC_RIGHT = 17