mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
95e60fe50d
* Cyfoam, ctrl effectiveness scheduling, JSBsim - Added Cyfoam airframe file - Added control effectiveness scheduling function - More advanced scheduling function should be added in the future - Added simple JSBsim files for Cyclone for a crude simulation * only calculate pseudo inverse when using it
23 lines
715 B
XML
23 lines
715 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="ctrl_effectiveness_scheduling" dir="ctrl">
|
|
<doc>
|
|
<description>
|
|
Interpolation of control effectivenss matrix.
|
|
This is necessary if the vehicle has different operating points,
|
|
with significantly different control effectivenss.
|
|
|
|
If instead using online adaptation is an option, be sure to
|
|
not use this module at the same time!
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="ctrl_effectiveness_scheduling.h"/>
|
|
</header>
|
|
<init fun="ctrl_eff_scheduling_init()"/>
|
|
<periodic fun="ctrl_eff_scheduling_periodic()" freq="20"/>
|
|
<makefile>
|
|
<file name="ctrl_effectiveness_scheduling.c"/>
|
|
</makefile>
|
|
</module>
|