1
0

Added pyrate as a direct dependency.

This commit is contained in:
2022-07-11 23:07:33 +02:00
parent 8c4532dad4
commit c99d517f6f
230 changed files with 21114 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Extended RTS Smoother
---------------------
.. automodule:: pyrate.sense.smoothers.extended
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,7 @@
RTS Smoother
------------
.. automodule:: pyrate.sense.smoothers.rts
:members:
:undoc-members:
:show-inheritance:

View File

@ -0,0 +1,13 @@
Smoothers
---------
Smoothing is the problem of state estimation, where not only previous measurements but also future observations are part of a single estimate.
A popular example for smoothing is the so called Rauch-Tung-Striebel (RTS) smoother, which is based on the Kalman filter and its derivatives for nonlinear estimation.
.. toctree::
:maxdepth: 2
:caption: Modules:
rts
extended
unscented

View File

@ -0,0 +1,7 @@
Unscented RTS Smoother
----------------------
.. automodule:: pyrate.sense.smoothers.unscented
:members:
:undoc-members:
:show-inheritance: