Skip to content

Commit

Permalink
feat(intersection): relax ttc_end margin for vehicles inside the inte…
Browse files Browse the repository at this point in the history
…rsection for more quick start

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Apr 19, 2024
1 parent 55009f3 commit 1158084
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
bicycle: true
unknown: false
velocity_profile:
ego_ttc_method: "1st_order_forward_acceleration" # 1st_order_forward_velocity(default), 1st_order_central_velocity, 1st_order_central_acceleration
use_upstream: true
minimum_upstream_velocity: 0.01
default_velocity: 2.778
Expand All @@ -75,6 +76,7 @@
not_prioritized:
collision_start_margin_time: 3.0
collision_end_margin_time: 2.0
passthrough_distance_margin_for_preemptive_start: 10.0
yield_on_green_traffic_light:
distance_to_assigned_lanelet_start: 10.0
duration: 3.0
Expand Down

0 comments on commit 1158084

Please sign in to comment.