Top Banner
1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation Research Thursday January 10 th , 2002 Presented By: Douglas Burch Principal Investigator: Dr. Michael Braasch Avionics Engineering Center Ohio University, Athens Project Sponsor: Joint University Program
28

1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

Dec 23, 2015

Download

Documents

Harold Malone
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

11

Design Development of the General Aviation eHUD Flight Display

For theQuarterly Review of the NASA/FAA Joint University

Program for Air Transportation Research

Thursday January 10th, 2002

Presented By: Douglas BurchPrincipal Investigator: Dr. Michael Braasch

Avionics Engineering Center

Ohio University, Athens

Project Sponsor: Joint University Program

Page 2: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

22

Introduction• General Aviation Instrumentation has undergone

little change in the past 50 years.

• In 1999, 73% of the fatal accidents were caused by night Instrument Meteorological Conditions (IMC).

• IFR traffic is expected to increase by 2.5 percent per year over the next decade.

• Increase in IFR traffic might lead to a possible increase in GA accidents.

Page 3: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

33

Overview• Motivation Behind eHUD

• Pseudo-Attitude Determination

• Current eHUD System Overview

• Flight Tests

• Data Comparison, 5 Hz vs. 20 Hz

• Pseudo-Attitude Demonstration

• Future Work

Page 4: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

44

Motivation Behind eHUD

• Provide Visual Cues in IMC.

• Increase Situational Awareness in IMC.

• Reduce pilot training and recurrency requirements for flight in IMC.

• Keep the pilot looking out the window at the same time they are flying the instrument approach.

• Cost effective Head-Up Display.

Page 5: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

55

Attitude

Traditional Attitude:

• Three GPS Receivers, three Antennas.

• Expensive and Computationally Intensive.

Pseudo-Attitude (Velocity Vector Based Attitude):

• Observable from a single GPS antenna.

• Cost effective to purchase and install.

The Merriam-Webster Dictionary defines attitude as the position of an aircraft or spacecraft determined by the relationship between its axes and a reference datum.

Page 6: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

66

Pseudo-Attitude Determination (Velocity Vector Based Attitude Determination)

Developed at the Massachusetts Institute of Technology by:

• Dr. Richard P. Kornfeld

• Dr. R. John Hansman

• Dr. John J. Deyst

The information on the following slides, regarding Velocity Based Attitude, was taken from “The Impact of GPS Velocity Based Flight Control on Flight Instrumentation Architecture” Report No. ICAT-99-5, June 1999.

Page 7: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

77

Reference Frame (North, East and the Local Vertical Down.)

FNED: Earth-Fixed locally level coordinate system.

N

E

D

N × E = D

Velocity Vector Vg = (VgN, VgE, VgD)

Page 8: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

88

Pseudo-Attitude

γ

Zb

Yb

Xb

Vg

Local Horizontal Reference Plane

Flight Path Angle : γ

Pseudo-Roll Angle : φ

FB: Body-fixed orthogonal axes set which has its origin at the aircraft center of gravity.

φ

GPS Antenna

Page 9: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

99

Modifications to the eHUDPhase 1:• Updated GPS Receiver to a Novatel OEM4 with 20 Hz

position and velocity data.• Collected 35 minutes of flight data with the new receiver.Phase 2:• Velocity Vector Attitude Determination algorithm was

rewritten.Phase 3:• An alternative display processor was developed.

Page 10: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1010

Current eHUD Configuration

GPS Antenna

Novatel 20Hz Receiver

GPS DATA….

600 MHz Laptop QNX OS

Head-Up Display

700 MHz Laptop Windows 2000

Page 11: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1111

Novatel GPS Receiver

Novatel 20Hz Receiver

• 20 Hz Velocity Data

• 20 Hz Position Data

• RS-232 serial port

GPS Receiver provides position and velocity information to the real-time processor for Pseudo-Attitude Determination.

Page 12: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1212

