#include "carla/opendrive/parser/GeoReferenceParser.h"
#include "carla/Logging.h"
#include "carla/StringUtil.h"
#include "carla/geom/GeoLocation.h"
#include "carla/road/MapBuilder.h"
#include <pugixml/pugixml.hpp>
#include <limits>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::opendrive | |
carla::opendrive::parser | |
Functions | |
static double | carla::opendrive::parser::ParseDouble (const std::string &string_value) |
static geom::GeoLocation | carla::opendrive::parser::ParseGeoReference (const std::string &geo_reference_string) |