mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
ACM: enable GPS in AHRS for ArduCopter
this is an experiment in centripetal correction for multicopters
This commit is contained in:
parent
d4c8041c51
commit
b676caa626
@ -251,7 +251,7 @@ static GPS *g_gps_null;
|
||||
#if QUATERNION_ENABLE == ENABLED
|
||||
AP_AHRS_Quaternion ahrs(&imu, g_gps_null);
|
||||
#else
|
||||
AP_AHRS_DCM ahrs(&imu, g_gps_null);
|
||||
AP_AHRS_DCM ahrs(&imu, g_gps);
|
||||
#endif
|
||||
|
||||
AP_TimerProcess timer_scheduler;
|
||||
|
Loading…
Reference in New Issue
Block a user