Generic implementation of the tests that can be executed on different robots.
More...
|
void | SetUp () override |
|
| LoadTestRobot (const std::string &robot_name, const std::string &group_name) |
|
Eigen::VectorXd | getRandomState () const |
|
Eigen::VectorXd | getDeterministicState () const |
| Create a joint position vector with values 0.1, 0.2, 0.3, ... where the length depends on the number of joints in the robot. More...
|
|
Generic implementation of the tests that can be executed on different robots.
Definition at line 48 of file test_threadsafe_state_storage.cpp.
◆ TestThreadSafeStateStorage()
TestThreadSafeStateStorage::TestThreadSafeStateStorage |
( |
const std::string & |
robot_name, |
|
|
const std::string & |
group_name |
|
) |
| |
|
inline |
◆ SetUp()
void TestThreadSafeStateStorage::SetUp |
( |
| ) |
|
|
inlineoverrideprotected |
◆ testReadback()
void TestThreadSafeStateStorage::testReadback |
( |
const std::vector< double > & |
position_in_limits | ) |
|
|
inline |
This test if a state is correctly set in TSStateStorage. State is read back and compared with the original state
Definition at line 57 of file test_threadsafe_state_storage.cpp.
The documentation for this class was generated from the following file: