mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 03:57:45 +08:00
74 lines
1.7 KiB
XML
74 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<conf>
|
|
<aircraft
|
|
name="Plaster1"
|
|
ac_id="4"
|
|
airframe="airframes/plaster1.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/ricou_pla.xml"
|
|
/>
|
|
<aircraft
|
|
name="Twinstar3"
|
|
ac_id="3"
|
|
airframe="airframes/twinstar3.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/ricou_pla.xml"
|
|
/>
|
|
<aircraft
|
|
name="Morue1"
|
|
ac_id="0"
|
|
airframe="airframes/microjet1.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/muret3.xml"
|
|
/>
|
|
|
|
<aircraft
|
|
name="Thon1"
|
|
ac_id="1"
|
|
airframe="airframes/twinstar1.xml"
|
|
radio="radios/cockpitMM.xml"
|
|
flight_plan="flight_plans/muret_for.xml"
|
|
/>
|
|
|
|
<aircraft
|
|
name="Thon2"
|
|
ac_id="2"
|
|
airframe="airframes/twinstar2.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/muret_cam.xml"
|
|
/>
|
|
|
|
<aircraft
|
|
name="Microjet"
|
|
ac_id="5"
|
|
airframe="airframes/microjet1.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/muret_mini.xml"
|
|
/>
|
|
|
|
|
|
<aircraft
|
|
name="Gorazoptere_brushless_3DMG"
|
|
ac_id="6"
|
|
airframe="airframes/gorazoptere_brushless_3DMG.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/muret_mini.xml"
|
|
/>
|
|
|
|
<aircraft
|
|
name="Gorazoptere_brushless_ANALOG"
|
|
ac_id="7"
|
|
airframe="airframes/gorazoptere_brushless_ANALOG.xml"
|
|
radio="radios/mc3030.xml"
|
|
flight_plan="flight_plans/muret_mini.xml"
|
|
/>
|
|
|
|
<ground name="desktop" ivy_bus="127.255.255.255:2010">
|
|
<link name="downlink" port="/dev/ttyS0" protocol="pprz/modem"/>
|
|
<link name="datalink" port="/dev/ttyS1" protocol="pprz/coronis"/>
|
|
<link name="ap" port="/dev/ttyS1" protocol="pprz"/>
|
|
<link name="fbw" port="/dev/ttyS0" protocol="pprz"/>
|
|
</ground>
|
|
</conf>
|