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

Defines the example_car class, a simple car-following model. More...

#include "model.h"
#include "point.h"
#include <queue>
#include <vector>

Go to the source code of this file.

Classes

class  example_car
 A simple car-following model with a predefined trajectory. More...
 

Detailed Description

Defines the example_car class, a simple car-following model.

Author
Rafael Delpiano.
Date
11 Dec 2019

This file defines the example_car class, which provides a basic implementation of a car-following model. It uses a predefined trajectory to guide the vehicle's movement and updates the vehicle's state accordingly.