-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Context
Kalman Filter is needed to filter out sensor noise to use more accurate values
Instructions
Implement the kalman filter to take in sensor data and return new weighted values to use in PID and state machine
Tasks
- Basic implementation of the filter
- Find best kalman gain
- Use predicted values instead of extreme outliers
Reactions are currently unavailable