new component "LaserScannerFeatureExtraction"
This new component does the following:
- clusters the full scan into segments based on laser-scanner specific properties (inspired by already existing implementation in LaserScannerSelfLocalization)
- detects relevant features
- convex hull
- approximated line
- minimum volume enclosing ellipse
- minimum volume enclosing circle
Lines and convex hull:
Ellipses (on cluster level):
Ellipses ("star shape"):
Edited by Fabian Reister