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

Linux system common loading model error fixes #3

Closed
ghzh26252 opened this issue Oct 10, 2023 · 0 comments
Closed

Linux system common loading model error fixes #3

ghzh26252 opened this issue Oct 10, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ghzh26252
Copy link
Collaborator

ghzh26252 commented Oct 10, 2023

When you encounter the following error while using the LoadMesh / LoadURDF API on a Linux system:

AssimpException: Error loading unmanaged library from path: xxx/RFUniverse_Data/Plugins/libassimp.so

Do the following to try to fix it:

1.Add a link to the "libdl.so" library:
sudo ln -s /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libdl.so

2.Install the "libminizip" module:
sudo apt install minizip

@ghzh26252 ghzh26252 added the documentation Improvements or additions to documentation label Oct 10, 2023
@ghzh26252 ghzh26252 self-assigned this Oct 10, 2023
@ghzh26252 ghzh26252 changed the title Additional operations that may be required on Linux systems Linux system common loading model error fixes May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant