mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 21:36:28 +08:00
[conf] minor updates for Twog_IMU example
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
</section>
|
||||
|
||||
<section name="AUTO1" prefix="AUTO1_">
|
||||
<define name="MAX_ROLL" value="1.0"/>
|
||||
<define name="MAX_PITCH" value="1.0"/>
|
||||
<define name="MAX_ROLL" value="60" unit="deg"/>
|
||||
<define name="MAX_PITCH" value="40" unit="deg"/>
|
||||
</section>
|
||||
|
||||
<!-- settings for the Analog IMU -->
|
||||
@@ -184,10 +184,12 @@
|
||||
<firmware name="fixedwing">
|
||||
<target name="sim" board="pc"/>
|
||||
<target name="ap" board="twog_1.0">
|
||||
<define name="AGR_CLIMB" />
|
||||
<define name="LOITER_TRIM" />
|
||||
<define name="ALT_KALMAN" />
|
||||
<define name="AGR_CLIMB"/>
|
||||
<define name="ALT_KALMAN"/>
|
||||
</target>
|
||||
|
||||
<define name="LOITER_TRIM"/>
|
||||
|
||||
<subsystem name="radio_control" type="ppm"/>
|
||||
<!-- Communication -->
|
||||
<subsystem name="telemetry" type="transparent">
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
gui_color="#6293ba"
|
||||
/>
|
||||
<aircraft
|
||||
name="Tiny_IMU"
|
||||
name="Twog_IMU"
|
||||
ac_id="7"
|
||||
airframe="airframes/examples/twog_analogimu.xml"
|
||||
radio="radios/cockpitSX.xml"
|
||||
|
||||
Reference in New Issue
Block a user