기술 성공, 실패 기록소

How to build just one package using catkin_make? 본문

프로그래밍언어/ROS

How to build just one package using catkin_make?

sunlab 2021. 2. 10. 18:13
728x90

answers.ros.org/question/54178/how-to-build-just-one-package-using-catkin_make/

 

How to build just one package using catkin_make? - ROS Answers: Open Source Q&A Forum

The aforementioned answers are incorrect, --pkg still includes all packages as documented here which means if some untargeted package have unmet dependencies, the build will fail. CATKIN_WHITELIST_PACKAGE does not correctly build dependent packages of the

answers.ros.org

catkin_make --only-pkg-with-deps <target_package>

catkin_make -DCATKIN_WHITELIST_PACKAGES=""

'프로그래밍언어 > ROS' 카테고리의 다른 글

rospy subscriber - wait for new message on topic  (0) 2021.04.19
throttle  (0) 2021.04.13
init_node, anonymous = True  (0) 2021.01.28
how to use Float64MultiArray in python  (0) 2021.01.08
Frame's definition (/odom and /map)  (0) 2020.12.28