mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
Plane: log MNT at 10hz
This commit is contained in:
parent
9d2e9b37c8
commit
84752fbeaa
@ -245,7 +245,12 @@ void Plane::update_logging10(void)
|
|||||||
ahrs.Write_AOA_SSA();
|
ahrs.Write_AOA_SSA();
|
||||||
} else if (log_faster) {
|
} else if (log_faster) {
|
||||||
ahrs.Write_AOA_SSA();
|
ahrs.Write_AOA_SSA();
|
||||||
}
|
}
|
||||||
|
#if HAL_MOUNT_ENABLED
|
||||||
|
if (should_log(MASK_LOG_CAMERA)) {
|
||||||
|
camera_mount.write_log();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user