issues
search
sfwa
/
ukf
Unscented Kalman Filter library for state and parameter estimation
http://au.tono.my/log/20130531-kalman-filter.html
MIT License
461
stars
172
forks
source link
Cleaning up the C66x UKF implementation
#25
Closed
bendyer
closed
10 years ago
bendyer
commented
10 years ago
Improved cukfmath.h function naming for consistency with C66x NMPC and FCS code (in preparation for future sharing of the math headers);
Simplified exposed functionality;
Improved the structure of assertions in cukf.c;
Added assertion error messages to simplify debugging.