Skip to content

Commit ca5a55a

Browse files
revert(lane_change): disable terminal path (autowarefoundation#6800)
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 8d6d830 commit ca5a55a

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
@@ -129,8 +129,7 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
129129
{
130130
*prev_approved_path_ = getPreviousModuleOutput().path;
131131

132-
BehaviorModuleOutput out;
133-
out = module_type_->getTerminalLaneChangePath();
132+
BehaviorModuleOutput out = getPreviousModuleOutput();
134133
module_type_->insertStopPoint(module_type_->getLaneChangeStatus().current_lanes, out.path);
135134
out.turn_signal_info =
136135
getCurrentTurnSignalInfo(out.path, getPreviousModuleOutput().turn_signal_info);

0 commit comments

Comments
 (0)