#include <ceres_scan_matcher.h>
Public Member Functions | |
CeresScanMatcher (const proto::CeresScanMatcherOptions &options) | |
CeresScanMatcher (const CeresScanMatcher &)=delete | |
void | Match (const transform::Rigid2d &previous_pose, const transform::Rigid2d &initial_pose_estimate, const sensor::PointCloud &point_cloud, const ProbabilityGrid &probability_grid, transform::Rigid2d *pose_estimate, ceres::Solver::Summary *summary) const |
CeresScanMatcher & | operator= (const CeresScanMatcher &)=delete |
virtual | ~CeresScanMatcher () |
Private Attributes | |
ceres::Solver::Options | ceres_solver_options_ |
const proto::CeresScanMatcherOptions | options_ |
Definition at line 38 of file mapping_2d/scan_matching/ceres_scan_matcher.h.
|
explicit |
Definition at line 52 of file mapping_2d/scan_matching/ceres_scan_matcher.cc.
|
virtual |
Definition at line 60 of file mapping_2d/scan_matching/ceres_scan_matcher.cc.
|
delete |
void cartographer::mapping_2d::scan_matching::CeresScanMatcher::Match | ( | const transform::Rigid2d & | previous_pose, |
const transform::Rigid2d & | initial_pose_estimate, | ||
const sensor::PointCloud & | point_cloud, | ||
const ProbabilityGrid & | probability_grid, | ||
transform::Rigid2d * | pose_estimate, | ||
ceres::Solver::Summary * | summary | ||
) | const |
Definition at line 62 of file mapping_2d/scan_matching/ceres_scan_matcher.cc.
|
delete |
|
private |
Definition at line 58 of file mapping_2d/scan_matching/ceres_scan_matcher.h.
|
private |
Definition at line 57 of file mapping_2d/scan_matching/ceres_scan_matcher.h.