mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
added a BOOZ2 aiframe example
This commit is contained in:
+14
-9
@@ -1,8 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<conf>
|
||||
|
||||
<!-- arm7 aircrafts -->
|
||||
|
||||
<!-- booz2 -->
|
||||
<aircraft
|
||||
name="BOOZ2_A2"
|
||||
ac_id="151"
|
||||
airframe="airframes/booz2_a2.xml"
|
||||
radio="radios/cockpitSX.xml"
|
||||
telemetry="telemetry/telemetry_booz2.xml"
|
||||
flight_plan="flight_plans/dummy.xml"
|
||||
settings="settings/settings_booz2.xml settings/settings_booz2_fms_ts.xml"
|
||||
gui_color="white"
|
||||
/>
|
||||
|
||||
<!-- tiny -->
|
||||
<aircraft
|
||||
name="MJ5"
|
||||
@@ -14,6 +27,7 @@
|
||||
settings="settings/basic.xml"
|
||||
gui_color="#6293ba"
|
||||
/>
|
||||
|
||||
<!-- classix -->
|
||||
<aircraft
|
||||
name="TJ1"
|
||||
@@ -26,15 +40,6 @@
|
||||
gui_color="#ba6293"
|
||||
/>
|
||||
|
||||
<aircraft
|
||||
name="BOOZ"
|
||||
ac_id="148"
|
||||
airframe="airframes/booz.xml"
|
||||
radio="radios/cockpitSX.xml"
|
||||
telemetry="telemetry/booz.xml"
|
||||
settings="settings/booz.xml"
|
||||
flight_plan="flight_plans/booz_test_1.xml"
|
||||
/>
|
||||
|
||||
<aircraft
|
||||
name="HITL"
|
||||
|
||||
Reference in New Issue
Block a user