Browse Source

AHRS: fixed HIL build

master
Andrew Tridgell 13 years ago
parent
commit
165604a55c
  1. 1
      libraries/AP_AHRS/AP_AHRS_HIL.h

1
libraries/AP_AHRS/AP_AHRS_HIL.h

@ -34,6 +34,7 @@ public: @@ -34,6 +34,7 @@ public:
// settable parameters
AP_Float _kp_yaw;
AP_Float gps_gain;
private:
Vector3f _omega;

Loading…
Cancel
Save