Flight control base class. More...
#include <flightcontrol.h>
Protected Attributes | |
| Plug8 | m_flightMode |
| MultiFilter< MAX_COMMANDS > | m_axes |
| SocketF | m_throttle |
Flight control base class.
This is the base class for all flight control classes. Flight control stabilizes the craft.
Sockets exposed:
FlightControl.Pitch
FlightControl.Roll
FlightControl.Yaw
FlightControl.Throttle
FlightControl.Pitch.Filter pitch smoothing
FlightControl.Roll.Filter Roll smoothing
FlightControl.Yaw.Filter Yaw smoothing
FlightControl.Throttle.Filter Throttle smoothing
external sockets expected:
FlightMode.Status
MultiFilter<MAX_COMMANDS> FlightControl::m_axes [protected] |
Plug8 FlightControl::m_flightMode [protected] |
SocketF FlightControl::m_throttle [protected] |
1.7.0