ISEE-Technology / CamVox

[ICRA2021] A low-cost SLAM system based on camera and Livox lidar.
GNU General Public License v2.0
534 stars 113 forks source link

The dataset in SUSTech campus with loop closure does not contain lidar data #12

Closed daijicheng closed 3 years ago

daijicheng commented 3 years ago

The bag only contains rgb image and depth image, but I hope to learn how to undistorted point cloud using imu data and project the lidar point cloud to image. will this part of code be released later?

zywok commented 3 years ago

Thank you for pointing out the problem. The code for removing the distortion of the point cloud and generating the depth map is under the isee-preprocessing folder. The Rosbag files for testing online calibration contains point cloud information. Because I was disturbed by the application for Phd some time ago, and next I will optimize the overall implementation of the code and will continue to maintain it. The loop map dataset with point clouds will be updated as soon as possible. Thank you for understanding.

daijicheng commented 3 years ago

Thank you so much for your quick reply. When using the calibration dataset,I encountered a problem that the saved point cloud, calibration.pcd, is not transformed into consistent coordinate. image It seems caused by that the function LivoxMsgCbk is not completed. I am very looking forward to the optimized code.