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

Provides visualization tools for AutomotiveDrivingModels. Built on Cairo

Results 10 AutoViz.jl issues
Sort by recently updated
recently updated
newest added

where is this function write_to_png() defined? it's used in src/rendermodels.jl

As I was working with AutoViz over the last few weeks I ran into a few limitations and started working on a new (forked) branch that is more flexible and...

Makie.jl is quite fast. It seems like it could be a better fit than Cairo in this case. Interactive simulations with Cairo grind to a halt with a large number...

First of all, thanks for this package, and especially for putting in the work to make it well documented. I've run into an issue where a car, for one reason...

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

When @ekhlasssonu and I finish the new interface, we should make sure these things are documented. 1. Which way angle rotates in ArrowCar

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

The final cell in the docs no longer renders