moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Test data for blending, which contains three joint position vectors of three robot state. More...
#include <test_utils.h>
Public Attributes | |
std::vector< double > | start_position |
std::vector< double > | mid_position |
std::vector< double > | end_position |
Test data for blending, which contains three joint position vectors of three robot state.
Definition at line 394 of file test_utils.h.
std::vector<double> testutils::BlendTestData::end_position |
Definition at line 398 of file test_utils.h.
std::vector<double> testutils::BlendTestData::mid_position |
Definition at line 397 of file test_utils.h.
std::vector<double> testutils::BlendTestData::start_position |
Definition at line 396 of file test_utils.h.