Set default GPS overflight sequence distance
This commit is contained in:
parent
30b8bdc081
commit
810d2e0b13
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static const char* makeTTWString(double TTW)
|
|||
GPS::Config::Config() :
|
||||
_enableTurnAnticipation(true),
|
||||
_turnRate(3.0), // degrees-per-second, so 180 degree turn takes 60 seconds
|
||||
_overflightDistance(0.0),
|
||||
_overflightDistance(0.02),
|
||||
_overflightArmDistance(1.0),
|
||||
_overflightArmAngle(90.0),
|
||||
_waypointAlertTime(30.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue