Skip to content

Commit

Permalink
Update core/src/solvers/pipeline_planner.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Mar 25, 2024
1 parent da874df commit 48d97b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/solvers/pipeline_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ MoveItErrorCode PipelinePlanner::plan(const planning_scene::PlanningSceneConstPt
// Choose the first solution trajectory as response
result = solution.trajectory;
last_successful_planner_ = solution.planner_id;
return MoveItErrorCode(solution.error_code.val, solution.error_code.message, solution.error_code.source);
}
return MoveItErrorCode(solution.error_code.val, solution.error_code.message, solution.error_code.source);
}
return MoveItErrorCode(MoveItErrorCodes::FAILURE, "No solutions generated from Pipeline Planner");
}
Expand Down

0 comments on commit 48d97b1

Please sign in to comment.