AutomotiveSimulator.jl
AutomotiveSimulator.jl copied to clipboard
Build docs!
Wait for AutomotiveVisualization.jl
Hi Maxime,
Could I ask a question about AutomotiveSimulator.jl and NGSIM.jl? It shows that NGSIM.jl is going to be deprecated. But how could I find convert_raw_ngsim_to_trajdatas() function in AutomotiveSimulator.jl?
This function is part of NGSIM.jl
: https://github.com/sisl/NGSIM.jl/blob/55bbe5dff5283abe3bd12d0914d26f3e128aafb4/src/trajdata.jl#L194
AutomotiveSimulator.jl is the new version of AutomotiveDrivingModels.jl (the core of the whole framework).
NGSIM.jl is not deprecated but it has not been updated to work with the brand new AutomotiveSimulator.jl
.
I suggest you open an issue there, I don't know if there are plans to update it.
It should still work with the deprecated AutomotiveDrivingModels
.
In case you are interested in helping updating NGSIM.jl, the main breaking change is that the Trajdata
data structure does not exist anymore and is replaced by Vector
instead.
I hope that helps!
Now the docs are up but only the dev
version, I am leaving that open until we put a latest
version online. I hope it will happen automatically when we tag a new version.
Thanks for maintaining this project, @MaximeBouton