|
laserIMUCalibration
|
This file introduces the class LaserNAVCalibration which is used to calibrate the laser-pose with nav-data. More...


Go to the source code of this file.
Data Structures | |
| class | filter::LaserNAVCalibration |
| Filter to calibrate the Laser mounting Pose according to NAV-data. More... | |
Namespaces | |
| filter | |
Typedefs | |
| typedef pcl::PointCloud< pcl::PointNormal > | pointCloud |
| Typedef for shorter call of point-cloud-pointer-type. More... | |
| typedef std::pair< pointCloud::Ptr, pointCloud::Ptr > | last_and_latest |
| Typedef for shorter call (used as data-set for the levenberg-marquardt data) More... | |
This file introduces the class LaserNAVCalibration which is used to calibrate the laser-pose with nav-data.
Copyright 2015 michael.r141@gmail.com
Definition in file laserNAVCalib.h.
| typedef std::pair<pointCloud::Ptr, pointCloud::Ptr> last_and_latest |
Typedef for shorter call (used as data-set for the levenberg-marquardt data)
Definition at line 30 of file laserNAVCalib.h.
| typedef pcl::PointCloud<pcl::PointNormal> pointCloud |
Typedef for shorter call of point-cloud-pointer-type.
Definition at line 25 of file laserNAVCalib.h.