sisl / AutomotiveDrivingModels.jl

Driving simulation architecture for Julia
Other
63 stars 29 forks source link

Simulate #42

Closed MaximeBouton closed 4 years ago

MaximeBouton commented 4 years ago

Change the simulate! function to return a vector of scenes. The function is faster, type stable, and the vector of scenes is easier to manipulate than the QueueRecord object.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.7%) to 79.95% when pulling df633141f8aaa9423d1604f0d6dc16bcc4898a31 on simulate into 5d6ecff701846bc57630d0a5e4c1150ca553f9f2 on master.

MaximeBouton commented 4 years ago

@raunakbh92 if you are not using QueueRecords anymore we should probably make a bigger PR to deprecate it.

raunakbh92 commented 4 years ago

I am using the Trajdata type for working with NGSIM.jl. Not sure if that is dependent on QueueRecords?