#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 48 of file DroneController.h.
| DronePosition::DronePosition | ( | TooN::Vector< 3 > | pos, |
| double | yaw | ||
| ) | [inline] |
Definition at line 53 of file DroneController.h.
| DronePosition::DronePosition | ( | ) | [inline] |
Definition at line 55 of file DroneController.h.
| TooN::Vector<3> DronePosition::pos |
Definition at line 52 of file DroneController.h.
| double DronePosition::yaw |
Definition at line 51 of file DroneController.h.