#include <basecmd.h>
Public Member Functions | |
BaseCmd () | |
GoalType & | getGoalConfiguration () |
const GoalType & | getGoalConfiguration () const |
StartType & | getStartConfiguration () |
const StartType & | getStartConfiguration () const |
void | setGoalConfiguration (GoalType goal) |
void | setStartConfiguration (StartType start) |
virtual planning_interface::MotionPlanRequest | toRequest () const override |
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) |
Protected Attributes | |
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} |
Private Member Functions | |
virtual std::string | getPlannerId () const =0 |
|
inline |
|
virtualdefault |
|
inline |
|
inline |
|
privatepure virtual |
Implemented in pilz_industrial_motion_testutils::Circ< StartType, AuxiliaryType, GoalType >, pilz_industrial_motion_testutils::Lin< StartType, GoalType >, pilz_industrial_motion_testutils::Ptp< StartType, GoalType >, and pilz_industrial_motion_testutils::Ptp< JointConfiguration, JointConfiguration >.
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
|
protected |
|
protected |