CARLA
 
载入中...
搜索中...
未找到
ControllerParser.h
浏览该文件的文档.
1// Copyright (c) 2019 Computer Vision Center (CVC) at the Universitat Autonoma
2// de Barcelona (UAB).
3//
4// This work is licensed under the terms of the MIT license.
5// For a copy, see <https://opensource.org/licenses/MIT>.
6
7#pragma once
8///@brief pugi XMLռ
9namespace pugi {
10 ///@class xml_document
11 ///@brief ʾһXMLĵ
12 class xml_document;
13} // namespace pugi
14///@brief Carlaģռ
15namespace carla {
16 ///@brief Carlaе·عܵռ
17namespace road {
18 ///@class MapBuilder
19 ///@brief Carlaģйͼ
20 class MapBuilder;
21} // namespace road
22///@brief OpenDriveʽͼݵռ
23namespace opendrive {
24namespace parser {
25///@class ControllerParser
26///@brief ڽOpendriveݵ
28 public:
29 ///@brief XMLĵʹṩMapBuilderͼ
30 ///@param xml ҪXMLĵij
31 ///@param map_builder ڹͼMapBuilderá
32 static void Parse(
33 const pugi::xml_document &xml,
34 carla::road::MapBuilder &map_builder);
35
36 };
37
38} // namespace parser
39} // namespace opendrive
40} // namespace carla
static void Parse(const pugi::xml_document &xml, carla::road::MapBuilder &map_builder)
XMLĵʹṩMapBuilderͼ
CARLA模拟器的主命名空间。
Definition Carla.cpp:139
pugi XMLռ