Handling IMU and Odemtry data with robot_state_publisher
I've configured robot_state_publisher to capture all my JointState messages and reflect the correct pose in Rviz. However, my robot also has an IMU, which I'm not yet using. Would it be correct to use that to try and calculate the transformation between the base_footprint and the base_link? Or is that handled by a node other than robot_state_publisher?