PlanningContext for obtaining trajectories.
 
pilz_industrial_motion_planner::LimitsContainer limits_
Joint limits to be used during planning.
 
bool solve(planning_interface::MotionPlanResponse &res) override
Calculates a trajectory for the request this context is currently set for.
 
std::atomic_bool terminated_
Flag if terminated.
 
bool solve(planning_interface::MotionPlanDetailedResponse &res) override
Will return the same trajectory as solve(planning_interface::MotionPlanResponse& res) This function j...
 
void clear() override
Clear the data structures used by the planner.
 
bool terminate() override
Will terminate solve()
 
moveit::core::RobotModelConstPtr model_
The robot model.
 
Representation of a particular planning context – the planning scene and the request are known,...