zdchan / GraspXL

This is a repository for GraspXL, which can generate objective-drive grasping motions for 500k+ objects with different dexterous hands.
https://eth-ait.github.io/graspxl/
Other
102 stars 8 forks source link

Minor mistake in document #2

Closed louhz closed 2 months ago

louhz commented 2 months ago

The installation of raisimpy has some weird feature

In my system, the pythonpath should be path/lib/python3.8/site-packages, instead of path/lib, is this a common issue or just happens for me?

Thanks for your time!

zdchan commented 2 months ago

Hi Haozhe,

It's the first time I heard about this kind of issue when installing raisim. Have you tried to run source ~/.bashrc after adding the path to .bashrc? And are you using virtual env? If it still shows or it appears for other people, I can add this to the installation doc.

Best, Hui

louhz commented 2 months ago

Yeah I reopen the terminal after edit bashrc and I am using the conda virtual env.

Thanks for your time. This work is really amazing!