mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
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...
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</metrics>
|
||||
|
||||
<mass_balance>
|
||||
<ixx unit="SLUG*FT2"> 0.000619 </ixx>
|
||||
<ixx unit="SLUG*FT2"> 0.000629 </ixx>
|
||||
<iyy unit="SLUG*FT2"> 0.000848 </iyy>
|
||||
<izz unit="SLUG*FT2"> 0.00147 </izz>
|
||||
<ixy unit="SLUG*FT2"> 0. </ixy>
|
||||
|
||||
Reference in New Issue
Block a user