Skip to content

Commit

Permalink
fix(lane_change): use previous module turn signal in waiting approval (
Browse files Browse the repository at this point in the history
…#3072)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Mar 14, 2023
1 parent 87e4422 commit 4342bdc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ BehaviorModuleOutput LaneChangeModule::planWaitingApproval()
BehaviorModuleOutput out;
out.path = std::make_shared<PathWithLaneId>(prev_approved_path_);
out.reference_path = getPreviousModuleOutput().reference_path;
out.turn_signal_info = getPreviousModuleOutput().turn_signal_info;

#ifndef USE_OLD_ARCHITECTURE
updateLaneChangeStatus();
Expand Down

0 comments on commit 4342bdc

Please sign in to comment.