|
#include <armarx/navigation/components/laser_scanner_feature_extraction/ScanClustering.h>
Public Attributes | |
float | angleThreshold |
float | distanceThreshold |
float | maxDistance |
Range filter: only consider points that are closer than maxDistance. More... | |
Definition at line 30 of file ScanClustering.h.
float angleThreshold |
Definition at line 34 of file ScanClustering.h.
float distanceThreshold |
Definition at line 33 of file ScanClustering.h.
float maxDistance |
Range filter: only consider points that are closer than maxDistance.
Definition at line 37 of file ScanClustering.h.