Files
paparazzi/conf/userconf/conf_example_gvf.xml
T
Fabien-B ffaef0e684
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled
Remove stm32 boards (#3585)
- Remove boards using the stm32 arch, deprecated in favour of ChibiOS.
- Remove the airframe and aircrafts depending on these boards.
2026-02-04 23:21:41 +01:00

25 lines
1.3 KiB
XML

<conf>
<aircraft
name="sonic_fixedwing"
ac_id="1"
airframe="airframes/UGR/sonic_n1.xml"
radio="radios/T7C_SBUS.xml"
telemetry="telemetry/UGR/gvf_fixedwing.xml"
flight_plan="flight_plans/demo_gvf.xml"
settings="settings/UGR/fixedwing_basic.xml"
settings_modules="modules/ahrs_float_dcm.xml modules/electrical.xml modules/gps.xml modules/gps_ublox.xml modules/gps_ubx_ucenter.xml modules/guidance_full_pid_fw.xml modules/gvf_classic.xml~GVF~ modules/gvf_ik.xml~GVF_IK~ modules/gvf_parametric.xml~GVF_PARAMETRIC~ modules/imu_common.xml modules/nav_basic_fw.xml modules/power_switch.xml modules/stabilization_adaptive_fw.xml"
gui_color="#6200a000ea00"
/>
<aircraft
name="bebop_rotorcraft"
ac_id="3"
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"
/>
</conf>