mirror of https://github.com/ArduPilot/ardupilot
AP_Motors: tidy includes of SRV_Channel.h
This commit is contained in:
parent
29291847d1
commit
ad57141a85
|
@ -17,6 +17,7 @@
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include "AP_MotorsCoax.h"
|
#include "AP_MotorsCoax.h"
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
#include "AP_MotorsMulticopter.h"
|
#include "AP_MotorsMulticopter.h"
|
||||||
|
|
||||||
// feedback direction
|
// feedback direction
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include "AP_MotorsSingle.h"
|
#include "AP_MotorsSingle.h"
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
#include "AP_MotorsMulticopter.h"
|
#include "AP_MotorsMulticopter.h"
|
||||||
|
|
||||||
// feedback direction
|
// feedback direction
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include "AP_MotorsTailsitter.h"
|
#include "AP_MotorsTailsitter.h"
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
#include "AP_MotorsMulticopter.h"
|
#include "AP_MotorsMulticopter.h"
|
||||||
|
|
||||||
/// @class AP_MotorsTailsitter
|
/// @class AP_MotorsTailsitter
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
#include "AP_MotorsTri.h"
|
#include "AP_MotorsTri.h"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
#include "AP_MotorsMulticopter.h"
|
#include "AP_MotorsMulticopter.h"
|
||||||
|
|
||||||
// tail servo uses channel 7
|
// tail servo uses channel 7
|
||||||
|
|
Loading…
Reference in New Issue