mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_MotorsHeli: Update includes so that it builds
This commit is contained in:
parent
d1fbf739c0
commit
6a7996d367
@ -9,9 +9,9 @@
|
||||
#include <inttypes.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_Motors.h"
|
||||
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||
#include <RC_Channel/RC_Channel.h> // RC Channel Library
|
||||
#include "AP_Motors_Class.h"
|
||||
#include "AP_MotorsHeli_RSC.h"
|
||||
|
||||
// maximum number of swashplate servos
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <AP_HAL.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#include "AP_MotorsHeli_RSC.h"
|
||||
|
||||
|
@ -3,10 +3,9 @@
|
||||
#ifndef __AP_MOTORS_HELI_RSC_H__
|
||||
#define __AP_MOTORS_HELI_RSC_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
|
||||
|
||||
class AP_MotorsHeli_RSC {
|
||||
public:
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <AP_HAL.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "AP_MotorsHeli_Single.h"
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user