Converting PointCloud2 object to KITTI .bin file
Hi! Does anyone know how to convert a PointCloud2 object into a KITTI dataset .bin file? I'm trying to use some open-source code to perform segmentation on KITTI-format .bin scans, but need to convert since I'm receiving the scans in the ROS PointCloud2 format.
Asked by jsl372 on 2020-12-03 18:01:38 UTC
Answers
Have a look at https://github.com/leofansq/Tools_RosBag2KITTI (kinetic only)
or
https://github.com/PRBonn/lidar-bonnetal/issues/78
Asked by lorepieri on 2022-07-22 07:59:25 UTC
Comments