Skip to content

Commit

Permalink
Merge pull request autowarefoundation#758 from tier4/cherry-pick/inte…
Browse files Browse the repository at this point in the history
…rsection

feat(intersection): cherry-pick intersection (autowarefoundation#792 + autowarefoundation#828)
  • Loading branch information
soblin authored Feb 6, 2024
2 parents be57d48 + c95e8bb commit 6233d1c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
max_accel: -2.8
max_jerk: -5.0
delay_response_time: 0.5
enable_pass_judge_before_default_stopline: false

stuck_vehicle:
turn_direction:
Expand All @@ -36,7 +37,6 @@
consider_wrong_direction_vehicle: false
collision_detection_hold_time: 0.5
min_predicted_path_confidence: 0.05
keep_detection_velocity_threshold: 1.5
velocity_profile:
use_upstream: true
minimum_upstream_velocity: 0.01
Expand All @@ -59,6 +59,8 @@
object_expected_deceleration: 2.0
ignore_on_red_traffic_light:
object_margin_to_path: 2.0
avoid_collision_by_acceleration:
object_time_margin_to_collision_point: 4.0

occlusion:
enable: true
Expand Down

0 comments on commit 6233d1c

Please sign in to comment.