Skip to content

Commit

Permalink
revert blinker
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Jan 27, 2025
1 parent 6792063 commit 57157f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,6 @@ void GoalPlannerModule::setOutput(
universe_utils::ScopedTimeTrack st(__func__, *time_keeper_);

output.reference_path = getPreviousModuleOutput().reference_path;
output.turn_signal_info = getPreviousModuleOutput().turn_signal_info;

if (!selected_pull_over_path_with_velocity_opt) {
// situation : not safe against static objects use stop_path
Expand Down Expand Up @@ -1489,7 +1488,6 @@ BehaviorModuleOutput GoalPlannerModule::planPullOverAsCandidate(
output.modified_goal = pull_over_output.modified_goal;
output.path = generateStopPath(context_data, detail);
output.reference_path = getPreviousModuleOutput().reference_path;
output.turn_signal_info = getPreviousModuleOutput().turn_signal_info;

const auto target_drivable_lanes = utils::getNonOverlappingExpandedLanes(
output.path, generateDrivableLanes(), planner_data_->drivable_area_expansion_parameters);
Expand Down

0 comments on commit 57157f1

Please sign in to comment.