trailer.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <PropertyList>
  2. <path>trailer.ac</path>
  3. <animation>
  4. <type>spin</type>
  5. <object-name>tire-fr</object-name>
  6. <property>velocities/uBody-fps</property>
  7. <factor>-4.973</factor>
  8. <center>
  9. <x-m>0</x-m>
  10. <y-m>0</y-m>
  11. <z-m>0</z-m>
  12. </center>
  13. <axis>
  14. <x>0</x>
  15. <y>1</y>
  16. <z>0</z>
  17. </axis>
  18. </animation>
  19. <animation>
  20. <type>spin</type>
  21. <object-name>tire-rr</object-name>
  22. <property>velocities/uBody-fps</property>
  23. <factor>-4.973</factor>
  24. <center>
  25. <x-m>0</x-m>
  26. <y-m>0</y-m>
  27. <z-m>0</z-m>
  28. </center>
  29. <axis>
  30. <x>0</x>
  31. <y>1</y>
  32. <z>0</z>
  33. </axis>
  34. </animation>
  35. <animation>
  36. <type>select</type>
  37. <condition>
  38. <property>sim/model/pushback/enabled</property>
  39. </condition>
  40. </animation>
  41. <animation>
  42. <type>select</type>
  43. <object-name>Lock</object-name>
  44. <condition>
  45. <and>
  46. <not>
  47. <property>/sim/model/pushback/target-speed-fps</property>
  48. </not>
  49. <not>
  50. <property>/sim/model/pushback/target-speed-fps-y</property>
  51. </not>
  52. </and>
  53. </condition>
  54. </animation>
  55. </PropertyList>