#include <cartesian_controller_data_types.h>
Public Member Functions | |
| double | getMaxSe () |
| PathMatrix (const PathArray pa1, const PathArray pa2) | |
| ~PathMatrix () | |
Public Attributes | |
| std::vector< PathArray > | pm_ |
Definition at line 80 of file cartesian_controller_data_types.h.
| cob_cartesian_controller::PathMatrix::PathMatrix | ( | const PathArray | pa1, |
| const PathArray | pa2 | ||
| ) | [inline] |
Definition at line 83 of file cartesian_controller_data_types.h.
| cob_cartesian_controller::PathMatrix::~PathMatrix | ( | ) | [inline] |
Definition at line 90 of file cartesian_controller_data_types.h.
| double cob_cartesian_controller::PathMatrix::getMaxSe | ( | ) | [inline] |
Definition at line 95 of file cartesian_controller_data_types.h.
| std::vector<PathArray> cob_cartesian_controller::PathMatrix::pm_ |
Definition at line 109 of file cartesian_controller_data_types.h.