libmoveit_warehouse.so.0.9.16 cannt be founden
hello, i have updated my moveit package,because ros kinetic released the ros-kinetic-moveit 0.9.17, sothat libmoveit_warehouse.so.0.9.16 is updated into version 0.9.17. when i rosrun my own old node,that used movegroup to move robot in rviz,the error happened:libmoveit_warehouse.so.0.9.16 cannt be founden, i donnt know how to fix this problem, what do i need to change in my workspace? thank you in advance!
have you rebuilt your workspace? Every time you update packages from ROS you must rebuilt your workspace.
Do a complete clean and then rebuild.
i have tried this, but it cannot work, when i rebuilt my workspace, it always can not find libmoveit_warehouse.so.0.9.16 and another moveit.so files
just making sure: you did
rm -rf build/ devel/
in your Catkin workspace and/or rancatkin clean -y
before trying tocatkin_make
orcatkin build
. Correct?