AP_NavEKF2: Increase allowable gyro bias offset

This commit is contained in:
Paul Riseborough 2016-03-28 19:08:26 -07:00 committed by Andrew Tridgell
parent af23a681e0
commit 4bb46af861

View File

@ -23,7 +23,7 @@ extern const AP_HAL::HAL& hal;
#define INIT_ACCEL_BIAS_UNCERTAINTY 0.5f
// maximum allowed gyro bias (rad/sec)
#define GYRO_BIAS_LIMIT 0.349066f
#define GYRO_BIAS_LIMIT 0.5f
// constructor
NavEKF2_core::NavEKF2_core(void) :