scenic.simulators.gta.model
World model for GTA.
Summary of Module Members
Module Attributes
|
Vector field representing the nominal traffic direction at a point on the road |
|
Region representing the roads in the GTA map. |
|
Region representing the curbs in the GTA map. |
|
Function implementing loads and stores to the 'workspace' pseudo-variable. |
Functions
Create a platoon starting from the given car. |
Classes
Convenience subclass for buses. |
|
Scenic class for cars. |
|
Convenience subclass for compact cars. |
|
Convenience subclass with defaults for ego cars. |
Member Details
- class Car(<specifiers>)[source]
Bases:
Object
Scenic class for cars.
- Properties:
position – The default position is uniformly random over the
road
.heading – The default heading is aligned with
roadDirection
, plus an offset given byroadDeviation
.roadDeviation (float) – Relative heading with respect to the road direction at the
Car
’s position. Used by the default value forheading
.model (
CarModel
) – Model of the car.color (
Color
or RGB tuple) – Color of the car.