Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sisl/AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
https://github.com/sisl/AutomotiveDrivingModels.jl

Last synced: 2 months ago
JSON representation

Driving simulation architecture for Julia

Awesome Lists containing this project

README

        

# Automotive Driving Models

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

[![Build Status](https://travis-ci.org/sisl/AutomotiveDrivingModels.jl.svg?branch=master)](https://travis-ci.org/sisl/AutomotiveDrivingModels.jl)
[![Coverage Status](https://coveralls.io/repos/github/sisl/AutomotiveDrivingModels.jl/badge.svg?branch=master)](https://coveralls.io/github/sisl/AutomotiveDrivingModels.jl?branch=master)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://sisl.github.io/AutomotiveDrivingModels.jl/latest)

For visualization code please see [AutoViz](https://github.com/sisl/AutoViz.jl).

## Installation

Using the SISL registry (recommended):

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

Installing from URL:

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