traffic-sim

Crates.iotraffic-sim
lib.rstraffic-sim
version0.1.1
sourcesrc
created_at2022-07-30 16:36:06.41329
updated_at2022-08-04 14:24:42.855369
descriptionA simple traffic simulation package focussed on performance and realism.
homepage
repositoryhttps://github.com/Rafferty97/traffic-simple
max_upload_size
id635625
size106,056
Alexander Rafferty (Rafferty97)

documentation

README

traffic-sim

This is a simple traffic simulation module with a focus on performance and realism.

This is a personal project, with currently poor documentation and is not quite feature complete.

Goals

The goal of this package is to be capable of simulating any road network in a realistic manner, with reasonable performance. This includes simulating things such as:

  • Car following
  • Lane-changing decisions and dynamics
  • Yielding at give way/stop signs
  • Merging and diverging
  • Simple path finding

The primary gap right now is the lack of a lane-changing. There are pieces in place, but it is in general a very hard problem to solve.

Contact

Interested in this project? Feel free to reach out to my email address.

Commit count: 85

cargo fmt