|
#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 32 of file ScanClustering.h.
float angleThreshold |
Definition at line 36 of file ScanClustering.h.
float distanceThreshold |
Definition at line 35 of file ScanClustering.h.
float maxDistance |
Range filter: only consider points that are closer than maxDistance.
Definition at line 39 of file ScanClustering.h.