IMU state initialization-related callbacks.
More...
#include <callbacks.hpp>
|
| 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.
|
| |
IMU state initialization-related callbacks.
◆ on_finished
| CallbackSlot<void(const EstimationFrame::ConstPtr& estimated_frame)> glim::IMUStateInitializationCallbacks::on_finished |
|
static |
IMU state initialization termination callback.
- Parameters
-
| estimated_frame | Estimated 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
-
| points | Input points |
| T_world_lidar | Estimated LiDAR pose w.r.t. the first frame |
The documentation for this struct was generated from the following file: