Skip to content

Commit

Permalink
fix(goal_planner): build
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Sep 19, 2023
1 parent c67945d commit cb599b9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ bool GoalPlannerModuleManager::isAlwaysExecutableModule() const
{
// enable AlwaysExecutable whenever goal modification is not allowed
// because only minor path refinements are made for fixed goals
if (!goal_planner_utils::isAllowedGoalModification(
planner_data_->route_handler, left_side_parking_)) {
if (!goal_planner_utils::isAllowedGoalModification(planner_data_->route_handler)) {
return true;
}

Expand Down

1 comment on commit cb599b9

@kosuke55
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkimura4 🙇

Please sign in to comment.