ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Which line extraction algorithms are used in gmapping and cartographer packages?

asked 2018-07-27 01:33:03 -0500

csg gravatar image

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!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-07-27 17:29:13 -0500

These are 2D planar slam algorithms, not line detectors. I'd recommend just reading the code. Gmapping is very short and Cartographer has more than adequate documentation to guide you in what each are doing, but there is not a line detection component in any of these I do not believe.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-07-27 01:33:03 -0500

Seen: 253 times

Last updated: Jul 27 '18