Skip to content

Commit

Permalink
feat(autoware_launch): longer yield time of green traffic light in in… (
Browse files Browse the repository at this point in the history
#498)

feat(autoware_launch): longer yield time of green traffic light in intersection

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored and saka1-s committed Jun 25, 2024
1 parent 494d7f7 commit 224b368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
minimum_upstream_velocity: 0.01 # [m/s] minimum velocity to avoid null division for the stop line from the upstream velocity
yield_on_green_traffic_light:
distance_to_assigned_lanelet_start: 10.0
duration: 3.0
duration: 5.0
object_dist_to_stopline: 10.0 # [m]
ignore_on_amber_traffic_light:
object_expected_deceleration: 2.0 # [m/ss]
Expand Down

0 comments on commit 224b368

Please sign in to comment.