mirror of https://github.com/ArduPilot/ardupilot
AHRS: fixed HIL build
This commit is contained in:
parent
9b6acf168e
commit
15133b1105
|
@ -34,6 +34,7 @@ public:
|
|||
|
||||
// settable parameters
|
||||
AP_Float _kp_yaw;
|
||||
AP_Float gps_gain;
|
||||
|
||||
private:
|
||||
Vector3f _omega;
|
||||
|
|
Loading…
Reference in New Issue