question on catkin_make clean
Hi, I am trying to build the ros wrapper for realsense by following the instructions in https://github.com/IntelRealSense/rea.... May I know that, if I do $catkin_make clean, will my catkin build space be cleared? (Because I have plenty packages in the build space). If yes, is there a way that I do $ catkin_make -DCATKIN_ENABLE_TESTING=False -DCMAKE_BUILD_TYPE=Release without clear my build space. Thank you for reading this pose, MingCheng
After cloning from got simply run catkin_make in catkin_ws. That should be enough to install realsense packages i guess.