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:
parent
0b2640e9ac
commit
759288135c
1 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue