Skip to content

Commit 637a5cb

Browse files
Merge pull request #1265 from tier4/fix/lane_change_disable
revert(lane_change): disable terminal path (autowarefoundation#6800)
2 parents ace3310 + 940e02c commit 637a5cb

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)