mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_AHRS: avoid use of AP_Motors include in header
This commit is contained in:
parent
47d4451370
commit
8d2109faec
@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "AP_AHRS.h"
|
||||
#include <AP_Motors/AP_Motors.h>
|
||||
|
||||
// fwd declarations to avoid include errors
|
||||
class AC_AttitudeControl;
|
||||
@ -175,7 +174,8 @@ public:
|
||||
|
||||
// Logging Functions
|
||||
void Write_AttitudeView(const Vector3f &targets) const;
|
||||
void Write_Rate( const AP_Motors &motors, const AC_AttitudeControl &attitude_control,
|
||||
void Write_Rate(const class AP_Motors &motors,
|
||||
const class AC_AttitudeControl &attitude_control,
|
||||
const AC_PosControl &pos_control) const;
|
||||
|
||||
float roll;
|
||||
|
Loading…
Reference in New Issue
Block a user