mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AHRS: fixed duplicate gps_use variable in DCM
This commit is contained in:
parent
dcaea1a47a
commit
6c0b7b7f53
@ -42,9 +42,6 @@ public:
|
|||||||
float get_error_rp(void);
|
float get_error_rp(void);
|
||||||
float get_error_yaw(void);
|
float get_error_yaw(void);
|
||||||
|
|
||||||
// allow for runtime disabling of GPS usage for position
|
|
||||||
AP_Int8 _gps_use;
|
|
||||||
|
|
||||||
// return a wind estimation vector, in m/s
|
// return a wind estimation vector, in m/s
|
||||||
Vector3f wind_estimate(void) {
|
Vector3f wind_estimate(void) {
|
||||||
return _wind;
|
return _wind;
|
||||||
|
Loading…
Reference in New Issue
Block a user