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. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
?
Beta Was this translation helpful? Give feedback.
All reactions