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:
parent
5766d0ed6c
commit
82ba6e93b0
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue