AI Systems: Difference between revisions

Jump to navigation Jump to search
Line 47: Line 47:
* They can move according to an internal [[Flight Dynamics Model|FDM]] (flight dynamics model).
* They can move according to an internal [[Flight Dynamics Model|FDM]] (flight dynamics model).


Details regarding each object (e.g. available properties) can be found in the source files in <code>flightgear/src/AIModel/</code> e.g. <code>AIStorm.hxx</code> (alternatively at https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/AIModel/). Common properties are in <code>AIBase</code>. Look for section <code>private:</code> in the file to find the properties and related comments (e.g. <code>double diameter; // diameter of turbulence zone, in nm</code>) to get additional information like the units to be used. Even though you might not be familiar with programming, the information is readable (and more up to date than the information e.g. on this page).
Details regarding each object (e.g. available properties) can be found in the source files in <code>flightgear/src/AIModel/</code> e.g. <code>AIStorm.hxx</code> (alternatively at https://sourceforge.net/p/flightgear/flightgear/ci/next/tree/src/AIModel/). Common properties are in <code>AIBase</code>. Look for section <code>private:</code> in the file to find the properties and related comments (e.g. <syntaxhighlight lang="cpp">double diameter; // diameter of turbulence zone, in nm</syntaxhighlight>) to get additional information like the units to be used. Even though you might not be familiar with programming, the information is readable (and more up to date than the information e.g. on this page).


=== Selecting Scenarios ===
=== Selecting Scenarios ===
648

edits

Navigation menu