|
|
|
@ -6,11 +6,9 @@
@@ -6,11 +6,9 @@
|
|
|
|
|
#ifndef __AP_MOTORS_HELI_SINGLE_H__ |
|
|
|
|
#define __AP_MOTORS_HELI_SINGLE_H__ |
|
|
|
|
|
|
|
|
|
#include <inttypes.h> |
|
|
|
|
#include <AP_Common.h> |
|
|
|
|
#include <AP_Math.h> |
|
|
|
|
#include <RC_Channel.h> |
|
|
|
|
|
|
|
|
|
#include <AP_Common/AP_Common.h> |
|
|
|
|
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library |
|
|
|
|
#include <RC_Channel/RC_Channel.h> // RC Channel Library |
|
|
|
|
#include "AP_MotorsHeli.h" |
|
|
|
|
#include "AP_MotorsHeli_RSC.h" |
|
|
|
|
|
|
|
|
|