Apollo  6.0
Open source self driving car software
base_map_fwd.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright 2019 The Apollo Authors. All Rights Reserved.
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 #pragma once
17 
18 #include "Eigen/Core"
19 #include "Eigen/Geometry"
20 
21 namespace apollo {
22 namespace localization {
23 namespace msf {
24 namespace pyramid_map {
25 
31 
37 
39 class BaseMapConfig;
40 
42 class BaseMap;
43 
45 class BaseMapMatrix;
46 
48 class BaseMapNode;
49 
50 class MapNodeIndex;
51 
53 class BaseMapNodePool;
54 
55 } // namespace pyramid_map
56 } // namespace msf
57 } // namespace localization
58 } // namespace apollo
Eigen::Vector3f Vector3f
Definition: base_map_fwd.h:29
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Eigen::Vector2d Vector2d
Definition: base_map_fwd.h:36
Eigen::Matrix4d Matrix4d
Definition: base_map_fwd.h:32
Eigen::Affine3f Affine3f
Definition: base_map_fwd.h:28
The memory pool for the data structure of BaseMapNode.
Definition: base_map_pool.h:34
Eigen::Matrix3f Matrix3f
Definition: base_map_fwd.h:27
The data structure of the map cells in a map node.
Definition: base_map_matrix.h:30
Eigen::Matrix4f Matrix4f
Definition: base_map_fwd.h:26
The data structure of a Node in the map.
Definition: base_map_node.h:37
The data structure of the base map.
Definition: base_map.h:38
Eigen::Vector2f Vector2f
Definition: base_map_fwd.h:30
The options of the reflectance map.
Definition: base_map_config.h:42
Definition: base_map_node_index.h:33
Eigen::Affine3d Affine3d
Definition: base_map_fwd.h:34
Eigen::Vector3d Vector3d
Definition: base_map_fwd.h:35
Eigen::Matrix3d Matrix3d
Definition: base_map_fwd.h:33