Apollo 10.0
自动驾驶开放平台
base_map_fwd.h
浏览该文件的文档.
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
21namespace apollo {
22namespace localization {
23namespace msf {
24namespace pyramid_map {
25
26typedef Eigen::Matrix4f Matrix4f;
27typedef Eigen::Matrix3f Matrix3f;
28typedef Eigen::Affine3f Affine3f;
29typedef Eigen::Vector3f Vector3f;
30typedef Eigen::Vector2f Vector2f;
31
32typedef Eigen::Matrix4d Matrix4d;
33typedef Eigen::Matrix3d Matrix3d;
34typedef Eigen::Affine3d Affine3d;
35typedef Eigen::Vector3d Vector3d;
36typedef Eigen::Vector2d Vector2d;
37
39class BaseMapConfig;
40
42class BaseMap;
43
45class BaseMapMatrix;
46
48class BaseMapNode;
49
50class MapNodeIndex;
51
53class BaseMapNodePool;
54
55} // namespace pyramid_map
56} // namespace msf
57} // namespace localization
58} // namespace apollo
The data structure of the map cells in a map node.
The memory pool for the data structure of BaseMapNode.
The data structure of a Node in the map.
The data structure of the base map.
Definition base_map.h:38
class register implement
Definition arena_queue.h:37