Awesome
Automotive Driving Models
A Julia package containing tools for automotive simulations in 2D.
For visualization code please see AutoViz.
Installation
Using the SISL registry (recommended):
] registry add https://github.com/sisl/Registry
] add AutomotiveDrivingModels
Installing from URL:
using Pkg
Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveDrivingModels.jl"))