Skip to content

Commit

Permalink
Update planning/behavior_path_planner/src/scene_module/pull_over/pull…
Browse files Browse the repository at this point in the history
…_over_module.cpp

Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
kosuke55 and rej55 authored Sep 2, 2022
1 parent 257bb02 commit 663eb3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ BehaviorModuleOutput PullOverModule::plan()
// safe -> not_safe or no prev_stop_path: generate new stop_path
output.path = std::make_shared<PathWithLaneId>(generateStopPath());
status_.prev_stop_path = output.path;
} else { // not_safe -> not_safe: use previout stop path
} else { // not_safe -> not_safe: use previous stop path
output.path = status_.prev_stop_path;
}
status_.prev_is_safe = status_.is_safe;
Expand Down

0 comments on commit 663eb3d

Please sign in to comment.