ray_casting.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_2D_RAY_CASTING_H_
18 #define CARTOGRAPHER_MAPPING_INTERNAL_2D_RAY_CASTING_H_
19 
20 #include <vector>
21 
27 
28 namespace cartographer {
29 namespace mapping {
30 
31 // For each ray in 'range_data', inserts hits and misses into
32 // 'probability_grid'. Hits are handled before misses.
33 void CastRays(const sensor::RangeData& range_data,
34  const std::vector<uint16>& hit_table,
35  const std::vector<uint16>& miss_table, bool insert_free_space,
36  ProbabilityGrid* probability_grid);
37 
38 } // namespace mapping
39 } // namespace cartographer
40 
41 #endif // CARTOGRAPHER_MAPPING_INTERNAL_2D_RAY_CASTING_H_
void CastRays(const sensor::RangeData &range_data, const std::vector< uint16 > &hit_table, const std::vector< uint16 > &miss_table, const bool insert_free_space, ProbabilityGrid *const probability_grid)
Definition: ray_casting.cc:166


cartographer
Author(s): The Cartographer Authors
autogenerated on Mon Feb 28 2022 22:00:58