Create a fixture structure for boost test case. It will create a 3DOF robot with prismatic joints and initialize all variables needed for tests of the reachable workspace. More...
| Public Member Functions | |
| robotCreationFixture () | |
| Public Attributes | |
| std::string | filename | 
| int | frame_name | 
| double | length | 
| pinocchio::Model | model | 
| pinocchio::ReachableSetParams | param | 
| Eigen::VectorXd | q | 
| double | time_horizon | 
Create a fixture structure for boost test case. It will create a 3DOF robot with prismatic joints and initialize all variables needed for tests of the reachable workspace.
Definition at line 52 of file unittest/reachable-workspace.cpp.
| 
 | inline | 
Definition at line 54 of file unittest/reachable-workspace.cpp.
| std::string robotCreationFixture::filename | 
Definition at line 77 of file unittest/reachable-workspace.cpp.
| int robotCreationFixture::frame_name | 
Definition at line 87 of file unittest/reachable-workspace.cpp.
| double robotCreationFixture::length | 
Definition at line 83 of file unittest/reachable-workspace.cpp.
| pinocchio::Model robotCreationFixture::model | 
Definition at line 75 of file unittest/reachable-workspace.cpp.
| pinocchio::ReachableSetParams robotCreationFixture::param | 
Definition at line 81 of file unittest/reachable-workspace.cpp.
| Eigen::VectorXd robotCreationFixture::q | 
Definition at line 79 of file unittest/reachable-workspace.cpp.
| double robotCreationFixture::time_horizon | 
Definition at line 85 of file unittest/reachable-workspace.cpp.