[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 66a0f3: WLS VLA (#2523)
From: |
Ewoud Smeur |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 66a0f3: WLS VLA (#2523) |
Date: |
Fri, 17 Apr 2020 13:12:37 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 66a0f367a7b69a48c6821a14b2923a990a3f376c
https://github.com/paparazzi/paparazzi/commit/66a0f367a7b69a48c6821a14b2923a990a3f376c
Author: Ewoud Smeur <address@hidden>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M conf/airframes/tudelft/bebop_indi_actuators.xml
M conf/modules/stabilization_indi.xml
M conf/simulator/jsbsim/aircraft/bebop.xml
M sw/airborne/firmwares/rotorcraft/stabilization/stabilization_indi.c
M sw/airborne/firmwares/rotorcraft/stabilization/stabilization_indi.h
M sw/airborne/firmwares/rotorcraft/stabilization/wls/wls_alloc.c
M sw/airborne/firmwares/rotorcraft/stabilization/wls/wls_alloc.h
M sw/airborne/test/Makefile
M sw/airborne/test/test_alloc.c
Log Message:
-----------
WLS VLA (#2523)
* simulation for bebop without act feedback
* Remove use of variable length arrays in WLS CA
Instead use defines to fix the length of arrays at compile time
* Use module conf to set control allocation size
By defining the control allocation problem size in the makefile section
of the module xml, there is no need to introduce a dependency on the
generated airframe file in the wls_alloc code
* Fix bebop simulation problem
Somehow the small inertia caused the drone to start upside down, maybe
some kind of overflow somewhere? In any case, this small change was
enough to do a simulation without issues...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 66a0f3: WLS VLA (#2523),
Ewoud Smeur <=