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

[WIP] Roadways.jl rendering

Open MaximeBouton opened this issue 7 years ago • 0 comments

  • implement rendering for Roadways.jl map representation using the renderable interface
  • comment out all the code that was specific to AutomotiveDrivingModels.

I would say that when Roadways.jl and friends are ready AutoViz should not depend on AutomotiveDrivingModels.jl and the commented code should eventually be removed.

Here is a list of things that I think we want to keep from the current AutoViz:

  • camera stuff
  • low level rendering functions (from rendermodels.jl)
  • arrow cars
  • overlays: the current overlays are depending on AutomotiveDrivingModels and the scene representation. I found them really useful when using the old AutoViz interface and would be in favor of having a similar concept of overlays for Roadways.jl and the renderable interface.

MaximeBouton avatar Dec 14 '18 15:12 MaximeBouton