|
Apollo
6.0
Open source self driving car software
|
#include <string>#include <vector>#include "Eigen/Core"#include "Eigen/Geometry"#include "pcl/point_cloud.h"#include "pcl/point_types.h"#include "modules/localization/msf/local_pyramid_map/base_map/base_map_node_index.h"#include "modules/localization/msf/local_pyramid_map/ndt_map/ndt_map.h"#include "modules/localization/msf/local_pyramid_map/ndt_map/ndt_map_matrix.h"#include "modules/localization/msf/local_pyramid_map/ndt_map/ndt_map_node.h"#include "modules/localization/msf/local_pyramid_map/ndt_map/ndt_map_pool.h"#include "modules/localization/ndt/ndt_locator/ndt_solver.h"

Go to the source code of this file.
Classes | |
| struct | apollo::localization::ndt::LidarFrame |
| class | apollo::localization::ndt::LidarLocatorNdt |
Namespaces | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
| apollo::localization | |
| apollo::localization | |
| apollo::localization::ndt | |
Macros | |
| #define | USE_PRELOAD_MAP_NODE |
| #define USE_PRELOAD_MAP_NODE |
1.8.13