GLIM
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
glim::PreprocessCallbacks Struct Reference

Point cloud preprocessing related callbacks. More...

#include <callbacks.hpp>

Collaboration diagram for glim::PreprocessCallbacks:
Collaboration graph
[legend]

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.
 

Detailed Description

Point cloud preprocessing related callbacks.

Member Data Documentation

◆ on_downsampling_finished

CallbackSlot<void(gtsam_points::PointCloudCPU::Ptr& points)> glim::PreprocessCallbacks::on_downsampling_finished
static

Downsampling finished callback.

Note
begin -> downsampling -> (here) -> filtering & outlier removal -> end
Parameters
pointsPoints after downsampling (can be modified)

◆ on_filtering_finished

CallbackSlot<void(gtsam_points::PointCloudCPU::Ptr& points)> glim::PreprocessCallbacks::on_filtering_finished
static

Filtering finished callback.

Note
begin -> downsampling -> filtering & outlier removal -> (here) -> end
Parameters
pointsPoints after filtering (can be modified)

◆ on_preprocessing_begin

CallbackSlot<void(gtsam_points::PointCloudCPU::Ptr& points)> glim::PreprocessCallbacks::on_preprocessing_begin
static

Preprocessing start callback.

Note
begin -> (here) -> downsampling -> filtering & outlier removal -> end
Parameters
pointsPoints to be preprocessed (can be modified)

◆ on_raw_points_received

CallbackSlot<void(const RawPoints::ConstPtr& points)> glim::PreprocessCallbacks::on_raw_points_received
static

Raw points arrival callback.

Parameters
pointsRaw points received from the sensor

The documentation for this struct was generated from the following file: