CARLA
Public Attributes | List of all members
FRoadMapIntersectionResult Struct Reference

Road map intersection result. See URoadMap. More...

#include <RoadMap.h>

+ Collaboration diagram for FRoadMapIntersectionResult:

Public Attributes

float OffRoad
 Percentage of the box lying off-road. More...
 
float OppositeLane
 Percentage of the box invading opposite lane (wrong direction). More...
 

Detailed Description

Road map intersection result. See URoadMap.

Definition at line 15 of file RoadMap.h.

Member Data Documentation

◆ OffRoad

float FRoadMapIntersectionResult::OffRoad

Percentage of the box lying off-road.

Definition at line 21 of file RoadMap.h.

Referenced by URoadMap::Intersect().

◆ OppositeLane

float FRoadMapIntersectionResult::OppositeLane

Percentage of the box invading opposite lane (wrong direction).

Definition at line 25 of file RoadMap.h.

Referenced by URoadMap::Intersect().


The documentation for this struct was generated from the following file: