mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
InertialNav: reduce Z-axis time constant to 5
This commit is contained in:
parent
a9eb626cb8
commit
6816c45c39
@ -10,9 +10,7 @@
|
||||
|
||||
#define AP_INTERTIALNAV_GRAVITY 9.80665f
|
||||
#define AP_INTERTIALNAV_TC_XY 3.0f // default time constant for complementary filter's X & Y axis
|
||||
#define AP_INTERTIALNAV_TC_Z 7.0f // default time constant for complementary filter's Z axis
|
||||
|
||||
#define AP_INTERTIALNAV_ACCEL_CORR_MAX 100.0 // max allowed accelerometer offset correction
|
||||
#define AP_INTERTIALNAV_TC_Z 5.0f // default time constant for complementary filter's Z axis
|
||||
|
||||
// #defines to control how often historical accel based positions are saved
|
||||
// so they can later be compared to laggy gps readings
|
||||
|
Loading…
Reference in New Issue
Block a user