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

UndefVarError: SceneRecord not defined #14

Open
pilgrimygy opened this issue Jul 16, 2020 · 1 comment
Open

UndefVarError: SceneRecord not defined #14

pilgrimygy opened this issue Jul 16, 2020 · 1 comment

Comments

@pilgrimygy
Copy link

When I used the tutorial, I meet the problem. I can't solve it. Could you give me some help?

┌ Info: Precompiling AutomotivePOMDPs [dca8afc0-c686-11e8-0934-712707da73aa]
└ @ Base loading.jl:1260
ERROR: LoadError: LoadError: UndefVarError: SceneRecord not defined
Stacktrace:
[1] top-level scope at C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\packages\AutoUrban\27yQZ\src\actions.jl:72
[2] include(::Module, ::String) at .\Base.jl:377
[3] include(::String) at C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\packages\AutoUrban\27yQZ\src\AutoUrban.jl:3
[4] top-level scope at C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\packages\AutoUrban\27yQZ\src\AutoUrban.jl:18
[5] include(::Module, ::String) at .\Base.jl:377
[6] top-level scope at none:2
[7] eval at .\boot.jl:331 [inlined]
[8] eval(::Expr) at .\client.jl:449
[9] top-level scope at .\none:3
in expression starting at C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\packages\AutoUrban\27yQZ\src\actions.jl:72
in expression starting at C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\packages\AutoUrban\27yQZ\src\AutoUrban.jl:18
ERROR: LoadError: Failed to precompile AutoUrban [1385418a-9289-5a49-ab93-843b508de4cb] to C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\compiled\v1.4\AutoUrban\XNcPh_8Tbpi.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1272
[3] _require(::Base.PkgId) at .\loading.jl:1029
[4] require(::Base.PkgId) at .\loading.jl:927
[5] require(::Module, ::Symbol) at .\loading.jl:922
[6] include(::Module, ::String) at .\Base.jl:377
[7] top-level scope at none:2
[8] eval at .\boot.jl:331 [inlined]
[9] eval(::Expr) at .\client.jl:449
[10] top-level scope at .\none:3
in expression starting at C:\Users\pilgrim.juliapro\JuliaPro_v1.4.2-1\packages\AutomotivePOMDPs\0vhkx\src\AutomotivePOMDPs.jl:16

@MaximeBouton
Copy link
Member

It is a version issue, please make sure you have the correct versions of AutomotiveDrivingModels and AutoViz they should be:

  • AutomotiveDrivingModels v0.7.12
  • AutoViz v0.7.10

To install the packages at a specific version you can run:
] add [email protected]
] add [email protected]

Please note that AutomotiveDrivingModels is deprecated in favor of AutomotiveSimulators.
This package (AutomotivePOMDPs) will be updated to reflect that change.

@MaximeBouton MaximeBouton changed the title Some problem UndefVarError: SceneRecord not defined Jul 16, 2020
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