AI Testing Simulator
|
Represents a road on a road network in CARLA. More...
Public Member Functions | |
Road (int id, SortedList< int, Lane > lanes) | |
Initializes a new instance of the Road class. param name="id">The ID of the road.param name="lanes">A list of lanes that belong to the road. | |
Properties | |
int | Id [get, set] |
SortedList< int, Lane > | Lanes [get, set] |
Represents a road on a road network in CARLA.