Base class for commands storing all general information of a command.
void setPlanningGroup(const std::string &planning_group)
std::string planning_group_
void setAccelerationScale(double acceleration_scale)
void setVelocityScale(double velocity_scale)
std::unique_ptr< MotionCmd > MotionCmdUPtr
const std::string & getPlanningGroup() const
Interface class to express that a derived class can be converted into a planning_interface::MotionPla...
std::string target_link_
Link to which all cartesian poses refer to.