Autopysta
Loading...
Searching...
No Matches
creator.h File Reference

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...
 

Detailed Description

Defines the creator class for generating vehicles in traffic simulations.

Author
Rafael Delpiano.
Date
11 Dec 2019

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.