How does robot_pose_ekf work?
I am very familiar with Kalman filters, but not with BFL code. I have looked at the source code and also searched answers.ros.org for some technical description of what is going on in robot_pose_ekf and can't figure it out. There was a similar question here which is asking a similar thing, but no useful answer has been given.
Question: What are the equations used in the Kalman filter ... can't figure them out from the code?
I am beginning to agree with comments from @mjcarroll here that this isn't really a Kalman filter like I am use to (model based) and more of a way to blend sensor values based on covariance.
Goal: do some inertial navigation work using an IMU and video odometry. I want to make sure robot_pose_ekf doesn't do this already.