mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:41:47 +08:00
update airframe file, set loiter and dash trims to zero
This commit is contained in:
@@ -287,10 +287,10 @@ http://paparazzi.enac.fr/w/index.php?title=Theory_of_Operation
|
||||
<define name="AUTO_GROUNDSPEED_IGAIN" value="0."/-->
|
||||
|
||||
<!-- Loiter and Dash trimming -->
|
||||
<define name="AUTO_THROTTLE_LOITER_TRIM" value="1000" unit="pprz_t"/>
|
||||
<define name="AUTO_THROTTLE_DASH_TRIM" value="-2000" unit="pprz_t"/>
|
||||
<define name="PITCH_LOITER_TRIM" value="1000" unit="pprz_t"/>
|
||||
<define name="PITCH_DASH_TRIM" value="-2000" unit="pprz_t"/>
|
||||
<define name="AUTO_THROTTLE_LOITER_TRIM" value="0" unit="pprz_t"/>
|
||||
<define name="AUTO_THROTTLE_DASH_TRIM" value="0" unit="pprz_t"/>
|
||||
<define name="PITCH_LOITER_TRIM" value="0" unit="pprz_t"/>
|
||||
<define name="PITCH_DASH_TRIM" value="0" unit="pprz_t"/>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user