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