mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
Adding the hardware test config to the end of the current example configs.
This commit is contained in:
+27
-15
@@ -1,20 +1,8 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<conf>
|
<conf>
|
||||||
<!-- Lisa/L -->
|
<!-- arm7 aircrafts -->
|
||||||
<aircraft
|
|
||||||
name="LisaLv11_Booz2v12_RC"
|
|
||||||
ac_id="1"
|
|
||||||
airframe="airframes/TestHardware/LisaL_v1.1_b2_v1.2_rc.xml"
|
|
||||||
radio="radios/cockpitSX.xml"
|
|
||||||
telemetry="telemetry/telemetry_booz2.xml"
|
|
||||||
flight_plan="flight_plans/dummy.xml"
|
|
||||||
settings="settings/settings_booz2.xml"
|
|
||||||
gui_color="white"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<!-- Lisa/M -->
|
<!-- booz2 -->
|
||||||
|
|
||||||
<!-- BOOZ2 -->
|
|
||||||
<aircraft
|
<aircraft
|
||||||
name="BOOZ2_A1"
|
name="BOOZ2_A1"
|
||||||
ac_id="150"
|
ac_id="150"
|
||||||
@@ -25,6 +13,18 @@
|
|||||||
settings="settings/settings_booz2.xml settings/settings_booz2_ahrs_cmpl.xml"
|
settings="settings/settings_booz2.xml settings/settings_booz2_ahrs_cmpl.xml"
|
||||||
gui_color="white"
|
gui_color="white"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- LISA -->
|
||||||
|
<aircraft
|
||||||
|
name="Hexa_LisaL"
|
||||||
|
ac_id="153"
|
||||||
|
airframe="airframes/Poine/h_hex.xml"
|
||||||
|
radio="radios/cockpitSX.xml"
|
||||||
|
telemetry="telemetry/telemetry_booz2.xml"
|
||||||
|
flight_plan="flight_plans/dummy.xml"
|
||||||
|
settings="settings/settings_booz2.xml"
|
||||||
|
gui_color="white"
|
||||||
|
/>
|
||||||
<aircraft
|
<aircraft
|
||||||
name="BOOZ2_A7"
|
name="BOOZ2_A7"
|
||||||
ac_id="159"
|
ac_id="159"
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
gui_color="white"
|
gui_color="white"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Tiny -->
|
<!-- tiny -->
|
||||||
<aircraft
|
<aircraft
|
||||||
name="Microjet"
|
name="Microjet"
|
||||||
ac_id="5"
|
ac_id="5"
|
||||||
@@ -87,4 +87,16 @@
|
|||||||
settings="settings/tuning.xml settings/infrared.xml"
|
settings="settings/tuning.xml settings/infrared.xml"
|
||||||
gui_color="red"
|
gui_color="red"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- Hardware test Lisa/L -->
|
||||||
|
<aircraft
|
||||||
|
name="LisaLv11_Booz2v12_RC"
|
||||||
|
ac_id="9"
|
||||||
|
airframe="airframes/TestHardware/LisaL_v1.1_b2_v1.2_rc.xml"
|
||||||
|
radio="radios/cockpitSX.xml"
|
||||||
|
telemetry="telemetry/telemetry_booz2.xml"
|
||||||
|
flight_plan="flight_plans/dummy.xml"
|
||||||
|
settings="settings/settings_booz2.xml"
|
||||||
|
gui_color="white"
|
||||||
|
/>
|
||||||
</conf>
|
</conf>
|
||||||
|
|||||||
Reference in New Issue
Block a user