From ba93673f2b030ef9321a53ffdbcef53f0f143b92 Mon Sep 17 00:00:00 2001 From: b14ckyy <33039058+b14ckyy@users.noreply.github.com> Date: Sun, 18 Feb 2024 11:10:27 +0100 Subject: [PATCH] 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. --- js/defaults_dialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/defaults_dialog.js b/js/defaults_dialog.js index c7d858c3..38978ece 100644 --- a/js/defaults_dialog.js +++ b/js/defaults_dialog.js @@ -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",