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