Skip to content

Commit

Permalink
pub path candidate after approval
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Nov 14, 2023
1 parent ca1bc6c commit a035d57
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -915,9 +915,6 @@ BehaviorModuleOutput GoalPlannerModule::planPullOverAsCandidate()
return output;

Check warning on line 915 in planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp

View check run for this annotation

Codecov / codecov/patch

planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp#L915

Added line #L915 was not covered by tests
}

path_candidate_ =
std::make_shared<PathWithLaneId>(thread_safe_data_.get_pull_over_path()->getFullPath());

return output;
}

Check warning on line 919 in planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp

View check run for this annotation

Codecov / codecov/patch

planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp#L918-L919

Added lines #L918 - L919 were not covered by tests

Expand Down Expand Up @@ -955,6 +952,9 @@ BehaviorModuleOutput GoalPlannerModule::planPullOverAsOutput()
return output;
}

path_candidate_ =
std::make_shared<PathWithLaneId>(thread_safe_data_.get_pull_over_path()->getFullPath());

updateStatus(output);

return output;
Expand Down

0 comments on commit a035d57

Please sign in to comment.