Implementing VNAV support in FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 272: Line 272:


=== Interfacing to FlightGear ===
=== Interfacing to FlightGear ===
To make use of the FlightGear interface, you need to edit your JSBSim/FDM xml file and add an output section to the toplevel '''fdm_config''' node:
FlightGear can be used to visualize JSBSim standalone runs. To make use of the FlightGear interface, you need to edit your JSBSim/FDM xml file and add an output section to the toplevel '''fdm_config''' node:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<output name="localhost" type="FLIGHTGEAR" port="5600" rate="60" protocol="UDP"/>
<output name="localhost" type="FLIGHTGEAR" port="5600" rate="60" protocol="UDP"/>

Navigation menu