mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
autotest: removed the pitch trim from the Rascal
This interferes with the calculation of the centripetal acceleration calculation in the DCM code. We need a new way of handling pitch trim
This commit is contained in:
parent
9793d04ed1
commit
92b3f86996
@ -2,7 +2,7 @@ LOG_BITMASK 4095
|
||||
SWITCH_ENABLE 0
|
||||
MAG_ENABLE 1
|
||||
TRIM_ARSPD_CM 2200
|
||||
TRIM_PITCH_CD -1000
|
||||
TRIM_PITCH_CD 0
|
||||
ARSPD_ENABLE 1
|
||||
ARSP2PTCH_I 0.1
|
||||
ARSPD_FBW_MAX 30
|
||||
|
@ -86,7 +86,7 @@
|
||||
<location unit="IN">
|
||||
<x> 68.9 </x>
|
||||
<y> 0 </y>
|
||||
<z> -3 </z>
|
||||
<z> -13.1 </z>
|
||||
</location>
|
||||
<static_friction> 8.0 </static_friction>
|
||||
<dynamic_friction> 5.0 </dynamic_friction>
|
||||
|
Loading…
Reference in New Issue
Block a user