Data class storing all information regarding a Circ command. More...
#include <circ.h>
Public Member Functions | |
Circ () | |
AuxiliaryType & | getAuxiliaryConfiguration () |
const AuxiliaryType & | getAuxiliaryConfiguration () const |
void | setAuxiliaryConfiguration (AuxiliaryType auxiliary) |
planning_interface::MotionPlanRequest | toRequest () const override |
Public Member Functions inherited from pilz_industrial_motion_testutils::BaseCmd< StartType, GoalType > | |
BaseCmd () | |
GoalType & | getGoalConfiguration () |
const GoalType & | getGoalConfiguration () const |
StartType & | getStartConfiguration () |
const StartType & | getStartConfiguration () const |
void | setGoalConfiguration (GoalType goal) |
void | setStartConfiguration (StartType start) |
virtual | ~BaseCmd ()=default |
Public Member Functions inherited from pilz_industrial_motion_testutils::MotionCmd | |
const std::string & | getPlanningGroup () const |
MotionCmd () | |
void | setAccelerationScale (double acceleration_scale) |
void | setPlanningGroup (const std::string &planning_group) |
void | setVelocityScale (double velocity_scale) |
Private Member Functions | |
virtual std::string | getPlannerId () const override |
Private Attributes | |
AuxiliaryType | auxiliary_ |
Additional Inherited Members | |
Protected Attributes inherited from pilz_industrial_motion_testutils::BaseCmd< StartType, GoalType > | |
GoalType | goal_ |
StartType | start_ |
Protected Attributes inherited from pilz_industrial_motion_testutils::MotionCmd | |
double | acc_scale_ {1.0} |
std::string | planning_group_ |
std::string | target_link_ |
Link to which all cartesian poses refer to. More... | |
double | vel_scale_ {1.0} |
Data class storing all information regarding a Circ command.
|
inline |
|
inline |
|
inline |
|
inlineoverrideprivatevirtual |
|
inline |
|
inlineoverridevirtual |
Reimplemented from pilz_industrial_motion_testutils::BaseCmd< StartType, GoalType >.
|
private |