AP_AHRS_HIL.h: Fixed HIL build by adding missing public property.

This commit is contained in:
Adam M Rivera 2012-04-16 10:26:14 -05:00
parent 870b5e5f75
commit b500d9430f

View File

@ -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;
};