#include "carla/road/element/LaneCrossingCalculator.h"
#include "carla/road/element/LaneMarking.h"
#include "carla/geom/Location.h"
#include "carla/road/Map.h"
命名空间 | |
namespace | carla |
This file contains definitions of common data structures used in traffic manager. | |
namespace | carla::road |
namespace | carla::road::element |
函数 | |
static std::vector< LaneMarking > | carla::road::element::CrossingAtSameSection (const Map &map, const Waypoint *w0, const Waypoint *w1, const bool w0_is_offroad, const bool dest_is_at_right) |
Calculate the lane markings that need to be crossed from lane_id_origin to lane_id_destination. | |
static bool | carla::road::element::IsOffRoad (const Map &map, const geom::Location &location) |
变量 | |
static constexpr uint32_t | carla::road::element::FLAGS |