Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoViz Dependency Issue #12

Open
africamonkey opened this issue Mar 17, 2020 · 1 comment
Open

AutoViz Dependency Issue #12

africamonkey opened this issue Mar 17, 2020 · 1 comment

Comments

@africamonkey
Copy link

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:

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.

@MaximeBouton
Copy link
Member

I don't expect it to work with v0.8 yet. I will update the compat entry today and maybe update to v0.8 in the coming days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants