Browse Source

flightgear arducopter model: change y motor position sign

QGC4.4
Thomas Gubler 11 years ago
parent
commit
5fc5b2aaad
  1. 8
      files/flightgear/Aircraft/arducopter/arducopter.xml

8
files/flightgear/Aircraft/arducopter/arducopter.xml

@ -106,7 +106,7 @@
<engine file="a2830-12" name="right"> <engine file="a2830-12" name="right">
<location unit="M"> <location unit="M">
<x> 0.000 </x> <x> 0.000 </x>
<y> -0.283 </y> <y> 0.283 </y>
<z> 0.000 </z> <z> 0.000 </z>
</location> </location>
<orient unit="DEG"> <orient unit="DEG">
@ -118,7 +118,7 @@
<thruster file="prop10x4.5"> <thruster file="prop10x4.5">
<location unit="M"> <location unit="M">
<x> 0.000 </x> <x> 0.000 </x>
<y> -0.283 </y> <y> 0.283 </y>
<z> 0.125 </z> <z> 0.125 </z>
</location> </location>
<orient unit="DEG"> <orient unit="DEG">
@ -133,7 +133,7 @@
<engine file="a2830-12" name="left"> <engine file="a2830-12" name="left">
<location unit="M"> <location unit="M">
<x> 0.00 </x> <x> 0.00 </x>
<y> 0.283 </y> <y> -0.283 </y>
<z> 0.00 </z> <z> 0.00 </z>
</location> </location>
<orient unit="DEG"> <orient unit="DEG">
@ -145,7 +145,7 @@
<thruster file="prop10x4.5"> <thruster file="prop10x4.5">
<location unit="M"> <location unit="M">
<x> 0.00 </x> <x> 0.00 </x>
<y> 0.283 </y> <y> -0.283 </y>
<z> 0.125 </z> <z> 0.125 </z>
</location> </location>
<orient unit="DEG"> <orient unit="DEG">

Loading…
Cancel
Save