Skip to content

Commit 1f13f6a

Browse files
committed
update for 1.5.1
1 parent 26dfdb7 commit 1f13f6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cppdocs/source/sensor_fusion.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,11 @@ Gravity g MblMwCartesianFloat
9090
mbl_mw_sensor_fusion_enable_data(board, MBL_MW_SENSOR_FUSION_DATA_QUATERNION);
9191
mbl_mw_sensor_fusion_start(board);
9292
}
93+
94+
Reset
95+
------
96+
To reset the default orientation of the board while sensor fusion is on or off, you can use the following call (note this is only suported in NDoF and IMUPlus mode):
97+
98+
::
99+
100+
mbl_mw_sensor_fusion_reset_orientation(board);

0 commit comments

Comments
 (0)