Skip to content

Commit 19d30d4

Browse files
authored
feat(autoware_behavior_velocity_traffic_light_module): adjust velocity threshold for ensure stop at yellow light (autowarefoundation#1322)
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
1 parent e728c77 commit 19d30d4

File tree

1 file changed

+1
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner

1 file changed

+1
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/traffic_light.param.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
tl_state_timeout: 1.0
66
stop_time_hysteresis: 0.1
77
yellow_lamp_period: 2.75
8+
yellow_light_stop_velocity: 1.0 # Velocity threshold (m/s) below which the vehicle will always stop before the traffic light when the signal turns yellow, regardless of the pass_judge decision.
89
enable_pass_judge: true
910
enable_rtc: false # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval

0 commit comments

Comments
 (0)