Skip to content

Commit

Permalink
feat(intersection): ignore occlusion beyond high curvature point (#619)
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin authored and saka1-s committed Jun 25, 2024
1 parent a21a61d commit b8cca00
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
occlusion_detection_hold_time: 1.5
temporal_stop_time_before_peeking: 0.1
temporal_stop_before_attention_area: false
creep_velocity_without_traffic_light: 1.388
static_occlusion_with_traffic_light_timeout: 0.5

debug:
ttc: [0]
absence_traffic_light:
creep_velocity: 1.388 # [m/s]
maximum_peeking_distance: 6.0 # [m]
attention_lane_crop_curvature_threshold: 0.25
attention_lane_curvature_calculation_ds: 0.5

enable_rtc:
intersection: false
Expand Down

0 comments on commit b8cca00

Please sign in to comment.