mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 10:41:00 +08:00
- Remove boards using the stm32 arch, deprecated in favour of ChibiOS. - Remove the airframe and aircrafts depending on these boards.
58 lines
3.3 KiB
XML
58 lines
3.3 KiB
XML
<conf>
|
|
<aircraft
|
|
name="ardrone2"
|
|
ac_id="31"
|
|
airframe="airframes/examples/ardrone2.xml"
|
|
radio="radios/dummy.xml"
|
|
telemetry="telemetry/default_rotorcraft.xml"
|
|
flight_plan="flight_plans/rotorcraft_basic.xml"
|
|
settings="settings/rotorcraft_basic.xml settings/nps.xml"
|
|
settings_modules="modules/ahrs_int_cmpl_quat.xml modules/air_data.xml modules/electrical.xml modules/geo_mag.xml modules/gps.xml modules/gps_ublox.xml modules/gps_ubx_ucenter.xml modules/guidance_pid_rotorcraft.xml modules/guidance_rotorcraft.xml modules/imu_common.xml modules/ins_extended.xml modules/nav_rotorcraft.xml modules/stabilization_int_quat.xml modules/video_rtp_stream.xml"
|
|
gui_color="red"
|
|
/>
|
|
<aircraft
|
|
name="bebop2"
|
|
ac_id="203"
|
|
airframe="airframes/examples/bebop2_indi.xml"
|
|
radio="radios/dummy.xml"
|
|
telemetry="telemetry/default_rotorcraft.xml"
|
|
flight_plan="flight_plans/rotorcraft_basic.xml"
|
|
settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_speed.xml"
|
|
settings_modules="modules/air_data.xml modules/electrical.xml modules/gps.xml modules/gps_ublox.xml modules/gps_ubx_ucenter.xml modules/guidance_pid_rotorcraft.xml modules/guidance_rotorcraft.xml modules/imu_common.xml modules/ins_ekf2.xml modules/nav_rotorcraft.xml modules/stabilization_indi_simple.xml"
|
|
gui_color="red"
|
|
/>
|
|
<aircraft
|
|
name="bebop2_gvf"
|
|
ac_id="204"
|
|
airframe="airframes/examples/bebop2_gvf.xml"
|
|
radio="radios/dummy.xml"
|
|
telemetry="telemetry/GVF/gvf_default_rotorcraft.xml"
|
|
flight_plan="flight_plans/demo_gvf_rotorcraft.xml"
|
|
settings="settings/rotorcraft_basic.xml settings/control/rotorcraft_speed.xml"
|
|
settings_modules="modules/air_data.xml modules/electrical.xml modules/gps.xml modules/gps_ublox.xml modules/gps_ubx_ucenter.xml modules/guidance_pid_rotorcraft.xml modules/guidance_rotorcraft.xml modules/gvf_classic.xml~GVF~ modules/imu_common.xml modules/ins_ekf2.xml modules/nav_rotorcraft.xml modules/stabilization_indi_simple.xml"
|
|
gui_color="#6200a000ea00"
|
|
/>
|
|
<aircraft
|
|
name="bebop2_opticflow"
|
|
ac_id="3"
|
|
airframe="airframes/examples/bebop2_opticflow.xml"
|
|
radio="radios/dummy.xml"
|
|
telemetry="telemetry/default_rotorcraft.xml"
|
|
flight_plan="flight_plans/rotorcraft_optitrack.xml"
|
|
settings="settings/rotorcraft_basic.xml"
|
|
settings_modules="modules/bebop_cam.xml modules/cv_opticflow.xml modules/cv_textons.xml modules/electrical.xml modules/gps.xml modules/guidance_pid_rotorcraft.xml modules/guidance_rotorcraft.xml modules/imu_common.xml modules/ins_flow.xml modules/nav_rotorcraft.xml modules/optical_flow_landing.xml modules/stabilization_indi_simple.xml modules/video_capture.xml modules/video_rtp_stream.xml"
|
|
gui_color="blue"
|
|
/>
|
|
<aircraft
|
|
name="Cyfoam"
|
|
ac_id="37"
|
|
airframe="airframes/tudelft/cyfoam.xml"
|
|
radio="radios/T10CG_SBUS.xml"
|
|
telemetry="telemetry/default_rotorcraft.xml"
|
|
flight_plan="flight_plans/competitions/IMAV2022_falcon.xml"
|
|
settings="settings/rotorcraft_basic.xml"
|
|
settings_modules="modules/air_data.xml modules/airspeed_ms45xx_i2c.xml modules/electrical.xml modules/gps.xml modules/gps_ublox.xml modules/guidance_indi_hybrid.xml modules/guidance_rotorcraft.xml modules/imu_common.xml modules/ins_ekf2.xml modules/logger_sd_chibios.xml modules/nav_hybrid.xml modules/nav_rotorcraft.xml modules/stabilization_indi.xml"
|
|
gui_color="#5eb6d9dd4484"
|
|
/>
|
|
</conf>
|