You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the installation guide and installed AutomotivePOMDPs after running the following Julia REPL:
using Pkg
Pkg.add("POMDPs")
using POMDPs
POMDPs.add_registry()
Pkg.Registry.add(RegistrySpec(url="https://github.com/sisl/Registry"))
Pkg.add("AutomotivePOMDPs")
I tried to run our tutorial docs/Urban POMDP tutoial.ipynb and an error occurred in "Visualize simulation" section. This is because v0.8.0 removed incameraframe parameter in TextOverlay in AutoViz.
After downgraded AutoViz into v0.7.10, there's no problem to run the tutorial docs/Urban POMDP tutoial.ipynb.
The text was updated successfully, but these errors were encountered:
AutoViz v0.7.10 works but v0.8 doesn't work.
I followed the installation guide and installed AutomotivePOMDPs after running the following Julia REPL:
I tried to run our tutorial
docs/Urban POMDP tutoial.ipynb
and an error occurred in "Visualize simulation" section. This is because v0.8.0 removedincameraframe
parameter inTextOverlay
in AutoViz.After downgraded AutoViz into v0.7.10, there's no problem to run the tutorial
docs/Urban POMDP tutoial.ipynb
.The text was updated successfully, but these errors were encountered: