mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<conf>
|
|
<aircraft
|
|
name="bebop_avoid"
|
|
ac_id="2"
|
|
airframe="airframes/TUDELFT/tudelft_course2016_bebop_avoider.xml"
|
|
radio="radios/dummy.xml"
|
|
telemetry="telemetry/default_rotorcraft.xml"
|
|
flight_plan="flight_plans/TUDELFT/tudelft_course2016_avoid_orange_cyberzoo.xml"
|
|
settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_guidance.xml ../conf/modules/cv_colorfilter.xml"
|
|
settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_thread.xml modules/cv_colorfilter.xml"
|
|
gui_color="#db67fffffaeb"
|
|
/>
|
|
<aircraft
|
|
name="bebop_video"
|
|
ac_id="1"
|
|
airframe="airframes/examples/course_bebop_colorfilter.xml"
|
|
radio="radios/dummy.xml"
|
|
telemetry="telemetry/default_rotorcraft.xml"
|
|
flight_plan="flight_plans/dummy.xml"
|
|
settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_guidance.xml [settings/control/stabilization_att_indi.xml]"
|
|
settings_modules="modules/geo_mag.xml modules/air_data.xml modules/video_thread.xml modules/cv_colorfilter.xml modules/video_rtp_stream.xml"
|
|
gui_color="#ffffb1c0b1c0"
|
|
/>
|
|
</conf>
|