Input to robot_pose_ekf from IMU and Encoder frames IDs ?
Hi,
I'm running the robot_pose_ekf node subscribing to the /imu and /encoder. What should be the frame ID's of the msgs on those topics?
Currently, my /encoder has frame_id: odom_combined and child_frame_id: base_footprint while my /imu has frame_id: base_link. My tf tree is odom->base_footprint->base_link
Will that ^ be a problem considering that my /encoder msg has a frame_id which is not even on my tree (not being broadcast). The node doesn't throw any errors so I am wondering if robot_pose_ekf actually uses the frame_id?
Thank you very much