mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
[airframes] QuadPlane docs, Disco fix sim
This commit is contained in:
@@ -10,10 +10,13 @@
|
||||
<configure name="PERIODIC_FREQUENCY" value="120"/>
|
||||
<configure name="USE_MAGNETOMETER" value="TRUE"/>
|
||||
|
||||
<target name="ap" board="disco"/>
|
||||
<target name="sim" board="pc"/>
|
||||
<target name="ap" board="disco">
|
||||
<module name="radio_control" type="sbus"/>
|
||||
</target>
|
||||
<target name="sim" board="pc">
|
||||
<module name="radio_control" type="ppm"/>
|
||||
</target>
|
||||
|
||||
<module name="radio_control" type="sbus"/>
|
||||
<module name="telemetry" type="transparent_udp"/>
|
||||
|
||||
<module name="imu" type="disco"/>
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<!DOCTYPE airframe SYSTEM "../airframe.dtd">
|
||||
|
||||
<airframe name="Quadplane LisaM_2.0 pwm">
|
||||
<description>Quadplane: modified mini-talon with 6inch quadrotor.
|
||||
<description>Quadplane:
|
||||
- modified mini-talon with cobra 2814/16 Kv1050 running a 10x8 prop
|
||||
- quad with KISS esc + cobra 2207/2450kv running 6x3 props
|
||||
</description>
|
||||
<!-- FIRMWARE -->
|
||||
|
||||
@@ -36,6 +38,11 @@
|
||||
<module name="ins"/>
|
||||
|
||||
<!--define name="KILL_ON_GROUND_DETECT" value="TRUE"/-->
|
||||
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
|
||||
</firmware>
|
||||
|
||||
<!-- COMMANDS -->
|
||||
@@ -99,12 +106,6 @@
|
||||
</section>
|
||||
|
||||
|
||||
<modules>
|
||||
<module name="gps" type="ubx_ucenter"/>
|
||||
<module name="geo_mag"/>
|
||||
<module name="air_data"/>
|
||||
</modules>
|
||||
|
||||
<section name="MIXING" prefix="MOTOR_MIXING_">
|
||||
<define name="NB_MOTOR" value="4"/>
|
||||
<define name="SCALE" value="256"/>
|
||||
|
||||
Reference in New Issue
Block a user