Quaternion-SR-UKF icon indicating copy to clipboard operation
Quaternion-SR-UKF copied to clipboard

a minimal header-only C++ square root UKF library, with support for quaternion state vectors

Results 2 Quaternion-SR-UKF issues
Sort by recently updated
recently updated
newest added

Hi! I was wondering if your implementation can do like https://github.com/sfwa/ukf and support different rate measurements?

Hi, thanks for sharing the implementation. Would this also work if one has only attitude measurements (e.g. quaternions) and **no** angular velocity or acceleration measurements? Is it possible to include...