Skip to content

Commit

Permalink
Merge pull request autowarefoundation#765 from tier4/feat/improve-int…
Browse files Browse the repository at this point in the history
…ersection

intersectionの衝突検知をXX1に揃える
  • Loading branch information
saka1-s authored Aug 23, 2024
2 parents 8ffbdb6 + c8476cb commit b655422
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
collision_start_margin_time: 2.0
collision_end_margin_time: 0.0
partially_prioritized:
collision_start_margin_time: 4.0
collision_end_margin_time: 6.0
collision_start_margin_time: 3.0
collision_end_margin_time: 2.0
not_prioritized:
collision_start_margin_time: 4.0 # [s] this + state_transit_margin_time should be higher to account for collision with fast/accelerating object
collision_end_margin_time: 6.0 # [s] this + state_transit_margin_time should be higher to account for collision with slow/decelerating object
collision_start_margin_time: 3.0
collision_end_margin_time: 2.0
yield_on_green_traffic_light:
distance_to_assigned_lanelet_start: 10.0
duration: 8.0
object_dist_to_stopline: 10.0 # [m]
object_dist_to_stopline: 10.0
ignore_on_amber_traffic_light:
object_expected_deceleration:
car: 2.0
Expand Down

0 comments on commit b655422

Please sign in to comment.