ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to compile single package in catkin_ws?

asked 2018-04-04 20:55:49 -0500

malgudi gravatar image

In the src folder I have many packages. How to compile a single package using catkin_make command??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-04-05 00:14:42 -0500

jayess gravatar image

updated 2018-04-05 00:15:31 -0500

Please see @fivef's answer in #q54178. This is the first result when I perform a search with Google using your title as the search term:

https://www.google.com/search?q=How+t...

catkin_make --pkg <package-name>

For example, building a package named turtlebot

catkin_make --pkg turtlebot
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-04-04 20:55:49 -0500

Seen: 257 times

Last updated: Apr 05 '18