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

Implement Kalman Filters #31

Closed
danielkelshaw opened this issue Feb 29, 2020 · 0 comments · Fixed by #32
Closed

Implement Kalman Filters #31

danielkelshaw opened this issue Feb 29, 2020 · 0 comments · Fixed by #32
Labels
feature New feature or request

Comments

@danielkelshaw
Copy link
Owner

The implementation of Kalman filters will allow the sensor data to be used to provide an 'estimated state' of the aircraft - this can be used to provide a more realistic update for the autopilot system.

@danielkelshaw danielkelshaw added the feature New feature or request label Feb 29, 2020
danielkelshaw added a commit that referenced this issue Feb 29, 2020
Implemented ```Observer``` class which uses various EKF methods for estimating teh aircraft state based on simulated sensor readings - this is used in conjunction with PID control to achieve a commanded state from the autopilot.

The ```README.md``` has been updated to reflect the changes made.

Resolves: #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant