AP_AHRS_HIL.h: Fixed HIL build by adding missing public property.
This commit is contained in:
parent
870b5e5f75
commit
b500d9430f
@ -32,6 +32,9 @@ public:
|
||||
float get_error_rp(void) { return 0; }
|
||||
float get_error_yaw(void) { return 0; }
|
||||
|
||||
// settable parameters
|
||||
AP_Float _kp_yaw;
|
||||
|
||||
private:
|
||||
Vector3f _omega;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user