Abstract base class describing the interface to access test data like robot poses and robot commands.
More...
#include <testdata_loader.h>
Abstract base class describing the interface to access test data like robot poses and robot commands.
Definition at line 36 of file testdata_loader.h.
◆ TestdataLoader() [1/2]
| pilz_industrial_motion_testutils::TestdataLoader::TestdataLoader |
( |
| ) |
|
|
default |
◆ TestdataLoader() [2/2]
| pilz_industrial_motion_testutils::TestdataLoader::TestdataLoader |
( |
moveit::core::RobotModelConstPtr |
robot_model | ) |
|
|
inline |
◆ ~TestdataLoader()
| virtual pilz_industrial_motion_testutils::TestdataLoader::~TestdataLoader |
( |
| ) |
|
|
virtualdefault |
◆ getCircCartCenterCart()
| virtual CircCenterCart pilz_industrial_motion_testutils::TestdataLoader::getCircCartCenterCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getCircCartInterimCart()
| virtual CircInterimCart pilz_industrial_motion_testutils::TestdataLoader::getCircCartInterimCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getCircJointCenterCart()
| virtual CircJointCenterCart pilz_industrial_motion_testutils::TestdataLoader::getCircJointCenterCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getCircJointInterimCart()
| virtual CircJointInterimCart pilz_industrial_motion_testutils::TestdataLoader::getCircJointInterimCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getGripper()
| virtual Gripper pilz_industrial_motion_testutils::TestdataLoader::getGripper |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getJoints()
| virtual JointConfiguration pilz_industrial_motion_testutils::TestdataLoader::getJoints |
( |
const std::string & |
pos_name, |
|
|
const std::string & |
group_name |
|
) |
| const |
|
pure virtual |
◆ getLinCart()
| virtual LinCart pilz_industrial_motion_testutils::TestdataLoader::getLinCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getLinJoint()
| virtual LinJoint pilz_industrial_motion_testutils::TestdataLoader::getLinJoint |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getLinJointCart()
| virtual LinJointCart pilz_industrial_motion_testutils::TestdataLoader::getLinJointCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getPose()
| virtual CartesianConfiguration pilz_industrial_motion_testutils::TestdataLoader::getPose |
( |
const std::string & |
pos_name, |
|
|
const std::string & |
group_name |
|
) |
| const |
|
pure virtual |
◆ getPtpCart()
| virtual PtpCart pilz_industrial_motion_testutils::TestdataLoader::getPtpCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getPtpJoint()
| virtual PtpJoint pilz_industrial_motion_testutils::TestdataLoader::getPtpJoint |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getPtpJointCart()
| virtual PtpJointCart pilz_industrial_motion_testutils::TestdataLoader::getPtpJointCart |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ getSequence()
| virtual Sequence pilz_industrial_motion_testutils::TestdataLoader::getSequence |
( |
const std::string & |
cmd_name | ) |
const |
|
pure virtual |
◆ setRobotModel()
| void pilz_industrial_motion_testutils::TestdataLoader::setRobotModel |
( |
moveit::core::RobotModelConstPtr |
robot_model | ) |
|
|
inline |
◆ robot_model_
| moveit::core::RobotModelConstPtr pilz_industrial_motion_testutils::TestdataLoader::robot_model_ |
|
protected |
The documentation for this class was generated from the following file: