Ubuntu 16.04 catkin_make 常见操作
阅读原文时间:2022年06月30日阅读:2

参考博客:https://answers.ros.org/question/54178/how-to-build-just-one-package-using-catkin_make/

1. catkin_make 构建单个包

catkin_make --only-pkg-with-deps

构建单个包完成之后可以使用如下指令恢复构建全部包的状态

catkin_make -DCATKIN_WHITELIST_PACKAGES=""

2. 另外一种更好的方式是使用Catkin-Tools

sudo apt-get install python-catkin-tools

2.1构建单个包

catkin build

2.2可以再包的根目录下构建当前包

catkin build --this

  

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器