|
GLIM
|
Point cloud preprocessing related callbacks. More...
#include <callbacks.hpp>

Static Public Attributes | |
| static CallbackSlot< void(const RawPoints::ConstPtr &points)> | on_raw_points_received |
| Raw points arrival callback. | |
| static CallbackSlot< void(gtsam_points::PointCloudCPU::Ptr &points)> | on_preprocessing_begin |
| Preprocessing start callback. | |
| static CallbackSlot< void(gtsam_points::PointCloudCPU::Ptr &points)> | on_downsampling_finished |
| Downsampling finished callback. | |
| static CallbackSlot< void(gtsam_points::PointCloudCPU::Ptr &points)> | on_filtering_finished |
| Filtering finished callback. | |
Point cloud preprocessing related callbacks.
|
static |
Downsampling finished callback.
| points | Points after downsampling (can be modified) |
|
static |
Filtering finished callback.
| points | Points after filtering (can be modified) |
|
static |
Preprocessing start callback.
| points | Points to be preprocessed (can be modified) |
|
static |
Raw points arrival callback.
| points | Raw points received from the sensor |