#include <DroneController.h>
Public Member Functions | |
DronePosition (TooN::Vector< 3 > pos, double yaw) | |
DronePosition () | |
Public Attributes | |
TooN::Vector< 3 > | pos |
double | yaw |
Definition at line 49 of file DroneController.h.
DronePosition::DronePosition | ( | TooN::Vector< 3 > | pos, |
double | yaw | ||
) | [inline] |
Definition at line 54 of file DroneController.h.
DronePosition::DronePosition | ( | ) | [inline] |
Definition at line 56 of file DroneController.h.
TooN::Vector<3> DronePosition::pos |
Definition at line 53 of file DroneController.h.
double DronePosition::yaw |
Definition at line 52 of file DroneController.h.