We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5171d7 commit d0fcee8Copy full SHA for d0fcee8
planning/behavior_velocity_planner/autoware_behavior_velocity_traffic_light_module/src/scene.cpp
@@ -233,7 +233,7 @@ bool TrafficLightModule::isPassthrough(const double & signed_arc_length) const
233
delay_response_time);
234
235
const bool distance_stoppable = pass_judge_line_distance < signed_arc_length;
236
- const bool slow_velocity = planner_data_->current_velocity->twist.linear.x < 2.0;
+ const bool slow_velocity = planner_data_->current_velocity->twist.linear.x < 1.0;
237
const bool stoppable = distance_stoppable || slow_velocity;
238
const bool reachable = signed_arc_length < reachable_distance;
239
0 commit comments