We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d6053 commit fbe93c3Copy full SHA for fbe93c3
planning/behavior_velocity_planner/src/scene_module/traffic_light/scene.cpp
@@ -490,8 +490,9 @@ autoware_auto_planning_msgs::msg::PathWithLaneId TrafficLightModule::insertStopP
490
if (debug_data_.highest_confidence_traffic_light_point != std::nullopt) {
491
stop_factor.stop_factor_points = std::vector<geometry_msgs::msg::Point>{
492
debug_data_.highest_confidence_traffic_light_point.value()};
493
- planning_utils::appendStopReason(stop_factor, stop_reason);
494
}
+ planning_utils::appendStopReason(stop_factor, stop_reason);
495
+
496
return modified_path;
497
498
0 commit comments