APM:Libraries
|
#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include <RC_Channel/RC_Channel.h>
#include <SRV_Channel/SRV_Channel.h>
Go to the source code of this file.
Classes | |
class | AP_MotorsHeli_RSC |
enum RotorControlMode |
Enumerator | |
---|---|
ROTOR_CONTROL_MODE_DISABLED | |
ROTOR_CONTROL_MODE_SPEED_PASSTHROUGH | |
ROTOR_CONTROL_MODE_SPEED_SETPOINT | |
ROTOR_CONTROL_MODE_OPEN_LOOP_POWER_OUTPUT | |
ROTOR_CONTROL_MODE_CLOSED_LOOP_POWER_OUTPUT |
Definition at line 16 of file AP_MotorsHeli_RSC.h.
enum RotorControlState |
Enumerator | |
---|---|
ROTOR_CONTROL_STOP | |
ROTOR_CONTROL_IDLE | |
ROTOR_CONTROL_ACTIVE |
Definition at line 9 of file AP_MotorsHeli_RSC.h.