Howto:Implement pushback: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
[[Image:747-400_pushback_eham.jpg|thumb|270px|A KLM [[Boeing 747-400]] ready for pushback at [[EHAM]]. This is the Goldhofert truck.]]
[[Image:747-400_pushback_eham.jpg|thumb|270px|A KLM [[Boeing 747-400]] ready for pushback at [[EHAM]]. This is the Goldhofert truck.]]
[[Image:F-16 pushback.jpg|thumb|270px|A [[F-16]] being towed at [[KLSV]]. This is the military truck.]]
[[Image:F-16 pushback.jpg|thumb|270px|A [[F-16]] being towed at [[KLSV]]. This is the military truck.]]
[[Image:YASim-pushback.jpeg|thumb|270px|A BA [[Boeing 777-200]] being pushbacked at [[EHAM]]. 777-200 is YASim]]
Currently, [[pushback]] can be used on [[JSBSim]] planes and[[YASim]] aswell, but the method differs a bit depending of type of fdm.
Currently, [[pushback]] can be used on [[JSBSim]] planes and[[YASim]] aswell, but the method differs a bit depending of type of fdm.


Line 129: Line 131:


== For YASim ==
== For YASim ==
[[Image:YASim-pushback.jpeg|thumb|270px|A BA [[Boeing 777-200]] being pushbacked at [[EHAM]]. 777-200 is YASim]]


For YASim we have to fake the external forces with the thruster. A thruster in YASim is a very simple "thrust only" engine object which not consume any fuel etc.
For YASim we have to fake the external forces with the thruster. A thruster in YASim is a very simple "thrust only" engine object which not consume any fuel etc.
Line 135: Line 136:
=== .xml (FDM)===
=== .xml (FDM)===
So we add this following lines to our yasim.xml:
So we add this following lines to our yasim.xml:
   <thruster x="19.246"  y="0.00" z="-2.7" vx="1" vy="0" vz="0" thrust="20000">
   <thruster x="19.246"  y="0.00" z="-2.7" vx="1" vy="0" vz="0" thrust="20000">
   <control-input axis="/sim/model/pushback/target-speed-fps" control="THROTTLE" src0="-1" src1="1" dst0="-1" dst1="1"/>
   <control-input axis="/sim/model/pushback/target-speed-fps" control="THROTTLE" src0="-1" src1="1" dst0="-1" dst1="1"/>
884

edits

Navigation menu