koide3 / hdl_graph_slam

3D LIDAR-based Graph SLAM
BSD 2-Clause "Simplified" License
1.98k stars 727 forks source link

Cannot use own bag file #37

Open jer1234 opened 5 years ago

jer1234 commented 5 years ago

I am using VLP16 , and the .pcap I converted using velodyne_driver ,and then record as it .bag But when I try to use it with the your system nothing appear in Rviz , Seem like it did not detect my bag file. The mapping run smoothly with your .bag file but not mine

koide3 commented 5 years ago

Could you check if the prefiltering nodelet is connected with the points topic using rqt_graph?

jer1234 commented 5 years ago

screenshot from 2018-10-28 11-30-09

look like it is not connected, what should i do?

koide3 commented 5 years ago

Check the points topic name in your bag and remap "/velodyne_points" of prefiltering_nodelet following "Use hdl_graph_slam in your system" in README.