Closed Chamango90 closed 5 years ago
Please try a full apt upgrade
. Probaly you have an old version of kinematics_base installed and are missing the recent kinematics_base.so?
From your error message:
libmoveit_kinematics_base.so.0.9.15: cannot open shared object file: No such file or directory
If you install new packages you should always apt update && apt upgrade
first. (SONAMES and ABI compatibility...)
Thank you for your quick answer. You are right, the upgrade solved the issue.
Commit
current (3e8b31e)
Steps to reproduce
Expected behavior
Simulated robot with MoveIt functionality.
Observed behavior
MoveIt fails and one does e.g. not get the interactive marker.
Logfiles
It does work if I build the package
prbt_ikfast_manipulator_plugin
from source. I would imagine that an installation step is missing for thelibprbt_manipulator_moveit_ikfast_plugin.so
.