70 void setRobotModel(moveit::core::RobotModelConstPtr robot_model);
Class to define a robot configuration in space with the help of cartesian coordinates.
Class to define a robot configuration in space with the help of joint values.
Data class storing all information regarding a Sequence command.
virtual PtpJointCart getPtpJointCart(const std::string &cmd_name) const =0
virtual LinCart getLinCart(const std::string &cmd_name) const =0
TestdataLoader(moveit::core::RobotModelConstPtr robot_model)
virtual CircCenterCart getCircCartCenterCart(const std::string &cmd_name) const =0
Returns the command with the specified name from the test data.
TestdataLoader & operator=(const TestdataLoader &)=default
virtual ~TestdataLoader()=default
virtual JointConfiguration getJoints(const std::string &pos_name, const std::string &group_name) const =0
moveit::core::RobotModelConstPtr robot_model_
virtual LinJointCart getLinJointCart(const std::string &cmd_name) const =0
virtual Gripper getGripper(const std::string &cmd_name) const =0
Returns the command with the specified name from the test data.
TestdataLoader & operator=(TestdataLoader &&)=default
virtual PtpJoint getPtpJoint(const std::string &cmd_name) const =0
Returns the command with the specified name from the test data.
virtual PtpCart getPtpCart(const std::string &cmd_name) const =0
TestdataLoader(const TestdataLoader &)=default
virtual Sequence getSequence(const std::string &cmd_name) const =0
Returns the command with the specified name from the test data.
virtual CircInterimCart getCircCartInterimCart(const std::string &cmd_name) const =0
virtual LinJoint getLinJoint(const std::string &cmd_name) const =0
Returns the command with the specified name from the test data.
TestdataLoader(TestdataLoader &&)=default
virtual CartesianConfiguration getPose(const std::string &pos_name, const std::string &group_name) const =0
virtual CircJointInterimCart getCircJointInterimCart(const std::string &cmd_name) const =0
virtual CircJointCenterCart getCircJointCenterCart(const std::string &cmd_name) const =0
void setRobotModel(moveit::core::RobotModelConstPtr robot_model)
std::unique_ptr< TestdataLoader > TestdataLoaderUPtr
Lin< JointConfiguration, CartesianConfiguration > LinJointCart
Circ< CartesianConfiguration, CartesianCenter, CartesianConfiguration > CircCenterCart
Lin< CartesianConfiguration, CartesianConfiguration > LinCart
Lin< JointConfiguration, JointConfiguration > LinJoint
Circ< CartesianConfiguration, CartesianInterim, CartesianConfiguration > CircInterimCart
Ptp< CartesianConfiguration, CartesianConfiguration > PtpCart
Ptp< JointConfiguration, CartesianConfiguration > PtpJointCart
Ptp< JointConfiguration, JointConfiguration > PtpJoint
Circ< JointConfiguration, CartesianCenter, JointConfiguration > CircJointCenterCart
Circ< JointConfiguration, CartesianInterim, JointConfiguration > CircJointInterimCart