Position and Velocity Strings

Position (BESTPOSA)

• GPS Sec into the Week.

• Latitude

• Longitude

• Height

Velocity (BESTVELA)

• GPS Sec into the Week.

• Horizontal Speed (m/s)

• Ground Track (degrees)

• Vertical Speed (m/s)

Page 13: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1313

Real Time Processor

GPS DATA….

Gateway 600 MHz Laptop

• QNX Real-Time OS

• PCMCIA Card

• Serial/Parallel Ports

The real-time processor transforms the Velocity Data into the Velocity Vector, Vg = (VgN, VgE, VgD). This is used to calculate the Flight Path Angle and the Pseudo-Roll, which are sent to the display processor along with the position information.

Page 14: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1414

Processing GPS Data

• Input Buffer Read When Serial Com Interrupt is Received

• Incoming String is Parsed According to Type• If Incoming Time-stamp Correlates to Previous

GPS String’s Time-stamp Then Velocity Vector is Processed

• Flight Data is Sent to the Display Processor

Page 15: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1515

Flight Data Parameters

1. Time-stamp (GPS Seconds into the Week)

2. Latitude

3. Longitude

4. Height (meters)

5. Ground Speed (m/s)

6. Ground Track (degrees)

7. Flight Path Angle (degrees)

8. Pseudo-Roll (degrees)

Page 16: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1616

Display Processor

• 700 MHz Laptop Running Windows 2000

• Display Written in Visual Basic

• Graphics Produced Using Revolution 3D

• Three-Dimensional representation of the outside world

Page 17: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1717

Data Collection Flight Test

• Flight Test Conducted 18 Nov, 2001• Consisted of Four Touch-and-Go Landings on

UNI Runway 25, Followed by Banking Maneuvers

• GPS Antenna Mounted Approximately Above Aircraft Center of Gravity

• BESTPOSA and BESTVELA GPS Strings Collected at 20Hz

Page 18: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1818

Real-time Flight Test

• Conducted on 2 Jan 2002.

• OEM-4 GPS Receiver Connected to 600 MHz Laptop.

• GPS Seconds, Pseudo-Roll, and Flight Path Angle Displayed on Screen in Text Format at 5 Hz.

• Velocity Vector Processed Real-time.

Page 19: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

1919

Data Collection Flight Path

Page 20: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2020

Pseudo-Attitude

Page 21: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2121

Closer Look at the Pseudo-Roll

Page 22: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2222

GPS Data, 5 Hz vs. 20 Hz

Page 23: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2323

Resolution Comparison

Page 24: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2424

Flight Test Demonstration

Page 25: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2525

Concerns• Vertical Error Inherent With GPS

• Augmenting System With Accurate Height Information

• Display Perspective

• The Many Human Factors Associated With Head-Up Displays

Page 26: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2626

Future Work

• Keep the development of the eHUD completely in-house. Use tools that will allow us to personally develop graphical displays, projection, etc. and not depend on others to make modifications.

• Augment System with reliable height information.

• Update the Pilot Display to a modern implementation of a Head-Up Display.

Page 27: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2727

Contact Information

Research Associate:

Douglas Burch

[email protected]

Principal Investigator:

Dr. Michael Braasch

[email protected]

Page 28: 1 11 1 Design Development of the General Aviation eHUD Flight Display For the Quarterly Review of the NASA/FAA Joint University Program for Air Transportation.

2828

References• Kornfeld, R.P., Hansman, R.J., Deyst, J.J., The Impact of

GPS Velocity Based Flight Control on Flight Instrumentation Architecture. MIT International Center for Air Transportation, Cambridge, MA. Report No. ICAT-99-5, June 1999.

• Eric Theunissen. Integrated Design of Man-Machine Interface for 4-D Navigation (1997) Delft University Press, Mekelweg 4 2628 CD Delft, The Eric’s Web page: www.tunnel-in-the-sky.tudelft.nl.