mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 13:27:32 +08:00
[gvf] Refactor GVF module framework, add GVF_IK, fix bugs, and provide full example config (#3451)
This commit is contained in:
committed by
GitHub
parent
f19834aaa7
commit
4ee8e5e1b9
@@ -0,0 +1,24 @@
|
||||
<conf>
|
||||
<aircraft
|
||||
name="gvf_sonic2"
|
||||
ac_id="5"
|
||||
airframe="airframes/UCM/sonic2.xml"
|
||||
radio="radios/cockpitSX.xml"
|
||||
telemetry="telemetry/GVF/gvf_default_fixedwing.xml"
|
||||
flight_plan="flight_plans/UCM/fixedwing_gvfMission.xml"
|
||||
settings="settings/fixedwing_basic.xml"
|
||||
settings_modules="modules/ahrs_float_dcm.xml modules/electrical.xml modules/gps.xml modules/gps_ublox.xml modules/guidance_full_pid_fw.xml modules/gvf_classic.xml~GVF~ modules/gvf_parametric.xml~GVF_PARAMETRIC~ modules/imu_common.xml modules/nav_basic_fw.xml modules/stabilization_adaptive_fw.xml"
|
||||
gui_color="blue"
|
||||
/>
|
||||
<aircraft
|
||||
name="gvf_steering_rover"
|
||||
ac_id="8"
|
||||
airframe="airframes/UCM/rover_steering.xml"
|
||||
radio="radios/UCM/T16SZ_SBUS_rover.xml"
|
||||
telemetry="telemetry/GVF/gvf_rover.xml"
|
||||
flight_plan="flight_plans/UCM/steering_rover_gvfMission.xml"
|
||||
settings=""
|
||||
settings_modules="modules/ahrs_float_dcm.xml modules/electrical.xml modules/gps.xml modules/gps_ublox.xml modules/gps_ubx_ucenter.xml modules/guidance_rover_steering.xml~SR Guidance~ modules/gvf_classic.xml~GVF~ modules/gvf_parametric.xml~GVF_PARAMETRIC~ modules/imu_common.xml modules/nav_rover_base.xml"
|
||||
gui_color="blue"
|
||||
/>
|
||||
</conf>
|
||||
Reference in New Issue
Block a user