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_;