We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da874df commit 48d97b1Copy full SHA for 48d97b1
core/src/solvers/pipeline_planner.cpp
@@ -220,8 +220,8 @@ MoveItErrorCode PipelinePlanner::plan(const planning_scene::PlanningSceneConstPt
220
// Choose the first solution trajectory as response
221
result = solution.trajectory;
222
last_successful_planner_ = solution.planner_id;
223
- return MoveItErrorCode(solution.error_code.val, solution.error_code.message, solution.error_code.source);
224
}
+ return MoveItErrorCode(solution.error_code.val, solution.error_code.message, solution.error_code.source);
225
226
return MoveItErrorCode(MoveItErrorCodes::FAILURE, "No solutions generated from Pipeline Planner");
227
0 commit comments