#include <ceres_scan_matcher.h>
Public Member Functions | |
CeresScanMatcher (const proto::CeresScanMatcherOptions &options) | |
CeresScanMatcher (const CeresScanMatcher &)=delete | |
void | Match (const transform::Rigid3d &previous_pose, const transform::Rigid3d &initial_pose_estimate, const std::vector< PointCloudAndHybridGridPointers > &point_clouds_and_hybrid_grids, transform::Rigid3d *pose_estimate, ceres::Solver::Summary *summary) |
CeresScanMatcher & | operator= (const CeresScanMatcher &)=delete |
Private Attributes | |
ceres::Solver::Options | ceres_solver_options_ |
const proto::CeresScanMatcherOptions | options_ |
Definition at line 41 of file mapping_3d/scan_matching/ceres_scan_matcher.h.
|
explicit |
Definition at line 78 of file mapping_3d/scan_matching/ceres_scan_matcher.cc.
|
delete |
void cartographer::mapping_3d::scan_matching::CeresScanMatcher::Match | ( | const transform::Rigid3d & | previous_pose, |
const transform::Rigid3d & | initial_pose_estimate, | ||
const std::vector< PointCloudAndHybridGridPointers > & | point_clouds_and_hybrid_grids, | ||
transform::Rigid3d * | pose_estimate, | ||
ceres::Solver::Summary * | summary | ||
) |
Definition at line 86 of file mapping_3d/scan_matching/ceres_scan_matcher.cc.
|
delete |
|
private |
Definition at line 60 of file mapping_3d/scan_matching/ceres_scan_matcher.h.
|
private |
Definition at line 59 of file mapping_3d/scan_matching/ceres_scan_matcher.h.