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
Hello ; Seems to be we have uninstall problem on octomap I was trying to rebuild for my ROS system and I just noticed there is a little problem on the delete so ; the error is
cd /home/thunderbirdtr/ros_build/octomap/build (manifest file in here and copy into the "octomap" folder according the cmake_uninstall file)
cp -r install_manifest.txt octomap/
and now "make uninstall" command line is working now.
I hope I can help a little bit
Thank you have nice day :)
The text was updated successfully, but these errors were encountered:
Indeed, the uninstall target is not working when compiling the complete project (octomap, octovis and dynamicEDT3D) but only for the octomap package in its own subdirectory. Should be fixed! Since the install_manifest.txt contains all filenames that shouldn't be too hard on the CMake level without manually copying files.
ahornung
changed the title
Uninstall problem
uninstall target for the complete project (all 3 package)
Jul 26, 2015
ahornung
changed the title
uninstall target for the complete project (all 3 package)
uninstall target for the complete project (all 3 packages)
Jul 26, 2015
Hello ; Seems to be we have uninstall problem on octomap I was trying to rebuild for my ROS system and I just noticed there is a little problem on the delete so ; the error is
All I did for solving this;
and now "make uninstall" command line is working now.
I hope I can help a little bit
Thank you have nice day :)
The text was updated successfully, but these errors were encountered: