|
Apollo
6.0
Open source self driving car software
|
#include <string>#include <utility>#include <vector>#include "cyber/common/macros.h"#include "modules/common/proto/geometry.pb.h"#include "modules/map/proto/map_clear_area.pb.h"#include "modules/map/proto/map_crosswalk.pb.h"#include "modules/map/proto/map_junction.pb.h"#include "modules/map/proto/map_lane.pb.h"#include "modules/map/proto/map_overlap.pb.h"#include "modules/map/proto/map_parking_space.pb.h"#include "modules/map/proto/map_road.pb.h"#include "modules/map/proto/map_signal.pb.h"#include "modules/map/proto/map_speed_bump.pb.h"#include "modules/map/proto/map_stop_sign.pb.h"#include "modules/map/proto/map_yield_sign.pb.h"#include "modules/map/hdmap/hdmap_common.h"#include "modules/map/hdmap/hdmap_impl.h"

Go to the source code of this file.
Classes | |
| class | apollo::hdmap::HDMap |
| High-precision map loader interface. More... | |
Namespaces | |
| apollo::hdmap | |
| apollo::hdmap | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
1.8.13