Fusing multiple sensors of same type using robot_localization.
Hi, I understand fairly clearly how data from Multiple sensors of different type like IMU, GPS , Wheel-Odometry etc can be fused using the Kalman-Filter.
But how does robot_localization fuses data from multiple sensors of same type say velocity input from 2 Wheel Odometers?
Is it simply weight averaged using their individual co-variances and the combined output is sent as a single Odometry measurement to the Kalman filter or is it a lot more complex process?