cartographer
mapping
internal
3d
scan_matching
low_resolution_matcher.h
Go to the documentation of this file.
1
/*
2
* Copyright 2016 The Cartographer Authors
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef CARTOGRAPHER_MAPPING_INTERNAL_3D_SCAN_MATCHING_LOW_RESOLUTION_MATCHER_H_
18
#define CARTOGRAPHER_MAPPING_INTERNAL_3D_SCAN_MATCHING_LOW_RESOLUTION_MATCHER_H_
19
20
#include <functional>
21
22
#include "
cartographer/mapping/3d/hybrid_grid.h
"
23
#include "
cartographer/sensor/point_cloud.h
"
24
#include "
cartographer/transform/rigid_transform.h
"
25
26
namespace
cartographer
{
27
namespace
mapping {
28
namespace
scan_matching {
29
30
std::function<float(const transform::Rigid3f&)>
CreateLowResolutionMatcher
(
31
const
HybridGrid
* low_resolution_grid,
const
sensor::PointCloud
* points);
32
33
}
// namespace scan_matching
34
}
// namespace mapping
35
}
// namespace cartographer
36
37
#endif // CARTOGRAPHER_MAPPING_INTERNAL_3D_SCAN_MATCHING_LOW_RESOLUTION_MATCHER_H_
hybrid_grid.h
cartographer::mapping::HybridGrid
Definition:
hybrid_grid.h:468
cartographer::mapping::scan_matching::CreateLowResolutionMatcher
std::function< float(const transform::Rigid3f &)> CreateLowResolutionMatcher(const HybridGrid *low_resolution_grid, const sensor::PointCloud *points)
Definition:
low_resolution_matcher.h:30
cartographer
Definition:
map_builder_stub.cc:31
point_cloud.h
cartographer::sensor::PointCloud
std::vector< Eigen::Vector3f > PointCloud
Definition:
point_cloud.h:32
rigid_transform.h
cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:58