Apollo
6.0
Open source self driving car software
|
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::base | |
Variables | |
const std::map< VisualLandmarkType, std::string > | apollo::perception::base::kVisualLandmarkType2NameMap |
const std::map< std::string, base::VisualLandmarkType > | apollo::perception::base::kVisualLandmarkName2TypeMap |
const std::map< ObjectType, std::string > | apollo::perception::base::kObjectType2NameMap |
const std::map< std::string, ObjectType > | apollo::perception::base::kObjectName2TypeMap |
const std::map< VisualObjectType, ObjectType > | apollo::perception::base::kVisualTypeMap |
const std::map< VisualObjectType, std::string > | apollo::perception::base::kVisualType2NameMap |
const std::map< std::string, base::VisualObjectType > | apollo::perception::base::kVisualName2TypeMap |
const std::map< ObjectSubType, ObjectType > | apollo::perception::base::kSubType2TypeMap |
const std::map< ObjectSubType, std::string > | apollo::perception::base::kSubType2NameMap |
const std::map< std::string, ObjectSubType > | apollo::perception::base::kName2SubTypeMap |