laser_line_extraction icon indicating copy to clipboard operation
laser_line_extraction copied to clipboard

A ROS package that extracts line segments from LaserScan messages.

Results 13 laser_line_extraction issues
Sort by recently updated
recently updated
newest added

I can not understand the motivation to use a independent `while` scope to do the main function: https://github.com/kam3k/laser_line_extraction/blob/master/src/line_extraction_node.cpp#L24-L29 Actually, for the consistency of the sensor flow, it is better to...

Could you please add to the repo the laser scan messages from which you created that example gif? If you do not have those messages, then can you please add...

Hi! I'm using your algorithm to detect lines in a factory environment for a graduation project on robotics. The code works very nice, so my compliments for that! Nevertheless, one...