AP_NavEKF3: Update default GPS delay
This value is a compromise between what works best for a Ublox 6 which is around 200msec delay and the more recent 7 and 8 series receivers that are around 120msec delay.
This commit is contained in:
parent
ed5039823f
commit
9261c34097
@ -189,7 +189,7 @@ const AP_Param::GroupInfo NavEKF3::var_info[] = {
|
||||
// @Increment: 10
|
||||
// @User: Advanced
|
||||
// @Units: msec
|
||||
AP_GROUPINFO("GPS_DELAY", 8, NavEKF3, _gpsDelay_ms, 220),
|
||||
AP_GROUPINFO("GPS_DELAY", 8, NavEKF3, _gpsDelay_ms, 150),
|
||||
|
||||
// Height measurement parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user