Skip to content

Commit

Permalink
[doc] fix comment in 1euro filter description
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Apr 4, 2019
1 parent 228c882 commit 8a7ba22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules/filter_1euro_imu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
need to redefine the source of data in the ABI bindings of the AHRS/INS filter being used.
For instance, if the 'ahrs_int_cmpl_quat' AHRS is used, this module should be loaded with
the following options:
define name="AHRS_ICQ_IMU_ID" value="F1E_IMU_ID"
define name="AHRS_ALIGNER_IMU_ID" value="F1E_IMU_ID"
define name="AHRS_ICQ_IMU_ID" value="IMU_F1E_ID"
define name="AHRS_ALIGNER_IMU_ID" value="IMU_F1E_ID"
</description>
<section name="FILTER_1EURO" prefix="FILTER_1EURO_">
<define name="ENABLED" value="FALSE|TRUE" description="activate or not the filter by default"/>
Expand Down

0 comments on commit 8a7ba22

Please sign in to comment.