AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Popularity
58 Stars
Updated Last
1 Year Ago
Started In
November 2014

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