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

Lab 3-Fail to import module for event camera #106

Open
kerengold opened this issue Feb 17, 2022 · 2 comments
Open

Lab 3-Fail to import module for event camera #106

kerengold opened this issue Feb 17, 2022 · 2 comments

Comments

@kerengold
Copy link

kerengold commented Feb 17, 2022

During running the following section in lab 3 on autonomous driving:

import vista
from vista.utils import logging
logging.setLevel(logging.ERROR)

I get an error:

::WARNING::[vista.entities.sensors.EventCamera.] Fail to import module for event camera. Remember to do source /openeb/build/utils/scripts/setup_env.shCan ignore this if not using it

How to solve this problem?

I try to continue , then in the following code section:
camera = car.spawn_camera(config={'size': (200, 320)})

I got GL error:
GLError: GLError(
err = 12290,
baseOperation = eglMakeCurrent,
cArguments = (
<OpenGL._opaque.EGLDisplay_pointer object at 0x7ff7681b5b90>,
<OpenGL._opaque.EGLSurface_pointer object at 0x7ff768c97dd0>,
<OpenGL._opaque.EGLSurface_pointer object at 0x7ff768c97dd0>,
<OpenGL._opaque.EGLContext_pointer object at 0x7ff767f89290>,
),
result = 0
)

I use in Google Colab (and GPU) .

@allenhsu6
Copy link

hi, I had the same problem. Did you solve it?

@ahmed-zubair-1998
Copy link

You can resolve this issue by installing the full version of Vista instead of the one for this course. This can be done by replacing !pip install --upgrade git+https://github.com/vista-simulator/vista-6s191.git with !pip install --upgrade vista right at the start of Part 2.

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

3 participants