mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
AP_Motors: tidy includes
This commit is contained in:
parent
4c7f4514cd
commit
8930b5f6f5
@ -18,6 +18,7 @@
|
|||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include "AP_MotorsMatrix_6DoF_Scripting.h"
|
#include "AP_MotorsMatrix_6DoF_Scripting.h"
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
#include <AP_Vehicle/AP_Vehicle.h>
|
||||||
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
#include <SRV_Channel/SRV_Channel.h>
|
||||||
#include <GCS_MAVLink/GCS.h>
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#include <AP_Notify/AP_Notify.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#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>
|
||||||
#include <AP_Notify/AP_Notify.h> // Notify library
|
|
||||||
#include <SRV_Channel/SRV_Channel.h>
|
|
||||||
#include <Filter/Filter.h> // filter library
|
#include <Filter/Filter.h> // filter library
|
||||||
|
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||||
|
|
||||||
// offsets for motors in motor_out and _motor_filtered arrays
|
// offsets for motors in motor_out and _motor_filtered arrays
|
||||||
#define AP_MOTORS_MOT_1 0U
|
#define AP_MOTORS_MOT_1 0U
|
||||||
|
Loading…
Reference in New Issue
Block a user