ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I feel like this is a duplicate question and I answered something that was pretty much identical recently, but the EKF is combining measurements from two data sources: your IMU and your odometry. You are fusing the absolute yaw value from your IMU, and velocity data from your odometry. So your EKF output poses will have the same "shape" as your raw odometry, but will be at the heading provided by your IMU. If your EKF output was identical to your odometry input, you wouldn't need a filter.