A ros based library for lidar data processing. The package is splitted into 2 parts:
- logic: data structure and algorithm without ROS dependency.
- ros: ros nodes and data convertors act like bridges between ROS and logic code.
- Internal point cloud container for convienient data processing
- SD point cloud segementation method by D. Streller & K. Dietmayer
- Grid map structure for history of static environment model
- Grid map based dynamic classification of point cloud
- 3D bounding box generation from segmented point cloud
- 3D bounding box tracking module
catkin config --source-space src/
catkin build