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

IMU state initialization-related callbacks. More...

#include <callbacks.hpp>

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

Static Public Attributes

static CallbackSlot< void(const PreprocessedFrame::ConstPtr &points, const Eigen::Isometry3d &T_odom_lidar)> on_updated
 Initialization update callback.
 
static CallbackSlot< void(const EstimationFrame::ConstPtr &estimated_frame)> on_finished
 IMU state initialization termination callback.
 

Detailed Description

IMU state initialization-related callbacks.

Member Data Documentation

◆ on_finished

CallbackSlot<void(const EstimationFrame::ConstPtr& estimated_frame)> glim::IMUStateInitializationCallbacks::on_finished
static

IMU state initialization termination callback.

Parameters
estimated_frameEstimated LiDAR-IMU state

◆ on_updated

CallbackSlot<void(const PreprocessedFrame::ConstPtr& points, const Eigen::Isometry3d& T_odom_lidar)> glim::IMUStateInitializationCallbacks::on_updated
static

Initialization update callback.

Parameters
pointsInput points
T_world_lidarEstimated LiDAR pose w.r.t. the first frame

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