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

Build docs!

Open MaximeBouton opened this issue 4 years ago • 4 comments

Wait for AutomotiveVisualization.jl

MaximeBouton avatar Mar 22 '20 23:03 MaximeBouton

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?

DarrenRuan avatar Mar 28 '20 04:03 DarrenRuan

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!

MaximeBouton avatar Mar 28 '20 20:03 MaximeBouton

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.

MaximeBouton avatar Apr 03 '20 04:04 MaximeBouton

Thanks for maintaining this project, @MaximeBouton

ashwanirathee avatar Jul 05 '21 13:07 ashwanirathee