Skip to content

Commit

Permalink
Hotfix/intersection (autowarefoundation#678)
Browse files Browse the repository at this point in the history
* feat(intersection): yield initially on green light (autowarefoundation#623)

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

* feat(intersection): timeout static occlusion with traffic light (autowarefoundation#646)

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

* feat(intersection): ignore decelerating vehicle on amber traffic light (autowarefoundation#635)

* feat(intersection): ignore decelerating vehicle on amber traffic light

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

* tuning

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

---------

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

---------

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Oct 20, 2023
1 parent 0cdef7c commit 9f71e25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
maximum_peeking_distance: 6.0 # [m]
attention_lane_crop_curvature_threshold: 0.25
attention_lane_curvature_calculation_ds: 0.6
static_occlusion_with_traffic_light_timeout: 0.5

enable_rtc:
intersection: true # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval
Expand Down

0 comments on commit 9f71e25

Please sign in to comment.