set min altitude-agl above which the route-manager automatically locks
heading/altitude on entering a waypoint. This is a convenience feature, and some aircraft may want to turn it off using a very high altitude.
This commit is contained in:
parent
49c0b7716d
commit
254404587d
1 changed files with 3 additions and 0 deletions
|
@ -900,6 +900,9 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<internal>
|
||||
<ft type="double">0.1</ft>
|
||||
</internal>
|
||||
<route-manager>
|
||||
<min-lock-altitude-agl-ft type="double">300</min-lock-altitude-agl-ft>
|
||||
</route-manager>
|
||||
</autopilot>
|
||||
|
||||
<logging>
|
||||
|
|
Loading…
Reference in a new issue