#include <LaneCrossingCalculator.h>
Static Public Member Functions | |
static std::vector< LaneMarking > | Calculate (const Map &map, const geom::Location &origin, const geom::Location &destination) |
Definition at line 21 of file LaneCrossingCalculator.h.
|
static |
Definition at line 60 of file LaneCrossingCalculator.cpp.
References carla::road::Map::ComputeTransform(), carla::road::element::CrossingAtSameSection(), carla::road::Map::GetClosestWaypointOnRoad(), carla::road::Map::IsJunction(), carla::road::element::IsOffRoad(), carla::geom::Vector3D::x, and carla::geom::Vector3D::y.
Referenced by carla::road::Map::CalculateCrossedLanes().