Sub mapping based on voxel-based simple frame merging. No optimization, no re-deskewing.
More...
#include <sub_mapping_passthrough.hpp>
|
|
| SubMappingPassthrough (const SubMappingPassthroughParams ¶ms=SubMappingPassthroughParams()) |
| |
| virtual void | insert_frame (const EstimationFrame::ConstPtr &odom_frame) override |
| | Insert an odometry estimation frame.
|
| |
| virtual std::vector< SubMap::Ptr > | get_submaps () override |
| | Get the created submaps.
|
| |
| virtual std::vector< SubMap::Ptr > | submit_end_of_sequence () override |
| | Submit the signal to tell end of sequence and collect the remaining submap data.
|
| |
| virtual void | insert_imu (const double stamp, const Eigen::Vector3d &linear_acc, const Eigen::Vector3d &angular_vel) |
| | Insert an IMU data.
|
| |
|
| static std::shared_ptr< SubMappingBase > | load_module (const std::string &so_name) |
| | Load a sub mapping module from a shared library.
|
| |
|
std::shared_ptr< spdlog::logger > | logger |
| |
Sub mapping based on voxel-based simple frame merging. No optimization, no re-deskewing.
◆ get_submaps()
| virtual std::vector< SubMap::Ptr > glim::SubMappingPassthrough::get_submaps |
( |
| ) |
|
|
overridevirtual |
◆ insert_frame()
| virtual void glim::SubMappingPassthrough::insert_frame |
( |
const EstimationFrame::ConstPtr & |
frame | ) |
|
|
overridevirtual |
Insert an odometry estimation frame.
- Parameters
-
| odom_frame | Marginalized odometry estimation frame |
Reimplemented from glim::SubMappingBase.
◆ submit_end_of_sequence()
| virtual std::vector< SubMap::Ptr > glim::SubMappingPassthrough::submit_end_of_sequence |
( |
| ) |
|
|
overridevirtual |
Submit the signal to tell end of sequence and collect the remaining submap data.
- Returns
- std::vector<SubMap::Ptr>
Reimplemented from glim::SubMappingBase.
The documentation for this class was generated from the following file: