41 namespace planning_pipeline_interfaces
44 const std::vector<::planning_interface::MotionPlanRequest>& )
47 for (
const auto& solution : plan_responses_container.
getSolutions())
A container to thread-safely store multiple MotionPlanResponses.
const std::vector<::planning_interface::MotionPlanResponse > & getSolutions() const
Get solutions.
bool stopAtFirstSolution(const PlanResponsesContainer &plan_responses_container, const std::vector<::planning_interface::MotionPlanRequest > &plan_requests)
A callback function that can be used as a parallel planning stop criterion. It stops parallel plannin...
Main namespace for MoveIt.