Skip to content

ImportError: liburdfdom_model.so.1.0: cannot open shared object file: No such file or directory #10

Description

@swtyree

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 and conda env create -n cosypose_SR --file environment.yaml (though with ./deps/bullet3 commented out due to the error mentioned in #2.

$ python -m cosypose.scripts.run_cosypose_eval --config tless-siso
Setting OMP and MKL num threads to 1.
Traceback (most recent call last):
  File "/home/big_white/miniconda3/envs/cosypose_SR/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/home/big_white/miniconda3/envs/cosypose_SR/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/big_white/code/cosypose_SR/cosypose/scripts/run_cosypose_eval.py", line 20, in <module>
    from cosypose.lib3d import Transform
  File "/home/big_white/code/cosypose_SR/cosypose/lib3d/__init__.py", line 1, in <module>
    from .transform import Transform, parse_pose_args
  File "/home/big_white/code/cosypose_SR/cosypose/lib3d/transform.py", line 2, in <module>
    import pinocchio as pin
  File "/home/big_white/miniconda3/envs/cosypose_SR/lib/python3.7/site-packages/pinocchio/__init__.py", line 6, in <module>
    from .robot_wrapper import RobotWrapper
  File "/home/big_white/miniconda3/envs/cosypose_SR/lib/python3.7/site-packages/pinocchio/robot_wrapper.py", line 5, in <module>
    from . import libpinocchio_pywrap as pin
ImportError: liburdfdom_model.so.1.0: cannot open shared object file: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions