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

Can't create a PyKinematicPlanner #1

Open
yuyang16101066 opened this issue Jan 1, 2021 · 4 comments
Open

Can't create a PyKinematicPlanner #1

yuyang16101066 opened this issue Jan 1, 2021 · 4 comments

Comments

@yuyang16101066
Copy link

when try to run sh ./scripts/2d/mopa.sh, there will be sh: 2: Syntax error: "(" unexpected, ERROR: Invalid activation key. After checking, I think there is something wrong with PyKinematicPlanner. Could anyone can fix it?

@junjungoal
Copy link
Collaborator

@yuyang16101066
Hi, I apologize for the late reply. I assume that you did not locate a valid MuJoCo activation key to use MuJoCo simulation.
Would you mind checking this?

@yuyang16101066
Copy link
Author

@yuyang16101066
Hi, I apologize for the late reply. I assume that you did not locate a valid MuJoCo activation key to use MuJoCo simulation.
Would you mind checking this?

Thanks for your reply. I have solved this problem. But I encounter another error: GLEW initalization error: Missing GL version. It seems there is something wrong with openGL.

@lk-greenbird
Copy link

@yuyang16101066
Hi, I apologize for the late reply. I assume that you did not locate a valid MuJoCo activation key to use MuJoCo simulation.
Would you mind checking this?

Thanks for your reply. I have solved this problem. But I encounter another error: GLEW initalization error: Missing GL version. It seems there is something wrong with openGL.

Have you solved this problem? I encounter this problem too

@junjungoal
Copy link
Collaborator

@lk-greenbird
Hi, I think this problem often happens in mujoco-py.
Could you please try the following?
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so

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