Closed knightshade-aqua closed 1 year ago
Hello, If the platform is moving the z direction it might probably be because the map is too sparse due to the few scan lines in the VP16 and the relatively large voxel size. Have you tried to reduce the max-range to something like 50 or put the voxel size to let's say 0.1 ?
Hello,
Thank you for the correction. I implemented the correction and now the results look better. I have attached the screenshot below:
The issue was because of the voxel size I think as you said. I tried different voxel sizes and as you mentioned 0.1 gave a good result. I tried with a voxel size of even 0.09 but I did not notice much of a difference.
Thank you for the help !!
Dear Sir/ Madam,
Thank you for making the GitHub repository available to us.
I am working on a project to build a 3D map of an environment (bridge) using a clearpath husky. The robot is mounted with lidar scanners, one scanning vertically and the other scanning horizontally. The lidar used is VLP 16. We drove the robot around in the lab and collected the data as a test case scenario. We wanted to construct a 3D map of the lab using the lidar. We are using KISS-ICP for this. We ran the kiss-icp pipeline for rosbags as suggested in the github repository. Given below is the command we ran:
kiss_icp_pipeline --topic /ns1/velodyne_points --visualize messhalle_new.bag
where /ns1/velodyne_points is the point cloud topic and messhalle_new.bag is the rosbag file. The rosbag info is displayed in the screenshot. We had a few issues that we encountered. We could really use your help regarding the issues. We are not entirely sure if we are using the kiss_icp_pipeline correctly.
The rosbag and screenshots of the mapping process are provide below. We did not use any ground truth poses hence I think we got the error of segmentation fault (core dumped)
Kindly guide us regarding this query