You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to import dartpy in Python fails with a dynamic linking error when DART is linked against the version of FCL distributed with ROS:
ImportError: libfcl.so: cannot open shared object file: No such file or directory
I think this occurs because /opt/ros/indigo is not in the default library search path and DART (or DartPy's) rpath is not correctly set. @psigen any ideas?
The text was updated successfully, but these errors were encountered:
Trying to
import dartpy
in Python fails with a dynamic linking error when DART is linked against the version of FCL distributed with ROS:I think this occurs because
/opt/ros/indigo
is not in the default library search path and DART (or DartPy's)rpath
is not correctly set. @psigen any ideas?The text was updated successfully, but these errors were encountered: