1
0
Fork 0

Set default GPS overflight sequence distance

This commit is contained in:
James Turner 2019-09-18 14:45:51 +01:00
parent 30b8bdc081
commit 810d2e0b13

View file

@ -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),