45 namespace planning_pipeline_interfaces
62 void pushBack(const ::planning_interface::MotionPlanResponse& plan_solution);
67 const std::vector<::planning_interface::MotionPlanResponse>&
getSolutions()
const;
70 std::vector<::planning_interface::MotionPlanResponse> solutions_;
71 std::mutex solutions_mutex_;
A container to thread-safely store multiple MotionPlanResponses.
PlanResponsesContainer(const size_t expected_size=0)
Constructor.
const std::vector<::planning_interface::MotionPlanResponse > & getSolutions() const
Get solutions.
void pushBack(const ::planning_interface::MotionPlanResponse &plan_solution)
Thread safe method to add PlanResponsesContainer to this data structure TODO(sjahr): Refactor this me...
MOVEIT_CLASS_FORWARD(PlanResponsesContainer)
Main namespace for MoveIt.