mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
Cleanup cdw airframes (#1623)
* [conf] 2seas2o -> tudelft * [conf] non-existing airframe * [airframe] simulate indi frog with no inertia * [conf] start cleaning old IMAV airframes, remove non-existing * [airframe_editor] point to other default airframe * [CHIMU] documentation and examples * [airframe] yapa_xsens is TUDELFT
This commit is contained in:
committed by
Felix Ruess
parent
a015df34ff
commit
e3958e6029
@@ -3,7 +3,9 @@
|
||||
<module name="ahrs_chimu_spi" dir="ins">
|
||||
<doc>
|
||||
<description>CHimu (SPI)</description>
|
||||
<define name="CHIMU_BIG_ENDIAN" value="TRUE" description="For older CHIMU v1.0 you should define CHIMU_BIG_ENDIAN"/>
|
||||
</doc>
|
||||
<depends>spi_slave_hs</depends>
|
||||
<header>
|
||||
<file name="ins_module.h"/>
|
||||
</header>
|
||||
|
||||
@@ -2,15 +2,13 @@
|
||||
|
||||
<module name="ahrs_chimu_uart" dir="ins">
|
||||
<doc>
|
||||
<description>
|
||||
CHimu (UART)
|
||||
For older CHIMU v1.0 you should define CHIMU_BIG_ENDIAN
|
||||
</description>
|
||||
<description>CHimu (UART)</description>
|
||||
<configure name="CHIMU_UART_NR" value="3" description="UART"/>
|
||||
<define name="CHIMU_BIG_ENDIAN" value="TRUE" description="For older CHIMU v1.0 you should define CHIMU_BIG_ENDIAN"/>
|
||||
</doc>
|
||||
<header>
|
||||
<file name="ins_module.h"/>
|
||||
</header>
|
||||
<!--<periodic fun="ins_periodic()" freq="60"/>-->
|
||||
<event fun="parse_ins_msg()"/>
|
||||
<makefile target="ap">
|
||||
<define name="AHRS_TRIGGERED_ATTITUDE_LOOP"/>
|
||||
|
||||
Reference in New Issue
Block a user