1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 19:40:22 +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 Pawel Spychalski (DzikuVx)
parent 5766d0ed6c
commit 82ba6e93b0

View file

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