mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Copter: add comment (unit of G_Dt)
This commit is contained in:
parent
c9f68fcd1b
commit
4d4b419d25
@ -752,7 +752,7 @@ static uint32_t condition_start;
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// IMU variables
|
// IMU variables
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Integration time for the gyros (DCM algorithm)
|
// Integration time (in seconds) for the gyros (DCM algorithm)
|
||||||
// Updated with the fast loop
|
// Updated with the fast loop
|
||||||
static float G_Dt = 0.02;
|
static float G_Dt = 0.02;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user