- get LiDAR data (Ouster OS1 64 or Velodyne VLP 16, or any 3d 360 degree LiDAR)
- subscribe '/points_raw' topic
- saving Z axis information
- 3d Data -> 2d Data ( project onto Road Plane that was estimated by RANSAC )
- point cloud data segmentation, Using quadtree
- clustering
- 2d -> 3d as bounding boxes, Using Z axis information
- HYUNDAI i30
- Ouster OS1 64 channel LiDAR
- '/points_raw'
- '/detected_boxes'
- '/projected_cloud'
- '/quad_cluster'
$ roslaunch lidar_detect quadtree_seg_launch.launch --screen