Skip to content

Commit

Permalink
fix(behavior_path_planner): fix turn signal for lane change abort (au…
Browse files Browse the repository at this point in the history
…towarefoundation#4520)

Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 authored Aug 4, 2023
1 parent cd09c42 commit 74d4e75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ BehaviorModuleOutput NormalLaneChange::generateOutput()

if (isAbortState()) {
output.reference_path = std::make_shared<PathWithLaneId>(prev_module_reference_path_);
output.turn_signal_info = prev_turn_signal_info_;
return output;
}

Expand Down

0 comments on commit 74d4e75

Please sign in to comment.