How to display .bag file in rviz using LeGO-LOAM
I installed successfully lego-loam (https://github.com/RobustFieldAutonom...) and would like to run my .bag file (map using velodyne 64 3D lidar). However I see anything in rviz display, and error says:
Fixed Frame [map] does not exist
Could you please help me, how i can see my pre-created map in the format of .bag file.
I am doing following steps:
roslaunch lego_loam run.launch --- rviz
opens after this commandrosbag play
('my bag file')
Thank you in advance