|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Base class to define an auxiliary point needed to specify circ commands. More...
#include <circauxiliary.h>

Public Member Functions | |
| void | setConfiguration (const ConfigType &auxiliary_config) |
| ConfigType & | getConfiguration () |
| const ConfigType & | getConfiguration () const |
| moveit_msgs::msg::Constraints | toPathConstraints () const |
Protected Attributes | |
| ConfigType | auxiliary_config_ |
Base class to define an auxiliary point needed to specify circ commands.
Definition at line 48 of file circauxiliary.h.
|
inline |
Definition at line 72 of file circauxiliary.h.
|
inline |
Definition at line 78 of file circauxiliary.h.
| void pilz_industrial_motion_planner_testutils::CircAuxiliary< ConfigType, BuilderType >::setConfiguration | ( | const ConfigType & | auxiliary_config | ) |
Definition at line 66 of file circauxiliary.h.
|
inline |
Definition at line 84 of file circauxiliary.h.
|
protected |
Definition at line 62 of file circauxiliary.h.