#include "lanelet2_traffic_rules/GenericTrafficRules.h"
#include <lanelet2_core/geometry/Area.h>
#include <lanelet2_core/geometry/Lanelet.h>
#include <lanelet2_core/primitives/RegulatoryElement.h>
#include <lanelet2_core/utility/Units.h>
#include "lanelet2_traffic_rules/Exceptions.h"
Go to the source code of this file.
Namespaces | |
lanelet | |
lanelet::traffic_rules | |
Functions | |
Optional< ConstLineString3d > | lanelet::traffic_rules::determineCommonLine (const ConstArea &ar1, const ConstArea &ar2) |
Optional< ConstLineString3d > | lanelet::traffic_rules::determineCommonLine (const ConstLanelet &ll, const ConstArea &ar) |
SpeedLimitInformation | lanelet::traffic_rules::getSpeedLimitFromType (const AttributeMap &attributes, const CountrySpeedLimits &countryLimits, const std::string &participant) |
std::ostream & | lanelet::traffic_rules::operator<< (std::ostream &stream, const SpeedLimitInformation &obj) |
std::ostream & | lanelet::traffic_rules::operator<< (std::ostream &stream, const TrafficRules &obj) |