Apollo 10.0
自动驾驶开放平台
|
#include <memory>
#include <string>
#include "absl/strings/str_cat.h"
#include "modules/common_msgs/map_msgs/map_id.pb.h"
#include "modules/common_msgs/planning_msgs/navigation.pb.h"
#include "modules/common/configs/config_gflags.h"
#include "modules/map/hdmap/hdmap.h"
类 | |
class | apollo::hdmap::HDMapUtil |
命名空间 | |
namespace | apollo::hdmap |
apollo::hdmap | |
namespace | apollo |
class register implement | |
函数 | |
std::string | apollo::hdmap::BaseMapFile () |
get base map file path from flags. | |
std::string | apollo::hdmap::SimMapFile () |
get simulation map file path from flags. | |
std::string | apollo::hdmap::RoutingMapFile () |
get routing map file path from flags. | |
std::string | apollo::hdmap::EndWayPointFile () |
get end way point file path from flags. | |
std::string | apollo::hdmap::DefaultRoutingFile () |
get default routing file path from flags. | |
std::string | apollo::hdmap::ParkGoRoutingFile () |
get park and go routings file path from flags. | |
apollo::hdmap::Id | apollo::hdmap::MakeMapId (const std::string &id) |
create a Map ID given a string. | |
std::unique_ptr< HDMap > | apollo::hdmap::CreateMap (const std::string &map_file_path) |