#include <DroneController.h>
Public Member Functions | |
| ControlCommand () | |
| ControlCommand (double roll, double pitch, double yaw, double gaz) | |
| ControlCommand () | |
| ControlCommand (double roll, double pitch, double yaw, double gaz) | |
Public Attributes | |
| double | gaz |
| double | pitch |
| double | roll |
| double | yaw |
Definition at line 34 of file DroneController.h.
| ControlCommand::ControlCommand | ( | ) | [inline] |
Definition at line 36 of file DroneController.h.
| ControlCommand::ControlCommand | ( | double | roll, |
| double | pitch, | ||
| double | yaw, | ||
| double | gaz | ||
| ) | [inline] |
Definition at line 37 of file DroneController.h.
| ControlCommand::ControlCommand | ( | ) | [inline] |
Definition at line 40 of file RosThread.h.
| ControlCommand::ControlCommand | ( | double | roll, |
| double | pitch, | ||
| double | yaw, | ||
| double | gaz | ||
| ) | [inline] |
Definition at line 41 of file RosThread.h.
| double ControlCommand::gaz |
Definition at line 44 of file DroneController.h.
| double ControlCommand::pitch |
Definition at line 44 of file DroneController.h.
| double ControlCommand::roll |
Definition at line 44 of file DroneController.h.
| double ControlCommand::yaw |
Definition at line 44 of file DroneController.h.