raisimTech/raisimLib

Could not find the activation key

Opened this issue · 3 comments

Hello,

The raisimPy examples seem to run properly as the code is able to locate the activation key. However, when I try to run:
python raisimGymTorch/env/envs/rsg_anymal/runner.py

I get the following error;=:
Could not find the activation key. Following directories have been checked

.raisim
/home/../.raisim/activation.raisim
/home/../raisim/activation.raisim.raisim
/home/../raisim/activation.raisim
/home/../raisim/activation.raisim.raisim

I have made sure to put the activation.raisim file in ../raisim/. Do you know why I get this error?

are you running the file using sudo? It should be copied to ${HOME}/.raisim/. This seems like you ran your code as an admin

I did not run the file using sudo. I can the file using the line given on the website: python raisimGymTorch/env/envs/rsg_anymal/runner.py.

I did not run the file using sudo. I can the file using the line given on the website: python raisimGymTorch/env/envs/rsg_anymal/runner.py.

Did you solve this problem? I have met it,too.