mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Integration time for the gyros (DCM algorithm)
|
||||
// Integration time (in seconds) for the gyros (DCM algorithm)
|
||||
// Updated with the fast loop
|
||||
static float G_Dt = 0.02;
|
||||
|
||||
|
|
Loading…
Reference in New Issue