Commit 879a837 1 parent da9c9c5 commit 879a837 Copy full SHA for 879a837
File tree 1 file changed +1
-2
lines changed
planning/behavior_path_planner/src/scene_module/lane_change
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
232
232
module_type_->setPreviousModulePaths (
233
233
getPreviousModuleOutput ().reference_path , getPreviousModuleOutput ().path );
234
234
module_type_->updateLaneChangeStatus ();
235
+ setObjectDebugVisualization ();
235
236
236
237
// change turn signal when the vehicle reaches at the end of the path for waiting lane change
237
238
out.turn_signal_info = getCurrentTurnSignalInfo (*out.path , out.turn_signal_info );
@@ -249,8 +250,6 @@ BehaviorModuleOutput LaneChangeInterface::planWaitingApproval()
249
250
candidate.start_distance_to_path_change , candidate.finish_distance_to_path_change );
250
251
is_abort_path_approved_ = false ;
251
252
252
- setObjectDebugVisualization ();
253
-
254
253
return out;
255
254
}
256
255
You can’t perform that action at this time.
0 commit comments