Fixes for master: prevent falling over on simulation start and fix 2nd order filter (#3312)

* prevent falling over on simulation start

* Small fix for new inflight filter tuning.

---------

Co-authored-by: Ewoud Smeur <e.j.j.smeur@tudelft.nl>
This commit is contained in:
Christophe De Wagter
2024-06-15 22:39:40 +02:00
committed by GitHub
parent 15f95e592b
commit 3d87525cd1
2 changed files with 10 additions and 4 deletions
+4 -4
View File
@@ -52,7 +52,7 @@
<ground_reactions>
<contact type="STRUCTURE" name="CONTACT_FRONT">
<location unit="M">
<x>-0.15 </x>
<x>-0.5 </x>
<y> 0 </y>
<z>-0.1 </z>
</location>
@@ -68,7 +68,7 @@
<contact type="STRUCTURE" name="CONTACT_BACK">
<location unit="M">
<x> 0.15</x>
<x> 0.5</x>
<y> 0 </y>
<z>-0.1 </z>
</location>
@@ -85,7 +85,7 @@
<contact type="STRUCTURE" name="CONTACT_RIGHT">
<location unit="M">
<x> 0. </x>
<y> 0.15</y>
<y> 0.5</y>
<z>-0.1 </z>
</location>
<static_friction> 0.8 </static_friction>
@@ -101,7 +101,7 @@
<contact type="STRUCTURE" name="CONTACT_LEFT">
<location unit="M">
<x> 0. </x>
<y>-0.15</y>
<y>-0.5</y>
<z>-0.1 </z>
</location>
<static_friction> 0.8 </static_friction>