1
0
Fork 0

Fix gear problem.

Add steerable tailwheel.

Increase elevator strength a bit.
This commit is contained in:
david 2003-02-18 18:42:16 +00:00
parent bcb30b0caa
commit e51c8a88dc

View file

@ -32,7 +32,7 @@ since it is what the weight-and-balance site above uses.
<airplane mass="680">
<!-- Approach configuration -->
<approach speed="20" aoa="14">
<approach speed="20" aoa="15">
<control-setting axis="/controls/throttle[0]" value="0.0"/>
<control-setting axis="/controls/mixture[0]" value="1.0"/>
</approach>
@ -74,7 +74,7 @@ since it is what the weight-and-balance site above uses.
<hstab x="-4.87" y="0.05" z="-0.42" taper="0.5" effectiveness="1.24"
length="1.49" chord="1.13" sweep="0">
<stall aoa="16" width="4" peak="1.5"/>
<flap0 start="0" end="1" lift="1.45" drag="1.2"/>
<flap0 start="0" end="1" lift="2.1" drag="1.2"/>
<control-input axis="/controls/elevator" control="FLAP0"/>
<control-input axis="/controls/elevator-trim" control="FLAP0"/>
<control-output control="FLAP0" prop="/surface-positions/elevator-pos-norm"/>
@ -107,17 +107,18 @@ since it is what the weight-and-balance site above uses.
<control-input axis="/controls/mixture[0]" control="MIXTURE"/>
</propeller>
<!-- FIXME: the J3 Cub may not actually have a tail-wheel lock -->
<gear x="-5.17" y="0" z="-0.71" compression="0.2">
<control-input axis="/controls/tailwheel-castering" control="CASTERING"/>
<gear x="-5.17" y="0" z="-0.71" compression="0.1">
<control-input axis="/controls/rudder" control="STEER"
src0="-1.0" src1="1.0"
dst0="0.5" dst1="-0.5"/>
</gear>
<gear x="0" y="0.95" z="-1.96" compression=".1"> <!-- left main -->
<gear x="0" y="0.95" z="-1.96" compression="0.01"> <!-- left main -->
<control-input axis="/controls/brakes[0]" control="BRAKE" split="true"/>
<control-input axis="/controls/parking-brake" control="BRAKE" split="true"/>
</gear>
<gear x="0" y="-0.95" z="-1.96" compression=".1"> <!-- right main -->
<gear x="0" y="-0.95" z="-1.96" compression="0.01"> <!-- right main -->
<control-input axis="/controls/brakes[1]" control="BRAKE" split="true"/>
<control-input axis="/controls/parking-brake" control="BRAKE" split="true"/>
</gear>