Publish imu topics using logged data
Hi,
I have a txt file which contains sensors (GPS, Accelerometer, Gyroscope, Magnetic Field) reading along with a time stamp.
How do I write a node to publish these data as topics?
Ultimately I want to use the robot_localization package to fuse all these data.
Thanks a lot.