uf-mil / mil

Monorepo of the Machine Intelligence Lab at the University of Florida
https://mil.ufl.edu/docs
Other
42 stars 29 forks source link

Extend Kalman filter documentation #771

Open cbrxyz opened 2 years ago

cbrxyz commented 2 years ago

Currently, there is some documentation on the odom_estimator (the unscented Kalman filter), but it is very wordy and math-heavy, which there is no need for. This only makes it harder to understand the system at a basic level and prevents quick changes to the system.

The documentation should have its complexity kept, but simpler language should be added to better explain concepts used by the Kalman filter system.

cbrxyz commented 4 months ago

For more information about this, see Forrest's comment here: #152