An ROS implementation for L-shape fitting for 3D LiDAR point clouds
- Efficient L-Shape Fitting for Vehicle Detection Using Laser Scanners
- Autoware: core perception
- slow
TODOs
- imporove the running speed
Known Issues
- the fitting is slow
- pcl
# clone the repo
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/HMX2013/L-shape-fitting-3D-LiDAR-ROS
cd ../
catkin build -DCMAKE_BUILD_TYPE=Release
or catkin_make
roslaunch l_shape_fitting run_rviz.launch
You are welcome contributing to the package by opening a pull-request
We are following: Google C++ Style Guide, C++ Core Guidelines, and ROS C++ Style Guide
MIT License