Unscented Kalman Filtering?
I want to use an unscented kalman filter (UKF) in ROS to do state estimation. I can't find any ROS packages that implement an UKF so I've been looking around at filtering libraries for C++ that I could use within ROS. Does anyone have any recommendations? I've found the following libraries but many are poorly documented or inactive. Any suggestions?
UKF support:
No UKF support:
Mobile Robot Programming Toolkit (The main page lists UKFs but the code doesn't appear to implement them)