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. |
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
- roadDirection
Vector field representing the nominal traffic direction at a point on the road
- road
Region representing the roads in the GTA map.
- curb
Region representing the curbs in the GTA map.
- class Car <specifiers>[source]
Bases:
Object2DScenic 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 (
Coloror RGB tuple) – Color of the car.