30 namespace third_party_perception {
31 namespace conversion_base {
33 std::map<std::int32_t, apollo::hdmap::LaneBoundaryType_Type>
35 {1, apollo::hdmap::LaneBoundaryType::SOLID_YELLOW},
37 {3, apollo::hdmap::LaneBoundaryType::CURB},
38 {4, apollo::hdmap::LaneBoundaryType::SOLID_YELLOW},
39 {5, apollo::hdmap::LaneBoundaryType::DOTTED_YELLOW},
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::map< std::int32_t, apollo::hdmap::LaneBoundaryType_Type > lane_conversion_map
Definition: conversion_base.h:34