Base class to define an auxiliary point needed to specify circ commands. More...
#include <circauxiliary.h>

Public Member Functions | |
| ConfigType & | getConfiguration () |
| const ConfigType & | getConfiguration () const |
| void | setConfiguration (const ConfigType &auxiliary_config) |
| moveit_msgs::Constraints | toPathConstraints () const |
Protected Attributes | |
| ConfigType | auxiliary_config_ |
Private Member Functions | |
| virtual std::string | getConstraintName () const =0 |
Base class to define an auxiliary point needed to specify circ commands.
Definition at line 32 of file circauxiliary.h.
|
inline |
Definition at line 57 of file circauxiliary.h.
|
inline |
Definition at line 63 of file circauxiliary.h.
|
privatepure virtual |
| void pilz_industrial_motion_testutils::CircAuxiliary< ConfigType, BuilderType >::setConfiguration | ( | const ConfigType & | auxiliary_config | ) |
Definition at line 51 of file circauxiliary.h.
|
inline |
Definition at line 69 of file circauxiliary.h.
|
protected |
Definition at line 46 of file circauxiliary.h.