Base class for all PlanningContextLoaders. Since planning_interface::PlanningContext has a non empty ...
virtual bool setLimits(const pilz_industrial_motion_planner::LimitsContainer &limits)
Sets limits the planner can pass to the contexts.
virtual std::string getAlgorithm() const
Return the algorithm the loader uses.
virtual bool loadContext(planning_interface::PlanningContextPtr &planning_context, const std::string &name, const std::string &group) const =0
Return the planning context.
pilz_industrial_motion_planner::LimitsContainer limits_
Limits to be used during planning.
virtual bool setModel(const moveit::core::RobotModelConstPtr &model)
Sets the robot model that can be passed to the planning context.
moveit::core::RobotModelConstPtr model_
The robot model.