Skip to content

Additional packages for AutomotiveDrivingModels.jl in urban driving simulation

License

Notifications You must be signed in to change notification settings

sisl/AutoUrban.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoUrban

Build Status Coverage Status

A Julia package expanding the AutomotiveSimulator.jl package with intersections, enabling auto-converting roadway in AutomotiveSimulator.jl into OpenDrive format (.xodr) used in VIRES VirtualTestDrive. It also contains some driver models.

Installation

Preferred way, by adding the SISL registry:

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

Other way, by manually adding 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/AutomotiveSimulator.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/AutomotiveVisualization.jl"))
Pkg.add(PackageSpec(url="https://github.com/sisl/AutoUrban.jl"))

Documentaion

Detailed documentation can be found here.

About

Additional packages for AutomotiveDrivingModels.jl in urban driving simulation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages