We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6d830 commit ca5a55aCopy full SHA for ca5a55a
planning/behavior_path_lane_change_module/src/interface.cpp
@@ -129,8 +129,7 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
129
{
130
*prev_approved_path_ = getPreviousModuleOutput().path;
131
132
- BehaviorModuleOutput out;
133
- out = module_type_->getTerminalLaneChangePath();
+ BehaviorModuleOutput out = getPreviousModuleOutput();
134
module_type_->insertStopPoint(module_type_->getLaneChangeStatus().current_lanes, out.path);
135
out.turn_signal_info =
136
getCurrentTurnSignalInfo(out.path, getPreviousModuleOutput().turn_signal_info);
0 commit comments