We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae0f78 commit 4ff93b2Copy full SHA for 4ff93b2
planning/behavior_path_lane_change_module/src/interface.cpp
@@ -136,8 +136,7 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
136
{
137
*prev_approved_path_ = getPreviousModuleOutput().path;
138
139
- BehaviorModuleOutput out;
140
- out = module_type_->getTerminalLaneChangePath();
+ BehaviorModuleOutput out = getPreviousModuleOutput();
141
module_type_->insertStopPoint(module_type_->getLaneChangeStatus().current_lanes, out.path);
142
out.turn_signal_info =
143
getCurrentTurnSignalInfo(out.path, getPreviousModuleOutput().turn_signal_info);
0 commit comments