We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e258e commit 752c7c7Copy full SHA for 752c7c7
planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/scene.cpp
@@ -295,6 +295,7 @@ BehaviorModuleOutput NormalLaneChange::generateOutput()
295
universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);
296
if (!status_.is_valid_path) {
297
RCLCPP_DEBUG(logger_, "No valid path found. Returning previous module's path as output.");
298
+ insertStopPoint(get_current_lanes(), prev_module_output_.path);
299
return prev_module_output_;
300
}
301
0 commit comments