Autopush: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Created page with "'''Autopush''' aims to develop a generic pushback for JSBSim and YASim aircraft, with the following characteristics: # Do the pushback procedure automatically. # Scal...")
 
 
(12 intermediate revisions by 8 users not shown)
Line 6: Line 6:


== Implementing Autopush ==
== Implementing Autopush ==
See <code>{{gitlab source|user=mdanil|repo=flightgear-autopush|path=README.TXT|text=README.TXT}}</code> in the development repository.
See <code>[https://gitea.merspieler.tk/fly/autopush/src/branch/master/README.TXT README.TXT]</code> in the development repository.


== Implementations ==
== Implementations ==
August 2018 the following aircraft have Autopush implemented:
September 2021 the following aircraft have Autopush implemented:


{| class="wikitable sortable"
{| class="wikitable sortable"
! --aircraft= || Aircraft || Hangar
! --aircraft= || Aircraft || Hangar
|-
|-
| Tu-144 || [[Tupolev Tu-144]] || [[FGAddon]]
| Tu-144D || [[Tupolev Tu-144D]] || [https://gitlab.com/femboywings-fgfs femboywings]
|-
|-
| IDG-A32X || [[IDG-A32X|Airbus A320]] || [[Immersive Design Group|IDG]]
| A320-family|| [[A320-family|Airbus A320]] || [[FGAddon]]
|-
|-
| IDG-A33X || [[IDG-A33X|Airbus A330]] || IDG
| IDG-A33X || [[IDG-A33X|Airbus A330]] || Octal450
|-
|-
| IDG-MD-11X || [[IDG-MD-11X|McDonnell Douglas MD-11]] || IDG
| MD-11 || [[MD-11|McDonnell Douglas MD-11]] || Octal450
|-
|-
| B777 || [[Boeing 777]] || [[FGAddon]] ?
| MD-80 || [[MD-80|McDonnell Douglas MD-80]] || Octal450
|-
| B777 || [[Boeing 777]] || [[FGAddon]]
|-
| 747-400 || [[Boeing 747-400]] || [[FGAddon]]
|-
| E-Jet family || Embraer E-Jet || [https://github.com/YV3399/E-jet-family-YV Github]
|}
|}


Line 35: Line 41:


=== Source code ===
=== Source code ===
* {{gitlab source|user=mdanil|repo=flightgear-autopush}}
* https://gitea.merspieler.tk/fly/autopush/src/branch/master/README.TXT


[[Category:Aircraft enhancement]]
[[Category:Aircraft enhancement]]

Latest revision as of 15:51, 25 June 2023

Autopush aims to develop a generic pushback for JSBSim and YASim aircraft, with the following characteristics:

  1. Do the pushback procedure automatically.
  2. Scale to different aircraft with minimum changes to their logic.
  3. Use no computer resources in flight.

Implementing Autopush

See README.TXT in the development repository.

Implementations

September 2021 the following aircraft have Autopush implemented:

--aircraft= Aircraft Hangar
Tu-144D Tupolev Tu-144D femboywings
A320-family Airbus A320 FGAddon
IDG-A33X Airbus A330 Octal450
MD-11 McDonnell Douglas MD-11 Octal450
MD-80 McDonnell Douglas MD-80 Octal450
B777 Boeing 777 FGAddon
747-400 Boeing 747-400 FGAddon
E-Jet family Embraer E-Jet Github

Related content

Wiki articles

Forum topics

Source code