Skip to content

sisl/AutomotiveDrivingModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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