42namespace planning_pipeline_interfaces
46 solutions_.reserve(expected_size);
51 std::lock_guard<std::mutex> lock_guard(solutions_mutex_);
52 solutions_.push_back(plan_solution);
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...
Main namespace for MoveIt.