AutomotiveSimulator.jl icon indicating copy to clipboard operation
AutomotiveSimulator.jl copied to clipboard

Package for automotive simulation in julia

Results 7 AutomotiveSimulator.jl issues
Sort by recently updated
recently updated
newest added

The video generated using the [stadium tutorial](https://sisl.github.io/AutomotiveSimulator.jl/dev/tutorials/stadium/#Driving-in-a-Stadium) looks messed up (see attached gif). ![test_182](https://user-images.githubusercontent.com/35538730/197202769-51bd056e-397c-4d0e-8b03-c27fff3e3b7f.gif) I had my old package.toml and manifest.toml files (attached) and using those resulted in the correct...

[AutoUrban.jl](https://github.com/sisl/AutoUrban.jl) and [AutomotivePOMDPs.jl](https://github.com/sisl/AutomotivePOMDPs.jl) are deprecated but they contain useful environment construction utility to create scenarios like: - crosswalk - T-shape intersection - Multi-lane T-shape intersection I suggest we move these...

Wait for AutomotiveVisualization.jl

Does the feature extraction of `distance_to(egoid)` only work, when the egoid is of type string? I think the egoid can also be of type Symbol and Int and that does...

It took me some time to understand how to extract only one feature. This change in the example might clarify my problem for new users.

It would be nice to be able to iterate over or splat a SpeedLimit object since it is a tuple-like object. For example, splatting into a `Distribution` object or into...