Replies: 1 comment 4 replies
|
KalmanTypeFilter is currently only used for KalmanFilterLatencyCompensator. KalmanFilterLatencyCompensator requires setP() and getP() functions, which wouldn't have sane behavior for KalmanFilter. Linear Kalman filters with consistent periodic predictions and updates have steady-state error covariances and Kalman gains which are dependent on the A, C, Q, and R constructor arguments. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hey, is there a reason that KalmanFilter doesn't implement KalmanTypeFilter?
I was going to fix up the state space arm example for angle wrapping, but it would be a lot cleaner if the LinearSystemLoop took a KalmanTypeFilter instead of KalmanFilter itself.
?
All reactions