Which line extraction algorithms are used in gmapping and cartographer packages?
I was wondering which line extraction algorithms are used in gmapping and cartographer packages?
I couldn't find this information on the ROS wiki websites.
Some of the possible options are
- Split-and-merge
- Hough-transform
- RANSAC
- Incremental
- Line-regression
- Expectation maximization
Thanks!