A lightweight driving simulator, written in Julia.
This project is still a work-in-progress.
To setup (from inside Interstate.jl directory):
julia --project --threads 8
To run racing example (see other examples in launch directory):
include("launch/launch_racing.jl")
launch_racing()