Maxime

Results 34 issues of Maxime

So far I have only used AutoViz in jupyter notebook but I was never able to render from the REPL. Is there an easy way to do so/ is it...

merge after sisl/AutomotiveDrivingModels.jl#33

- 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...

Some of the rendering function have keywords arguments, `render_vehicle` for example has `color_arrow`. When implementing a custom render function, we must use `add_instruction!(rm::RenderModel, f::Function, arr::Tuple; incameraframe::Bool=true )`. The current implementation...