mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[wls] make WLS lib, add support for guidance_indi_hybrid (#3115)
* [wls] make WLS lib, add support for guidance_indi_hybrid * [wls] update test program * [wls] restore static matrix size for WLS * [wls] update test prog * [indi] ABI thrust message to 3D vector (#3116) * [indi] ABI thrust message to 3D vector Common WLS for innerloop and outerloop Co-authored-by: Christophe De Wagter <dewagter@gmail.com> * Bound defaults to min in case of NaN --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> * [guidance_indi] lift effectiveness and set stabilization limits in WEAK (#3117) * do not allow code to run with insufficient matrix sizes * Prefer not to roll when able. * [wls] only check size if WLS is used --------- Co-authored-by: Christophe De Wagter <dewagter@gmail.com> Co-authored-by: Ewoud Smeur <e.j.j.smeur@tudelft.nl>
This commit is contained in:
committed by
GitHub
parent
59fac571a6
commit
01ac335eb7
@@ -110,6 +110,7 @@
|
||||
</module>
|
||||
<module name="stabilization" type="indi">
|
||||
<configure name="INDI_NUM_ACT" value="8"/>
|
||||
<define name="WLS_N_U" value="8"/>
|
||||
<define name="TILT_TWIST_CTRL" value="TRUE"/>
|
||||
</module>
|
||||
<module name="stabilization" type="rate_indi"/>
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
</module>
|
||||
<module name="stabilization" type="indi">
|
||||
<configure name="INDI_NUM_ACT" value="8"/>
|
||||
<define name="WLS_N_U" value="8"/>
|
||||
<define name="TILT_TWIST_CTRL" value="TRUE"/>
|
||||
</module>
|
||||
<module name="stabilization" type="rate_indi"/>
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
</module>
|
||||
<module name="stabilization" type="indi">
|
||||
<configure name="INDI_NUM_ACT" value="8"/>
|
||||
<define name="WLS_N_U" value="8"/>
|
||||
<define name="TILT_TWIST_CTRL" value="TRUE"/>
|
||||
</module>
|
||||
<module name="stabilization" type="rate_indi"/>
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
</module>
|
||||
<module name="stabilization" type="indi">
|
||||
<configure name="INDI_NUM_ACT" value="8"/>
|
||||
<define name="WLS_N_U" value="8"/>
|
||||
<define name="TILT_TWIST_CTRL" value="TRUE"/>
|
||||
</module>
|
||||
<module name="stabilization" type="rate_indi"/>
|
||||
|
||||
Reference in New Issue
Block a user