mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
SITL: default gyro cal off in XPlane and FlightAxis
pointless doing cal on these backends
This commit is contained in:
parent
f9cb760691
commit
a6e927d434
@ -50,6 +50,7 @@ FlightAxis::FlightAxis(const char *home_str, const char *frame_str) :
|
||||
}
|
||||
// FlightAxis sensor data is not good enough for EKF. Use fake EKF by default
|
||||
AP_Param::set_default_by_name("AHRS_EKF_TYPE", 10);
|
||||
AP_Param::set_default_by_name("INS_GYR_CAL", 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -47,6 +47,7 @@ XPlane::XPlane(const char *home_str, const char *frame_str) :
|
||||
|
||||
// XPlane sensor data is not good enough for EKF. Use fake EKF by default
|
||||
AP_Param::set_default_by_name("AHRS_EKF_TYPE", 10);
|
||||
AP_Param::set_default_by_name("INS_GYR_CAL", 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user