mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
01ac335eb7
* [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>
If you have your own autonomous aircraft, it is really apriciated if you would: * Create your own short UPPERCASE directory name within this one, e.g. "MYX" * Prefix your airframe names with the same name in lowercase and add an underscore, e.g. myx_superdart.xml This will make your life of updating Paparazzi much simpler... It can be helpful to take a look at how other paparazzi enthousiasts like you did just that. TIP: Remember to put the following DOCTYPE line in the top of your airframe file: <!DOCTYPE airframe SYSTEM "../airframe.dtd"> Have a great day!