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
{{ message }}
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
OkapiLib already features a one-dimensional EKF, so it should be feasible to have a
multidimensional EKF. There's an example at https://github.com/OkapiLib/TinyEKF, which creates a Kalman filter and shows an example of sensor fusion, although the code is written to be very lightweight, which may not be necessary under V5.
The text was updated successfully, but these errors were encountered:
An EKF becomes useful once you have other sensors to fuse, so it's not immediately useful right now unless vexu teams want to buy an IMU. I'm not against adding this, but first I would want someone to make a constant-jerk differential drive model so the filter is actually useful to people that don't know how to make the model themselves.
OkapiLib already features a one-dimensional EKF, so it should be feasible to have a
multidimensional EKF. There's an example at https://github.com/OkapiLib/TinyEKF, which creates a Kalman filter and shows an example of sensor fusion, although the code is written to be very lightweight, which may not be necessary under V5.
The text was updated successfully, but these errors were encountered: