catkin_make clean [closed]
Is there a way to clean a certain package with catkin_make?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Is there a way to clean a certain package with catkin_make?
The best way to do that is to delete the build folder for the package. Usually that is build/<package_name>
. However, the package places generated files in the devel
folder, and those are not as easily cleared out because they are mixed in with the generated files from other packages. The most sure fire way is to delete the devel
folder and the build
folder, but deleting just the build/<package_name>
folder and the devel
folder might still work and be faster.
Asked: 2014-03-11 10:55:43 -0600
Seen: 18,402 times
Last updated: Mar 11 '14
Catkin_make complains about non-existing CMakeLists.txt
catkin_make failed: must be invoked in the root of workspace.
Multiple Cores running in rostest
Porting Qt packages from Kinetic to Melodic
catkin_make only working with -j1 option, giving compile error otherwise?
Running Junit tests in Rosjava using Catkin