Dataset tools for working with the KITTI dataset raw data ( http://www.cvlibs.net/datasets/kitti/raw_data.php ) and converting it to a ROS bag. Also allows a library for direct access to poses, velodyne scans, and images.
250
stars
101
forks
source link
Difference in use between velodyne point cloud (raw data) and velodyne point cloud (bird's eye view) #21
Hello,
I want to convert the point cloud data from the bird's eye view to
rosbag
file, but I'm not sure, if this pipeline would work.Is there a difference between these two point cloud data for the conversion to a
.bag
file?Thanks in advance