Skip to content

Commit

Permalink
reflect comment2
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin committed Dec 13, 2024
1 parent bc1eb5f commit 181415e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ BehaviorModuleOutput GoalPlannerModule::planPullOverAsOutput(PullOverContextData
// Select a path that is as safe as possible and has a high priority.
const auto & pull_over_path_candidates =

Check warning on line 1481 in planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp

View check run for this annotation

Codecov / codecov/patch

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp#L1481

Added line #L1481 was not covered by tests
context_data.lane_parking_response.pull_over_path_candidates;
auto lane_pull_over_path_opt =
const auto lane_pull_over_path_opt =
selectPullOverPath(context_data, pull_over_path_candidates, goal_candidates);

// update thread_safe_data_
Expand Down

0 comments on commit 181415e

Please sign in to comment.