/AutomotiveDrivingModels.jl

Driving simulation architecture for Julia

Primary LanguageJuliaOtherNOASSERTION

Automotive Driving Models

A Julia package containing tools for simulating automotive driving models

Build Status Coverage Status

Example for 1D driving

For visualization code please see AutoViz.

Installation

using Pkg
Pkg.add(PackageSpec(url="https://github.com/sisl/Vec.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/Records.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveDrivingModels.jl"))