Global Positioning System

From FlightGear wiki
Jump to navigation Jump to search

This pages discussed the generic GPS support in FlightGear, not any specific real-world device or operating procedure. Nevertheless, many similarities should exist. It is assumed the reader is familiar with radio navigation terminology and basic instrument flying procedures.

For background information on GPS usage itself, you may want to check out http://wiki.flightgear.org/index.php/Avionics_Development_Resources#GPS

Note: the GPS is a work in progress, and under active development. If you encounter problems, please report them - and also suggest features. The GPS internals page mentions likely future enhancements and current limitations of code. Also note that panel instruments may extend or restrict access to the features below, depending on the specific device

Basic Information

The GPS computes position, direction and velocity information independently of other instruments in FlightGear - for example the computed altitude is not related to any altimeter installed on the aircraft. GPS computed values are subject to different errors and precision as compared with other instruments. (In FG, the GPS is too accurate, and in the future some optional modelling of GPS reception will be added)

Useful information above includes true groundspeed (not airpseed) and ground track (different from heading), i.e the path the aircraft is taking over the ground, and the direction of movement.

Active Waypoint

The GPS tracks an active waypoint, which can be an airport, VOR, NDB, fix or user-defined in various ways. Information about the active waypoint is provided - bearing, range, time to reach the waypoint, and so on.

Modes

OBS

OBS mode makes the GPS behave like a nav-radio tuned to the active waypoint (which doesn't have to be a VOR). You select a desired radial, and the GPS will generate to/from-flags and a course deviation output, exactly like a VOR receiver. Since there's no radio reception involved, this works for NDBs or fixes too, and there is no issue with stations being out of range (or out of service).

The OBS radial can be adjusted via a dial at the bottom of the default GPS dialog - note the dial is only shown when in OBS mode, and hidden in DTO and LEG modes, to avoid confusion. Due to PLIB limitations, also note that the 0-degree radial is at the bottom, and the 180-degree radial is at the top - i.e the dial is upside down.

LEG

LEG mode is mostly used with an active route (defined in the route manager). In LEG mode, the active waypoint is the next waypoint on the current route, and the GPS calculates course deviation to fly the line between the previous waypoint and the active waypoint.

Upon reaching the active waypoint, the GPS automatically switches ('sequences') to the next waypoint, if one exists.

DTO

This mode is used to fly directly to a waypoint. When DTO mode is entered, the course deviation will be centred, and a bearing calculated to fly directly to the requested, active waypoint.

Upon reaching the waypoint, the GPS will continue flying the inbound bearing, *unless* the active waypoint is part of an active route. In this case, the GPS will automatically switch to LEG mode, and resume waypoint sequencing.

Finding Waypoints

Waypoints can be selected in the following ways:

- searching by ident or name. Enter the full, or first few letters of a waypoint name, and search. The closest matching waypoint will be displayed, with successive results available, sorted by distance to the current GPS position.

- selecting the nearest waypoint (of a particular type). The closest ten waypoints can be loaded, and searched through

- loading waypoints from the active route (flight-plan)

Turn Anticipation

... doesn't work yet ... but coming soon

Reference Navaid

The GPS code automatically selects a reference navid, if one can be found nearby, and provides its location, range, bearing and frequency. This feature allows the pilot to cross-check the GPS indicated position against the reference navid.

Common Procedures

Executing a ATC direct clearance

Commonly, ATC will clear an inbound or outbound aircraft to a waypoint in their area. Particularly for departures, various waypoints on a procedure (SID) may be skipped. In this case, simply load the active WPT, search forwards to the cleared waypoint, and press 'DTO'. The GPS will fly directly to the waypoint, and skip over any waypoints as necessary before resuming LEG mode.

Missed Approaches

The current GPS code lacks approach support, but it's still valuable to set the missed approach point as the active waypoint. Upon going missed, execute a direct-to, and you'll have one less thing to worry about when going missed.

Future Functionality

GPS

It is possible for a the computer running Flightgear to create a dummy or simulated GPS module which will appear over Bluetooth as an external generic GPS device available to pair, simulating an actual external GPS receiver often used in the cockpit along with a tablet. Simulated GPS location information generated by Flightgear can be sent wirelessly over this simulated GPS device to a tablet, computer, or any other device allowing pilots and simulator users to seamlessly use the same hardware and GPS location aware software to navigate in both real world and in simulated flights without requiring any compatibility modifications on the tablet side. Most mobile devices have the option to use an alternative external bluetooth connected GPS device even if they also have an internal GPS/GLONASS receiver. This functionality is not yet supported in Flightgear.

ADS-B

Like GPS a simulated ADS-B bluetooth device which transmits either Flightgear simulated or possibly streamed in real world ADS-B information can be created by the computer running Flightgear to appear over bluetooth as an available device for a tablet or other device to pair with. This module will display Flightgear simulated status information to tablets that have the required software such as ForeFlight to use real world ADS-B wireless dongles without requiring any compatibility modifications to the hardware or software of the tablet. Information from ADS-B includes ADS-B weather, animated NEXRAD radar, METARs, TAFs, NOTAMs, TFRs and more. https://en.wikipedia.org/wiki/ADS-B This functionality is not yet supported in Flightgear.