sisl / AutoViz.jl

Provides visualization tools for AutomotiveDrivingModels. Built on Cairo
Other
33 stars 9 forks source link

could not find write_to_png() #50

Open tianzongkai opened 2 years ago

tianzongkai commented 2 years ago

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

MaximeBouton commented 2 years ago

Hi! This package is not maintained anymore, please use AutomotiveV instead :)

tianzongkai commented 2 years ago

Is it compatible with ngsim_env? I'm using that to do imitation learning with gail on vehicles. Almost figured out a lot of dependency issues except that function. But I'm glad to use any new env that can replace ngsim_env.

MaximeBouton commented 2 years ago

I think you might have to update the rendering functions in ngsim_env to use the new package. AutomotiveVisualization.jl should be well documented though so it should be ok.