arducopter.xml 2.1 KB
Newer Older
lm's avatar
lm committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
<?xml version="1.0"?>
<PropertyList>
  <!--Airframe-->
  <path>arducopter.ac</path>
  <offsets>
    <z-m>0.0</z-m>
    <y-m>0</y-m>
    <x-m>0.0</x-m>
    <pitch-deg>0</pitch-deg>
    <heading-deg>180</heading-deg>
  </offsets>
  <!--Propeller Right-->
  <animation>
    <type>noshadow</type>
    <object-name>propeller0</object-name>
  </animation>
  <animation>
    <type>spin</type>
    <object-name>propeller0</object-name>
    <property>/controls/engines/engine[0]/throttle</property>
    <factor>12000</factor>
    <axis>
      <x1-m>0.000</x1-m>
      <y1-m>-0.288</y1-m>
      <z1-m>0.046</z1-m>
      <x2-m>0.000</x2-m>
      <y2-m>-0.288</y2-m>
      <z2-m>0.012</z2-m>
    </axis>
  </animation>
  <!--Propeller Left-->
  <animation>
    <type>noshadow</type>
    <object-name>propeller1</object-name>
  </animation>
  <animation>
    <type>spin</type>
    <object-name>propeller1</object-name>
    <property>/controls/engines/engine[1]/throttle</property>
    <factor>12000</factor>
    <axis>
      <x1-m>0.000</x1-m>
      <y1-m>0.288</y1-m>
      <z1-m>0.046</z1-m>
      <x2-m>0.000</x2-m>
      <y2-m>0.288</y2-m>
      <z2-m>0.012</z2-m>
    </axis>
  </animation>
  <!--Propeller Front-->
  <animation>
    <type>noshadow</type>
    <object-name>propeller2</object-name>
  </animation>
  <animation>
    <type>spin</type>
    <object-name>propeller2</object-name>
    <property>/controls/engines/engine[2]/throttle</property>
    <factor>12000</factor>
    <axis>
      <x1-m>0.288</x1-m>
      <y1-m>0.000</y1-m>
      <z1-m>0.046</z1-m>
      <x2-m>0.288</x2-m>
      <y2-m>0.000</y2-m>
      <z2-m>0.012</z2-m>
    </axis>
  </animation>
  <!--Propeller Back-->
  <animation>
    <type>noshadow</type>
    <object-name>propeller3</object-name>
  </animation>
  <animation>
    <type>spin</type>
    <object-name>propeller3</object-name>
    <property>/controls/engines/engine[3]/throttle</property>
    <factor>12000</factor>
    <axis>
      <x1-m>-0.288</x1-m>
      <y1-m>0.000</y1-m>
      <z1-m>0.046</z1-m>
      <x2-m>-0.288</x2-m>
      <y2-m>0.000</y2-m>
      <z2-m>0.012</z2-m>
    </axis>
  </animation>
</PropertyList>