Skip to content

Commit

Permalink
feat(behavior_velocity_planner::intersection): add occlusion detectio…
Browse files Browse the repository at this point in the history
…n feature (#83)

* add INTERSECTION_OCCLUSION

Signed-off-by: Mamoru Sobue <[email protected]>

* reordered intesection/intersection_occlusion

Signed-off-by: Mamoru Sobue <[email protected]>

---------

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Apr 24, 2023
1 parent f0688c1 commit 5bc71b5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions tier4_rtc_msgs/msg/Module.msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ uint8 PULL_OVER = 5
uint8 PULL_OUT = 6
uint8 TRAFFIC_LIGHT = 7
uint8 INTERSECTION = 8
uint8 CROSSWALK = 9
uint8 BLIND_SPOT = 10
uint8 DETECTION_AREA = 11
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
uint8 INTERSECTION_OCCLUSION = 9
uint8 CROSSWALK = 10
uint8 BLIND_SPOT = 11
uint8 DETECTION_AREA = 12
uint8 NO_STOPPING_AREA = 13
uint8 OCCLUSION_SPOT = 14
uint8 EXT_REQUEST_LANE_CHANGE_LEFT = 15
uint8 EXT_REQUEST_LANE_CHANGE_RIGHT = 16
uint8 AVOIDANCE_BY_LC_LEFT = 17
uint8 AVOIDANCE_BY_LC_RIGHT = 18

0 comments on commit 5bc71b5

Please sign in to comment.