Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic implementation of Extended Kalman Filter. #16

Open
2 of 3 tasks
kullken opened this issue Jan 4, 2020 · 0 comments
Open
2 of 3 tasks

Basic implementation of Extended Kalman Filter. #16

kullken opened this issue Jan 4, 2020 · 0 comments
Assignees
Labels
Architecture Target/Product New feature or request for the target/robot systems

Comments

@kullken
Copy link
Collaborator

kullken commented Jan 4, 2020

A simple Extended Kalman Filter (EKF) for tracking position (x,y) and heading of ground robot, using IMU data.

  • EKF python class.
  • Prediction step based on Newtonian mechanics.
  • ROS-node wrapper.
@kullken kullken self-assigned this Jan 4, 2020
@kullken kullken added the Architecture Target/Product New feature or request for the target/robot systems label Jan 4, 2020
@SeniorKullken SeniorKullken added this to the MS milestone Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Target/Product New feature or request for the target/robot systems
Projects
None yet
Development

No branches or pull requests

2 participants