Public Member Functions | List of all members
pilz::PlanningContextLoaderCIRC Class Reference

Plugin that can generate instances of PlanningContextCIRC. Generates instances of PlanningContextLIN. More...

#include <planning_context_loader_circ.h>

Inheritance diagram for pilz::PlanningContextLoaderCIRC:
Inheritance graph
[legend]

Public Member Functions

virtual bool loadContext (planning_interface::PlanningContextPtr &planning_context, const std::string &name, const std::string &group) const override
 return a instance of pilz::PlanningContextCIRC More...
 
 PlanningContextLoaderCIRC ()
 
virtual ~PlanningContextLoaderCIRC ()
 
- Public Member Functions inherited from pilz::PlanningContextLoader
virtual std::string getAlgorithm () const
 Return the algorithm the loader uses. More...
 
 PlanningContextLoader ()
 
virtual bool setLimits (const pilz::LimitsContainer &limits)
 Sets limits the planner can pass to the contexts. More...
 
virtual bool setModel (const moveit::core::RobotModelConstPtr &model)
 Sets the robot model that can be passed to the planning context. More...
 
virtual ~PlanningContextLoader ()
 

Additional Inherited Members

- Protected Member Functions inherited from pilz::PlanningContextLoader
template<typename T >
bool loadContext (planning_interface::PlanningContextPtr &planning_context, const std::string &name, const std::string &group) const
 Return the planning context of type T. More...
 
- Protected Attributes inherited from pilz::PlanningContextLoader
std::string alg_
 Name of the algorithm. More...
 
pilz::LimitsContainer limits_
 Limits to be used during planning. More...
 
bool limits_set_
 True if limits are set. More...
 
moveit::core::RobotModelConstPtr model_
 The robot model. More...
 
bool model_set_
 True if model is set. More...
 

Detailed Description

Plugin that can generate instances of PlanningContextCIRC. Generates instances of PlanningContextLIN.

Definition at line 31 of file planning_context_loader_circ.h.

Constructor & Destructor Documentation

pilz::PlanningContextLoaderCIRC::PlanningContextLoaderCIRC ( )

Definition at line 25 of file planning_context_loader_circ.cpp.

pilz::PlanningContextLoaderCIRC::~PlanningContextLoaderCIRC ( )
virtual

Definition at line 30 of file planning_context_loader_circ.cpp.

Member Function Documentation

bool pilz::PlanningContextLoaderCIRC::loadContext ( planning_interface::PlanningContextPtr &  planning_context,
const std::string &  name,
const std::string &  group 
) const
overridevirtual

return a instance of pilz::PlanningContextCIRC

Parameters
planning_contextreturned context
name
group
Returns
true on success, false otherwise

Implements pilz::PlanningContextLoader.

Definition at line 35 of file planning_context_loader_circ.cpp.


The documentation for this class was generated from the following files:


pilz_trajectory_generation
Author(s):
autogenerated on Mon Apr 6 2020 03:17:34