raisimTech / raisimLib

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

[ME491] Cannot find mesh from resource directories #524

Closed injoonH closed 10 months ago

injoonH commented 10 months ago

I am using macOS Ventura 13.1 with Apple M1 chip to launch /raisimUnity/m1/RaiSimUnity.app.

I am using docker on the server with

Docker image is 22.04 and I use SSH local forwarding to connect and display the visualization.

However, though the connection was established, following error occurs every 200 iterations:

System.Exception: Cannot find mesh from resource directories = ../meshes/anymal_base.dae
Cannot find mesh from resource directories
injoonH commented 10 months ago

I found anymal_base.dae file in the directory /rsc/anymal/meshes. I created a symbolic link for the directory and the problem was solved.