mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
dfd8e93927
* [generator] generate unique ID and names table for modules * [state] add accessors for the state origin * [state] don't access directly to state origin, use getters * [state] filter inputs with module ID * [ahrs] convert AHRS modules to state input filter - selection of ahrs with settings from each module - init functions for each ahrs modules - remove old chimu * update unit test * [ins] decoupled INS implementation To allow multiple INS at the same time: - remove weak functions from ins.c - remove the INS_TYPE_H define - use ABI message to trigger INS reset * [state] protect for c++
14 lines
274 B
XML
14 lines
274 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="ins_sim" dir="ins" task="estimation">
|
|
<doc>
|
|
<description>
|
|
Simulated INS.
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>@imu,@gps,ins_gps_passthrough</depends>
|
|
<provides>ins</provides>
|
|
</dep>
|
|
</module>
|