We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e506a7 commit f30f57aCopy full SHA for f30f57a
docs/source/filters.rst
@@ -72,6 +72,7 @@ ROLEQ NO YES YES
72
SAAM NO YES YES
73
Tilt NO YES Optional
74
TRIAD NO YES YES
75
+UKF YES YES NO
76
============= ========= ============= ============
77
78
.. toctree::
@@ -95,3 +96,4 @@ TRIAD NO YES YES
95
96
filters/saam
97
filters/tilt
98
filters/triad
99
+ filters/ukf
docs/source/filters/ukf.rst
@@ -0,0 +1,5 @@
1
+Unscented Kalman Filter
2
+=======================
3
+
4
+.. automodule:: ahrs.filters.ukf
5
+ :members:
0 commit comments