Skip to content

Commit

Permalink
fix(lane_change): remove updateLaneChangeStatus()
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
rej55 committed Jan 25, 2024
1 parent a2d740d commit f2b605f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions planning/behavior_path_lane_change_module/src/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ BehaviorModuleOutput LaneChangeInterface::plan()

BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
{
module_type_->updateLaneChangeStatus();

*prev_approved_path_ = getPreviousModuleOutput().path;

BehaviorModuleOutput out;
Expand Down

0 comments on commit f2b605f

Please sign in to comment.