Autopilot configuration reference: Difference between revisions

Jump to navigation Jump to search
+- first section
(Adding tags to headings; De-camel case; etc)
(+- first section)
Line 4: Line 4:
{{Autoflight Navigation}}
{{Autoflight Navigation}}


This page serves as a reference for the elements of [[FlightGear]] xml [[autopilot]] configuration files. It describes all elements available within the autopilot configuration file supported in the bleeding edge [[Git]] sources. Some of the elements may not be available in the current release version of FlightGear.
: ''For a guide on how to model an autopilot using these elements, see [[Howto:Design an autopilot]].''
 
The '''property rules''' used for '''autopilot configuration''' can also be used for other kinds of systems modeling.  The controllers and filters allow for both simple and complex systems to be modeled.  By using the output from one as the input to another one, very complex systems such as fly-by-wire systems with different control laws can be modeled.
 
This page serves as a reference for the elements of [[FlightGear]] xml [[autopilot]] and property rule configuration files. It describes all elements available within the autopilot configuration file supported in the bleeding edge [[Git]] sources. Some of the elements may not be available in the current release version of FlightGear.


The FlightGear xml based autopilot system can run at FDM rate or at frame rate. Using a <autopilot> tag in your aircraft's -set.xml  
The FlightGear xml based autopilot system can run at FDM rate or at frame rate. Using a <autopilot> tag in your aircraft's -set.xml  
adds the autopilot at FDM rate, using a <property-rule> runs the same configuration at frame rate.
adds the autopilot at FDM rate, using a <property-rule> runs the same configuration at frame rate.
For built-in runtime plotting of FlightGear properties (including FDM/Autopilot properties), check out [[FGPlot]] (available in FlightGear 2.11+).


{{Systems_Modeling_Disclaimer}}
{{Systems_Modeling_Disclaimer}}
Refer to [[Howto:Design an autopilot]] as a guide how to use these elements.
For built-in runtime plotting of FlightGear properties (including FDM/Autopilot properties), check out [[FGPlot]] (available in FlightGear 2.11+).


== Structure of a configuration file ==
== Structure of a configuration file ==

Navigation menu