Why does not catkin_make work?
I have two versions of src file in the package under the workspace. I ran one and named the other src2 (CmakeList.txt compiles the source file in src directory). Then I want to run the other version files, so src is renamed to src1 and src2 is renamed to src, and I ran catkin_make
in the workspace, but there is no new file generated and when I start the node, it' s still the old one.
It's so weird. Can someone explain it?