Car#

class simulation.common.car.Car(name: str)[source]#

Bases: object

This class stores all physical constants describing a specific car.

Data will be read from a “car.json” file located in simulation/config/ for a given car.

Data will be read in at runtime and made available through attribute access, such as car.mass or car.tire_radius.