laser_line_extraction
laser_line_extraction copied to clipboard
A ROS package that extracts line segments from LaserScan messages.
Tested on ROS2 Galactic version.
Hello there, I found several issues in your code and fixed them: - Output timestamps must be equal to the input laser scan timestamp. Because some computers may be slow...
Hello, Thank you for sharing the example. I am newbie on ROS. I want to try this algorithm on my project. When i launch "example.launch" there is no error but...
what exactly the function distToPoint from the Line class does? - calculate the distance of a point to is orthogonal projection on the line segment? - calculate the distance of...
ROS2
Do you plan to migrate the package to ROS2?
Hi, this PR adds some basic tests for the main LineExtraction class -so when modifying the underlying implementation we would have better confidence in the correctness of the behavior :)...
Hi! I put 2 obstacles (Gazbo box obstacles in the same dimension), one of them in front side of the robot (and its ), the other in the rear side....
  I'm using the package with the above parameters to get line segments from laser data. I want to extract my lines as closer to the real length as...
Hello. I just saw that you added the max_range parameter in the example.launch (it was mentioned in the readme but not included in the file). I installed the package yesterday,...
I made it optional to build with ROS. You can just do a cmake build if catkin is not found now.