Skip to content

Commit f30f57a

Browse files
committed
Add documentation page of UKF.
1 parent 0e506a7 commit f30f57a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/source/filters.rst

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ ROLEQ NO YES YES
7272
SAAM NO YES YES
7373
Tilt NO YES Optional
7474
TRIAD NO YES YES
75+
UKF YES YES NO
7576
============= ========= ============= ============
7677

7778
.. toctree::
@@ -95,3 +96,4 @@ TRIAD NO YES YES
9596
filters/saam
9697
filters/tilt
9798
filters/triad
99+
filters/ukf

docs/source/filters/ukf.rst

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Unscented Kalman Filter
2+
=======================
3+
4+
.. automodule:: ahrs.filters.ukf
5+
:members:

0 commit comments

Comments
 (0)