virtualair
contact us
Air traffic simulation and visualization platform.

FlightGear Interface

The HLA interface enables the FlightGear flight simulator to participate an HLA 1.3 compliant simulation. Such simulation provides a virtual environment where all aircraft can interact.

This module should be compatible with any M&S HLA RTI (Run Time Infrastructure). It was tested with the ONERA CERTI HLA infrastructure.

The software is freely available under GPL via SourceForge.

Download

To download the latest source codes, please checkout the SVN Repository.

Official releases can be downloaded via SourceForge.

  • FlightGear HLA 0.1.0 (released 2008-06-01)

You are welcome to report any problems via our mailing list.

User Instructions

Before using the FlightGear HLA interface, a HLA RTI must be started:

rtig

The FlightGear HLA interface can be enabled via the command line:

export CERTI_HOST=<rtig>
fgfs --callsign=[<callsign>] \
     --hla=<rate>,<federate>,<federation>,ASN|RPR[,<model>]

where

<rtig>
Address of a machine on which the RTIG is running.
<callsign>
Object name. Identification of this FlightGear. If not given, this FlightGear will not be visible to others (stealth mode).
<rate>
Refresh rate [sec]. Determines how often this FlightGear should distribute updated information about own position.
<federate>
Federate name. A unique identification of this FlightGear in the federation (simulation).
<federation>
Federation name. Determines what federation this FlightGear should join.
ASN
Enables AviationSimNet conformance.
RPR
Enables RPR-FOM conformance. See SISO-STD-001.1-1999.
<model>
Federation object model (FOM). Determines a .fed file that describes the federation being joined. If not given, “.fed” is used by default.