Output_t
Waypoint output struct. Contains orientation and linear and angular velocities. Not everything needs to be used.
#include <wp_controller.h>
Public Attributes
Name | |
---|---|
Eigen::Vector3d | eta2 |
Eigen::Vector3d | v1 |
Eigen::Vector3d | v2 |
Public Attributes Documentation
variable eta2
Eigen::Vector3d eta2 {0.0, 0.0, 0.0};
variable v1
Eigen::Vector3d v1 {0.0, 0.0, 0.0};
variable v2
Eigen::Vector3d v2 {0.0, 0.0, 0.0};
Updated on 2024-03-07 at 10:30:50 +0000
Last update:
March 7, 2024