How to create SLAM gmapping bag from other version of logged data
Hi,
I am a total beginner with ROS. I am using LabVIEW to control my robot. Currently I have the odometry and Kinect data (Laser-like) and will be able to store it in a .txt file. I can store it in the form of something like this:
[Time] [Robot Pose] [Scanned object]
If I managed to get something like this on the .txt file, how do I transform it into a .bag file for use with the gmapping algorithm (offline mode)?
Alternatively, can I use the ROS toolkit for LabVIEW to feed data to the ROS's gmapping in runtime or create a bag?
Any help is much appreciated.
I tried to view the text version of the .bag file using gedit but it is not possible. Is there any way to view it in text form instead of graphically?
ROS itself is a control framework. Why you are using labView?
It is National Instruments robot and uses Labview Operating System. So, Linux (and ROS) is not available. All the data is transfered to a PC for data processing and to run Slam_gmapping.