Skip to content

Commit 940e02c

Browse files
zulfaqar-azmi-t4HinsRyu
authored andcommitted
revert(lane_change): disable terminal path (autowarefoundation#6800)
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent ace3310 commit 940e02c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planning/behavior_path_lane_change_module/src/interface.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
136136
{
137137
*prev_approved_path_ = getPreviousModuleOutput().path;
138138

139-
BehaviorModuleOutput out;
140-
out = module_type_->getTerminalLaneChangePath();
139+
BehaviorModuleOutput out = getPreviousModuleOutput();
141140
module_type_->insertStopPoint(module_type_->getLaneChangeStatus().current_lanes, out.path);
142141
out.turn_signal_info =
143142
getCurrentTurnSignalInfo(out.path, getPreviousModuleOutput().turn_signal_info);

0 commit comments

Comments
 (0)