-
Notifications
You must be signed in to change notification settings - Fork 17
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
ImportError: liburdfdom_model.so.1.0: cannot open shared object file: No such file or directory #10
Comments
Hi @swtyree! I think 'sudo apt-get install liburdfdom-model' should help. |
Thanks, @bibekyess. I am running Ubuntu 22.04, and the package you suggested doesn't appear to be available. Version 3.0 seems to be available ( |
This search would seem to indicate that it's only available for Ubuntu 18 and 20: https://pkgs.org/search/?q=liburdfdom_model.so.1.0 |
I use 'conda install conda-forge::urdfdom=1.0.4'. |
I wonder which of these solutions seems more promising?
|
I just saw this message from a few minutes ago. Let me try that first.
|
@brieder, your suggestion was very helpful! After addressing the Here are the changes that I needed to make to
I've pasted the entire |
I just submitted a PR with my fixes for this issue (#11). |
I am encountering the following error when attempting to run one of the eval scripts from the readme. I have run
sudo apt install liburdfdom-tools
andconda env create -n cosypose_SR --file environment.yaml
(though with./deps/bullet3
commented out due to the error mentioned in #2.The text was updated successfully, but these errors were encountered: