You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: