raisimTech / raisimLib

Visit www.raisim.com
http://www.raisim.com
Other
338 stars 91 forks source link

[ME491] Unity Connection Problem (Linux) #523

Closed CHO0928 closed 10 months ago

CHO0928 commented 10 months ago

I finished setting for raisimLib according to instructions in Linux, and other things are fine but only visualizing problem remained. For the anymals in examples,

Screenshot from 2023-10-31 16-16-00

And also for runner.py the iteration goes well but I can't see the robot in Unity window.

Screenshot from 2023-10-31 16-12-18

Screenshot from 2023-10-31 16-13-25

kim01217 commented 10 months ago

I have same problem.

jhwangbo commented 10 months ago

I mentioned this issue in the install instruction on the website. Please check it

kim01217 commented 10 months ago

@CHO0928 Did you fix it?

CHO0928 commented 10 months ago

@kim01217 No.. :(

kim01217 commented 10 months ago

I tried various things and the problem was solved right after I typed this command. sudo ln -s /usr/lib/x86_64-linux-gnu/libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.so

It's from raisim install instruction https://raisim.com/sections/Installation.html

let me know if it doesn't work.

CHO0928 commented 10 months ago

@kim01217 Oh, now it works. Thank you so much. I didn't know where the install instruction is... ^^