Howto:Design an autopilot: Difference between revisions

Jump to navigation Jump to search
hundert > hundred - aglicising
(hundert > hundred - aglicising)
Line 1: Line 1:
This [[:Category:Howto|howto]] will guide you through the process of designing a stable and fully functional [[autopilot]] in [[FlightGear]]. We won't cover every single aspect, because there are hunderts of [[aircraft]] out there, with dozens of different autopilot configurations. However, after reading this howto, you should be able to be creative and create unexisting configurations.
This [[:Category:Howto|howto]] will guide you through the process of designing a stable and fully functional [[autopilot]] in [[FlightGear]]. We won't cover every single aspect, because there are hundreds of [[aircraft]] out there, with dozens of different autopilot configurations. However, after reading this howto, you should be able to be creative and create unexisting configurations.


For a technical reference of the used elements, check [[Autopilot Configuration Reference]].
For a technical reference of the used elements, check [[Autopilot Configuration Reference]].


== Pre-design ==
== Pre-design ==
Why not make things slightly easier, before we start working on the autopilot? Since we will be updating the autopilot hunderts of times, making tiny adjustments each time, we don't want to reload FlightGear every time. Therefore, we assign an "reload autopilot configuration" action to a key on our keyboard. We've chosen Shift-F5, but it could be any key. Add the code to your <tt>[[$FG ROOT]]/keyboard.xml</tt> file.
Why not make things slightly easier, before we start working on the autopilot? Since we will be updating the autopilot hundreds of times, making tiny adjustments each time, we don't want to reload FlightGear every time. Therefore, we assign an "reload autopilot configuration" action to a key on our keyboard. We've chosen Shift-F5, but it could be any key. Add the code to your <tt>[[$FG ROOT]]/keyboard.xml</tt> file.


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
8

edits

Navigation menu