#include <trajectory.h>
Definition at line 164 of file trajectory.h.
Public Member Functions | |
| Trajectory_Select () | |
| Constructor. | |
| Trajectory_Select (const std::string &filename) | |
| Trajectory_Select & | operator= (const Trajectory_Select &x) |
| Overload = operator. | |
| void | set_trajectory (const std::string &filename) |
Public Attributes | |
| short | type |
| Cartesian or joint space. | |
| Spl_path | path |
| Spl_path instance. | |
| Spl_Quaternion | path_quat |
| Spl_Quaternion instance. | |
Private Attributes | |
| bool | quaternion_active |
| Using Spl_Quaternion. | |
1.5.1