Skip to content

mattuntergassmair/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 simulating automotive driving models

Build Status Coverage Status

Example for 1D driving

For visualization code please see AutoViz.

Installation

Using the SISL registry (recommended):

] registry add https://github.com/sisl/Registry
] add AutomotiveDrivingModels 

Manually installing all the dependencies:

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

About

Driving simulation architecture for Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 64.6%
  • Julia 35.4%