mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: change description of system id delay variable (NFC)
This commit is contained in:
parent
9f15689850
commit
543c2bf55b
@ -69,7 +69,7 @@ ModeSystemId::ModeSystemId(void) : Mode()
|
||||
AP_Param::setup_object_defaults(this, var_info);
|
||||
}
|
||||
|
||||
#define SYSTEM_ID_DELAY 1.0f // speed below which it is always safe to switch to loiter
|
||||
#define SYSTEM_ID_DELAY 1.0f // time in seconds waited after system id mode change for frequency sweep injection
|
||||
|
||||
// systemId_init - initialise systemId controller
|
||||
bool ModeSystemId::init(bool ignore_checks)
|
||||
|
Loading…
Reference in New Issue
Block a user