mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: Delete unused definitions
This commit is contained in:
parent
631d8f5423
commit
a9b2b9dddf
|
@ -13,10 +13,6 @@ extern const AP_HAL::HAL& hal;
|
|||
|
||||
#define earthRate 0.000072921f // earth rotation rate (rad/sec)
|
||||
|
||||
// when the wind estimation first starts with no airspeed sensor,
|
||||
// assume 3m/s to start
|
||||
#define STARTUP_WIND_SPEED 3.0f
|
||||
|
||||
// initial imu bias uncertainty (deg/sec)
|
||||
#define INIT_ACCEL_BIAS_UNCERTAINTY 0.5f
|
||||
|
||||
|
|
Loading…
Reference in New Issue