Skip to content

Add kalman filter implementation#3728

Merged
williamckha merged 3 commits into
masterfrom
avah/kalman_filter
May 23, 2026
Merged

Add kalman filter implementation#3728
williamckha merged 3 commits into
masterfrom
avah/kalman_filter

Conversation

@nycrat
Copy link
Copy Markdown
Member

@nycrat nycrat commented May 21, 2026

Description

Adds implementation of Kalman filter from #3716 and some basic tests. Rest of the test cases should be added in #3727.

Testing Done

The basic unit tests

Resolved Issues

resolves #3723

Length Justification and Key Files to Review

Review Checklist

It is the reviewers responsibility to also make sure every item here has been covered

  • Function & Class comments: All function definitions (usually in the .h file) should have a javadoc style comment at the start of them. For examples, see the functions defined in thunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.
  • Remove all commented out code
  • Remove extra print statements: for example, those just used for testing
  • Resolve all TODO's: All TODO (or similar) statements should either be completed or associated with a github issue

@nycrat nycrat requested a review from mkhlb May 21, 2026 02:51
Copy link
Copy Markdown
Contributor

@Andrewyx Andrewyx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀 🚀

@nycrat nycrat requested a review from StarrryNight May 21, 2026 22:33
@williamckha williamckha merged commit 31720f6 into master May 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Kalman Filter

3 participants