|
Autopysta
|
Defines the creator class for generating vehicles in traffic simulations.
More...
#include <iostream>#include <vector>#include <climits>#include "point.h"#include "trajectory.h"#include "params.h"#include "vehicle.h"#include "model.h"Go to the source code of this file.
Classes | |
| class | creator |
| Base class for generating vehicles in a traffic simulation. More... | |
Defines the creator class for generating vehicles in traffic simulations.
The creator class provides an interface to generate vehicles in a traffic simulation, using specific models and conditions. The class is responsible for initializing vehicles at the start of the simulation and adding vehicles dynamically based on traffic conditions.