|
ground_segmentation 1.0
Ground segmentation in pointcloud
|
Configuration parameters controlling segmentation behavior. More...
#include <ground_detection_types.hpp>
Public Member Functions | |
| GridConfig () | |
Public Attributes | |
| double | cellSizeX |
| double | cellSizeY |
| double | cellSizeZ |
| double | slopeThresholdDegrees |
| double | groundInlierThreshold |
| double | centroidSearchRadius |
| double | distToGround |
| double | maxGroundHeightDeviation |
| uint16_t | processing_phase |
Configuration parameters controlling segmentation behavior.
Contains grid resolution, geometric thresholds, slope limits, and processing phase control.
Important relationships: groundInlierThreshold < cellSizeZ slopeThresholdDegrees determines traversability angle limit
Definition at line 187 of file ground_detection_types.hpp.
|
inline |
Definition at line 201 of file ground_detection_types.hpp.
References cellSizeX, cellSizeY, cellSizeZ, centroidSearchRadius, distToGround, groundInlierThreshold, maxGroundHeightDeviation, processing_phase, and slopeThresholdDegrees.
| double ground_segmentation::GridConfig::cellSizeX |
Definition at line 189 of file ground_detection_types.hpp.
Referenced by GridConfig().
| double ground_segmentation::GridConfig::cellSizeY |
Definition at line 190 of file ground_detection_types.hpp.
Referenced by GridConfig().
| double ground_segmentation::GridConfig::cellSizeZ |
Definition at line 191 of file ground_detection_types.hpp.
Referenced by GridConfig().
| double ground_segmentation::GridConfig::centroidSearchRadius |
Definition at line 195 of file ground_detection_types.hpp.
Referenced by GridConfig().
| double ground_segmentation::GridConfig::distToGround |
Definition at line 196 of file ground_detection_types.hpp.
Referenced by GridConfig(), and ground_segmentation::PointCloudGrid< PointT >::setDistToGround().
| double ground_segmentation::GridConfig::groundInlierThreshold |
Definition at line 194 of file ground_detection_types.hpp.
Referenced by GridConfig().
| double ground_segmentation::GridConfig::maxGroundHeightDeviation |
Definition at line 197 of file ground_detection_types.hpp.
Referenced by GridConfig().
| uint16_t ground_segmentation::GridConfig::processing_phase |
Definition at line 199 of file ground_detection_types.hpp.
Referenced by GridConfig().
| double ground_segmentation::GridConfig::slopeThresholdDegrees |
Definition at line 193 of file ground_detection_types.hpp.
Referenced by GridConfig().