: This file contains inerface test for the Descartes RobotModel. These tests can be executed on arbitrary types that inplment the RobotModel interface. For more info see: GTest Advanced Guide - Type-Parameterized Tests
More...
Classes |
class | CartesianRobot |
| Cartesian Robot used for test purposes. This is a simple robot with simple kinematics. Each joint corresponds to a cartesian direction (i.e. x, y, R, P, Y) (don't ask me how this is built, it just works). More...
|
class | CartesianRobotModelTest |
class | RobotModelTest |
Functions |
template<class T > |
descartes_core::RobotModelPtr | CreateRobotModel () |
template<> |
RobotModelPtr | CreateRobotModel< CartesianRobot > () |
| INSTANTIATE_TYPED_TEST_CASE_P (CartesianRobotModelTest, RobotModelTest, CartesianRobot) |
| REGISTER_TYPED_TEST_CASE_P (RobotModelTest, construction, getIK, getAllIK) |
| TYPED_TEST_CASE_P (RobotModelTest) |
| TYPED_TEST_P (RobotModelTest, construction) |
| TYPED_TEST_P (RobotModelTest, getIK) |
| TYPED_TEST_P (RobotModelTest, getAllIK) |
Variables |
const double | JOINT_EQ_TOL = 0.001 |
const double | TF_EQ_TOL = 0.001 |
: This file contains inerface test for the Descartes RobotModel. These tests can be executed on arbitrary types that inplment the RobotModel interface. For more info see: GTest Advanced Guide - Type-Parameterized Tests