Skip to content

Commit

Permalink
revert(lane_change): disable terminal path (autowarefoundation#6800)
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 authored Apr 15, 2024
1 parent fae0f78 commit 4ff93b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions planning/behavior_path_lane_change_module/src/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
{
*prev_approved_path_ = getPreviousModuleOutput().path;

BehaviorModuleOutput out;
out = module_type_->getTerminalLaneChangePath();
BehaviorModuleOutput out = getPreviousModuleOutput();
module_type_->insertStopPoint(module_type_->getLaneChangeStatus().current_lanes, out.path);
out.turn_signal_info =
getCurrentTurnSignalInfo(out.path, getPreviousModuleOutput().turn_signal_info);
Expand Down

0 comments on commit 4ff93b2

Please sign in to comment.