[시뮬레이션] Flight gear 사용법 (1) 기본 설치 및 간단한 것들

2022. 2. 6. 19:59·기타/설계 프로젝트 System Design

 

flight simulation을 위한 open source인 프로그램 flight gear를 사용하기 위해 몇 가지 필요한 내용을 기록한다.

 

1. 설치

아래 링크에서 프로그램을 다운받으면 된다.

 

windows, linux, mac 모두 지원한다.

 

https://www.flightgear.org/download/

 

Download Central – FlightGear Flight Simulator

Download FlightGear 2020.3 – the latest stable, supported release – for free. Download Aircraft The easiest way to install aircraft is via the launcher – this will ensure aircraft are installed to the correct location, and get be updated easily when

www.flightgear.org

 

 

2. 비행기 데이터

 

flight gear에 필요한 비행기 데이터는 

https://www.flightgear.org/download/download-aircraft/

 

Download Aircraft – FlightGear Flight Simulator

Official Aircraft Note: All official release aircraft can now be individually downloaded and updated with FlightGear itself. This is a nice way to browse new aircraft and make sure your favorites are always kept up to date. If you would like to bulk downl

www.flightgear.org

아래 링크에서 

 

http://mirrors.ibiblio.org/flightgear/ftp/Aircraft/

 

Index of /flightgear/ftp/Aircraft/

 

mirrors.ibiblio.org

 

여기로 들어가면 다양한 비행기 데이터를 구할 수 있다. 

이 데이터를 (FlightGear 프로그램 경로)/data/Aircraft 에 압축파일을 푼 채로 저장한다.

 

 

3. 튜토리얼

 

튜토리얼은 pdf로 다운받을 수도 있고 인터넷 페이지로 열어서 볼 수 있다. 아마 위에 있는 설치파일을 다운로드할 수 있는 사이트에서 잘 찾아보면 링크를 찾을 수 있는데

http://flightgear.sourceforge.net/manual/2020.3/

 

FlightGear Aviation Resources

© flightgear.org. All rights reserved. | Design by TEMPLATED.

flightgear.sourceforge.net

여기에서 언어를 선택해서 들어가거나 (영어, 프랑스어, 스페인어, 이탈리아어, 독일어, 폴란드어 제공)

pdf를 구할 수 있다.

 

pdf를 보니 220쪽 분량이다.

 

 

4. Head Up Display

 

튜토리얼을 일일이 다 읽어보기 힘들다면 flight gear 사용자를 위한 위키도 있다.

 

나는 head up display(HUD) 기능을 찾느라 알게 되었다.

 

https://wiki.flightgear.org/Default_head-up_display

 

Default head-up display - FlightGear wiki

Note  The HUD system will one day be replaced by a Canvas HUD system. The default head-up display (HUD) of FlightGear is available for any craft which does not include its own. A head-up display is an important instrument in modern, mostly military, cock

wiki.flightgear.org

 

 

Flight simulation을 할 때 이렇게 화면으로 고도나 control surface 상태를 보고 싶었기 때문이다.

MATLAB으로 연동을 해서 시뮬레이션을 돌릴 때는 Flight Gear에 넣는 input으로 control surface나 angle of attack을 넣지 않기 때문에 그 데이터는 위의 화면에서 나타나지 않는다.

그래도 고도와 Euler angle은 입력으로 넣기 때문에 화면에서 바로 확인할 수 있다는 장점이 있다.

 

위의 위키에도 나와있지만 저 HUD를 켜기 위해서는 h를 누르면 되고 h를 한 번 더 누르면 초록색에서 빨간색으로 display 색깔이 바뀐다. 한 번 더 누르면 display가 사라진다.

 

또한 Shift + i 를 누르면 display의 종류가 바뀐다. 위에 있는 것 뿐 아니라 다른 방식의 display가 있고 

 

보니까 display가 4개 정도 있더라.

 

 

HUD에 나오는 용어

 

  • KIAS : knots of indicated airspeed
  • AMSL : Above mean sea level

 

저작자표시 비영리 변경금지 (새창열림)

'기타 > 설계 프로젝트 System Design' 카테고리의 다른 글

[프로젝트] DATCOM Input 파일 예시와 output 파일 예시  (4) 2022.03.15
[시뮬레이션] Flight Gear 사용법 (2) MATLAB과 연동  (2) 2022.02.08
[프로젝트] Iterative Design Process  (0) 2021.01.19
[프로젝트] Digital DATCOM 다운로드 방법  (0) 2021.01.03
[프로젝트] Digital DATCOM 문서 작성 방법  (0) 2021.01.03
'기타/설계 프로젝트 System Design' 카테고리의 다른 글
  • [프로젝트] DATCOM Input 파일 예시와 output 파일 예시
  • [시뮬레이션] Flight Gear 사용법 (2) MATLAB과 연동
  • [프로젝트] Iterative Design Process
  • [프로젝트] Digital DATCOM 다운로드 방법
보통의공대생
보통의공대생
수학,프로그래밍,기계항공우주 등 공부하는 기록들을 남깁니다.
  • 보통의공대생
    뛰는 놈 위에 나는 공대생
    보통의공대생
  • 전체
    오늘
    어제
    • 분류 전체보기 (458)
      • 공지 (1)
      • 영어 공부 English Study (40)
        • 텝스 TEPS (7)
        • 글 Article (21)
        • 영상 Video (10)
      • 연구 Research (99)
        • 최적화 Optimization (3)
        • 데이터과학 Data Science (7)
        • 인공지능 Artificial Intelligent (40)
        • 제어 Control (45)
      • 프로그래밍 Programming (103)
        • 매트랩 MATLAB (25)
        • 파이썬 Python (33)
        • 줄리아 Julia (2)
        • C++ (3)
        • 리눅스 우분투 Ubuntu (6)
      • 항공우주 Aeronautical engineeri.. (21)
        • 항법 Navigation (0)
        • 유도 Guidance (0)
      • 기계공학 Mechanical engineering (13)
        • 열역학 Thermodynamics (0)
        • 고체역학 Statics & Solid mechan.. (10)
        • 동역학 Dynamics (1)
        • 유체역학 Fluid Dynamics (0)
      • 수학 Mathematics (34)
        • 선형대수학 Linear Algebra (18)
        • 미분방정식 Differential Equation (3)
        • 확률및통계 Probability & Sta.. (2)
        • 미적분학 Calculus (1)
        • 복소해석학 Complex Analysis (5)
        • 실해석학 Real Analysis (0)
      • 수치해석 Numerical Analysis (21)
      • 확률 및 랜덤프로세스 Random process (2)
      • 추론 & 추정 이론 Estimation (3)
      • 기타 (26)
        • 설계 프로젝트 System Design (8)
        • 논문작성 Writing (55)
        • 세미나 Seminar (2)
        • 생산성 Productivity (3)
      • 유학 생활 Daily (6)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    ChatGPT
    에러기록
    Julia
    MATLAB
    텝스공부
    딥러닝
    JAX
    논문작성
    생산성
    Numerical Analysis
    Dear abby
    수치해석
    논문작성법
    matplotlib
    pytorch
    Linear algebra
    고체역학
    Python
    obsidian
    teps
    Statics
    옵시디언
    텝스
    LaTeX
    인공지능
    WOX
    Zotero
    우분투
    IEEE
    수식삽입
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
보통의공대생
[시뮬레이션] Flight gear 사용법 (1) 기본 설치 및 간단한 것들
상단으로

티스토리툴바