HMX2013 / RANSAC-L-Shape-Fitting

An ROS implementation of "L-Shape Fitting-Based Vehicle Pose Estimation and Tracking Using 3D-LiDAR"
MIT License
26 stars 5 forks source link

RANSAC L-shape Fitting for 3D LiDAR Point Clouds

An ROS implementation for RANSAC based L-shape fitting for 3D LiDAR point clouds

Ubuntu ROS C++

demo_1

Reference

Features

TODOs

Known Issues

Dependencies

How to use

# clone the repo
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone ...
cd ../
catkin_make 
roslaunch ransac_lshape_fitting ransac_lshape_fitting.launch

Contribution

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

License

MIT License