frames and tf with robot_pose_ekf
Hi,
I'm trying to use a compass to improve the odometry information of my robot, so I'm fusing it as an Imu message with the robot odometry using the robot_pose_ekf node. I have problems with the /odom frame published by my robot odometry and the /odom_combined frame published by robot_pose_ekf.
Could anyone help me understand how robot_pose_ekf should be integrated with the already extant frames and transformations?
Thank you