Files
paparazzi/conf/modules/pose_history.xml
T
Felix Ruess 5399bd98c7 remove trailing whitespaces
via `make cleanspaces`
2017-01-06 16:14:42 +01:00

18 lines
488 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="pose_history">
<doc>
<description>Ask this module for the pose the drone had closest to a given timestamp</description>
<define name="POSE_HISTORY_SIZE" value="1024" description="Length of the pose buffer"/>
</doc>
<header>
<file name="pose_history.h"/>
</header>
<init fun="pose_init()"/>
<periodic fun="pose_periodic()" autorun="TRUE"/>
<makefile>
<file name="pose_history.c"/>
</makefile>
</module>