pushback_guys.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <PropertyList>
  2. <path>pushback_guys.ac</path>
  3. <animation>
  4. <type>select</type>
  5. <condition>
  6. <property>sim/model/pushback/enabled</property>
  7. </condition>
  8. </animation>
  9. <animation>
  10. <type>rotate</type>
  11. <condition>
  12. <greater-than>
  13. <property>sim/model/pushback/position-norm</property>
  14. <value>0.99</value>
  15. </greater-than>
  16. </condition>
  17. <property>gear/gear[0]/steering-norm</property>
  18. <factor>-70</factor>
  19. <center>
  20. <x-m>3</x-m>
  21. <y-m>0</y-m>
  22. <z-m>0</z-m>
  23. </center>
  24. <axis>
  25. <x>0</x>
  26. <y>0</y>
  27. <z>1</z>
  28. </axis>
  29. </animation>
  30. <!-- change heading of the pushback when driving the arc -->
  31. <animation>
  32. <type>rotate</type>
  33. <property>sim/model/pushback/position-norm</property>
  34. <factor>-90</factor>
  35. <offset-deg>90</offset-deg>
  36. <center>
  37. <x-m>0</x-m>
  38. <y-m>0</y-m>
  39. <z-m>0</z-m>
  40. </center>
  41. <axis>
  42. <x>0</x>
  43. <y>0</y>
  44. <z>-1</z>
  45. </axis>
  46. </animation>
  47. <!-- compensate for gear compression -->
  48. <animation>
  49. <type>translate</type>
  50. <property>gear/gear[0]/compression-ft</property>
  51. <factor>0.3048</factor>
  52. <axis>
  53. <x>0</x>
  54. <y>0</y>
  55. <z>1</z>
  56. </axis>
  57. </animation>
  58. <animation>
  59. <type>translate</type>
  60. <property>sim/model/pushback/position-norm</property>
  61. <interpolation>
  62. <entry><ind>1.000000</ind><dep>0.000000</dep></entry>
  63. <entry><ind>0.000000</ind><dep>10.000000</dep></entry>
  64. </interpolation>
  65. <axis>
  66. <x>-1</x>
  67. <y>0</y>
  68. <z>0</z>
  69. </axis>
  70. </animation>
  71. <animation>
  72. <type>translate</type>
  73. <property>sim/model/pushback/position-norm</property>
  74. <interpolation>
  75. <entry><ind>1.000000</ind><dep>0.000000</dep></entry>
  76. <entry><ind>0.900000</ind><dep>0.000000</dep></entry>
  77. <entry><ind>0.000000</ind><dep>10.000000</dep></entry>
  78. </interpolation>
  79. <axis>
  80. <x>0</x>
  81. <y>1</y>
  82. <z>0</z>
  83. </axis>
  84. </animation>
  85. <!-- compensate for pitch of aircraft, keep pushback level -->
  86. <animation>
  87. <type>rotate</type>
  88. <property>orientation/pitch-deg</property>
  89. <factor>-1</factor>
  90. <center>
  91. <x-m>0</x-m>
  92. <y-m>0</y-m>
  93. <z-m>0</z-m>
  94. </center>
  95. <axis>
  96. <x>0</x>
  97. <y>1</y>
  98. <z>0</z>
  99. </axis>
  100. </animation>
  101. </PropertyList>