From 82ba6e93b02baf5b27b38c88bc67243f9fb1c92e 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 729322a8..cd5a7614 100644 --- a/js/defaults_dialog.js +++ b/js/defaults_dialog.js @@ -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",