[conf] minor updates for Twog_IMU example

This commit is contained in:
Felix Ruess
2012-05-09 14:39:32 +02:00
parent 13b25bd0c1
commit 6ba003ad3b
2 changed files with 8 additions and 6 deletions
+7 -5
View File
@@ -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">
+1 -1
View File
@@ -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"