|
Apollo
v5.5.0
Open source self driving car software
|
#include <map>#include <string>

Go to the source code of this file.
Namespaces | |
| apollo | |
| 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 |
1.8.13