robot_pose_ekf
Hi all, I am using robot_pose_ekf for combining my IMU data with robot odometry to have a better odometry. but the big problem is that this node does not publish the result of combination as a (nav_msgs/Odometry) message. So does any body already solved this issue? i tried writing another node for converting output of this node (geometry_msgs/PoseStamped) to (nav_msgs/Odometry) but i faced some problem about setting the values of covariances.
So any help would be appreciated.