How to modify/test source cIodes quickly?

asked 2017-01-22 18:58:08 -0500

YONG gravatar image

updated 2017-01-23 01:20:29 -0500

gvdhoorn gravatar image

After using ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release, I get a dev system for ROS.

I want to change some source code and test the local changes. For example I changed .cpp files in src/nodelet_core. How to build it quickly? ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release command will build all these files in src, is there any quick method to build nodelet_core only? And install the lib to correct path?

edit retag flag offensive close merge delete

Comments

You'll probably want to look into workspace overlaying.

gvdhoorn gravatar image gvdhoorn  ( 2017-01-23 01:20:42 -0500 )edit