1
0
Fork 0

Recent changes to the gear code caused the DC-3 to fall through the runway

and crash on startup.  The defaults tend to assume that load is borne in
proportion to the gear's distance from the c.g., but taildraggers are more
complicated.  Increase the spring strength.
This commit is contained in:
aross 2002-12-21 18:43:24 +00:00
parent 0b2640e9ac
commit 759288135c

View file

@ -99,7 +99,7 @@
<control-input axis="/controls/tailwheel-castering" control="CASTERING"/>
</gear>
<gear x="-6.08" y="2.52" z="-3.49" compression="1" retract-time="7">
<gear x="-6.08" y="2.52" z="-3.49" compression="1" retract-time="7" spring="2">
<control-input axis="/controls/parking-brake" control="BRAKE"/>
<control-input axis="/controls/brakes[0]" control="BRAKE"/>
<control-input axis="/controls/gear-down" control="EXTEND"/>
@ -107,7 +107,7 @@
<control-output control="EXTEND" prop="/gear/gear[0]/position-norm"/>
</gear>
<gear x="-6.08" y="-2.52" z="-3.49" compression="1" retract-time="7">
<gear x="-6.08" y="-2.52" z="-3.49" compression="1" retract-time="7" spring="2">
<control-input axis="/controls/parking-brake" control="BRAKE"/>
<control-input axis="/controls/brakes[1]" control="BRAKE"/>
<control-input axis="/controls/gear-down" control="EXTEND"/>