Skip to content

Commit 752c7c7

Browse files
zulfaqar-azmi-t4xtk8532704
authored andcommitted
fix(lane_change): fix invalid doesn't have stop point (autowarefoundation#8470)
fix invalid doesn't have stop point Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Signed-off-by: xtk8532704 <1041084556@qq.com>
1 parent e5e258e commit 752c7c7

File tree

1 file changed

+1
-0
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src

1 file changed

+1
-0
lines changed

planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/scene.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ BehaviorModuleOutput NormalLaneChange::generateOutput()
295295
universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);
296296
if (!status_.is_valid_path) {
297297
RCLCPP_DEBUG(logger_, "No valid path found. Returning previous module's path as output.");
298+
insertStopPoint(get_current_lanes(), prev_module_output_.path);
298299
return prev_module_output_;
299300
}
300301

0 commit comments

Comments
 (0)