1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Update default WP Radius

With better AHRS and Sensor fusion since 6.0 and 7.1, the WP radius for fixed wings can be much smaller for more precise waypoint navigation. This also helps Fixed Wing Autoland to use shorter approaches with later turns.
This commit is contained in:
b14ckyy 2024-02-18 11:10:27 +01:00 committed by GitHub
parent 939f5af04b
commit ba93673f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -579,7 +579,7 @@ helper.defaultsDialog = (function () {
},
{
key: "nav_wp_radius",
value: 5000
value: 800
},
{
key: "nav_wp_max_safe_distance",
@ -788,7 +788,7 @@ helper.defaultsDialog = (function () {
},
{
key: "nav_wp_radius",
value: 5000
value: 1000
},
{
key: "nav_wp_max_safe_distance",