Skip to content
Snippets Groups Projects
Commit 3ea93583 authored by Daniil Nikulin's avatar Daniil Nikulin
Browse files

feat: Add street_name into LogicalLane

parent 3bd6bac8
No related branches found
No related tags found
1 merge request!9Add street_name into LogicalLane
...@@ -99,7 +99,7 @@ struct LogicalLane ...@@ -99,7 +99,7 @@ struct LogicalLane
std::vector<RefWrapper<LogicalLane>> predecessor_lanes; std::vector<RefWrapper<LogicalLane>> predecessor_lanes;
std::vector<RefWrapper<LogicalLane>> successor_lanes; std::vector<RefWrapper<LogicalLane>> successor_lanes;
std::string street_name;
}; };
} // namespace map_api } // namespace map_api
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment