Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 906 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 906 Bytes

Automotive Driving Models

A Julia package containing tools for automotive simulations in 2D.

Build Status Coverage Status

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"))