Browse Source

ACM: fixed HIL build

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
b01907cf23
  1. 1
      libraries/AP_AHRS/AP_AHRS_HIL.h

1
libraries/AP_AHRS/AP_AHRS_HIL.h

@ -33,6 +33,7 @@ public: @@ -33,6 +33,7 @@ public:
float get_error_yaw(void) { return 0; }
// settable parameters
AP_Float _kp;
AP_Float _kp_yaw;
AP_Float gps_gain;

Loading…
Cancel
Save