moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
Public Attributes | List of all members
testutils::BlendTestData Struct Reference

Test data for blending, which contains three joint position vectors of three robot state. More...

#include <test_utils.hpp>

Public Attributes

std::vector< double > start_position
 
std::vector< double > mid_position
 
std::vector< double > end_position
 

Detailed Description

Test data for blending, which contains three joint position vectors of three robot state.

Definition at line 403 of file test_utils.hpp.

Member Data Documentation

◆ end_position

std::vector<double> testutils::BlendTestData::end_position

Definition at line 407 of file test_utils.hpp.

◆ mid_position

std::vector<double> testutils::BlendTestData::mid_position

Definition at line 406 of file test_utils.hpp.

◆ start_position

std::vector<double> testutils::BlendTestData::start_position

Definition at line 405 of file test_utils.hpp.


The documentation for this struct was generated from the following file: