參考博客:https://answers.ros.org/question/54178/how-to-build-just-one-package-using-catkin_make/html
1. catkin_make 構建單個包python
catkin_make --only-pkg-with-deps <target_package>
構建單個包完成以後可使用以下指令恢復構建所有包的狀態ui
catkin_make -DCATKIN_WHITELIST_PACKAGES=""
2. 另一種更好的方式是使用Catkin-Toolsthis
sudo apt-get install python-catkin-tools
2.1構建單個包htm
catkin build <target_package>
2.2能夠再包的根目錄下構建當前包blog
catkin build --this