Skip to content

Commit

Permalink
solve merge issue with order priority
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Jun 4, 2024
1 parent 4165c5b commit bf3ca4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ PriorityOrder StartPlannerModule::determinePriorityOrder(
order_priority.emplace_back(i, planner);
}
}
return order_priority;
} else if (search_priority == "short_back_distance") {
for (size_t i = 0; i < candidates_size; i++) {
for (const auto & planner : start_planners_) {
Expand Down

0 comments on commit bf3ca4c

Please sign in to comment.