Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple package names with catkin_make --pkg #504

Closed
meyerj opened this issue Sep 6, 2013 · 1 comment
Closed

Support multiple package names with catkin_make --pkg #504

meyerj opened this issue Sep 6, 2013 · 1 comment
Assignees

Comments

@meyerj
Copy link
Contributor

meyerj commented Sep 6, 2013

Would it be easily possible to extend the catkin_make --pkg command to support building multiple packages at once?

I am using a rosbuild workspace that overlays a catkin devel-space. In the meantime, there are quite a number of packages in the catkin workspace. I would like to be able to run something like

cd $MY_CATKIN_WORKSPACE &&
  catkin_make --pkg `rospack depends my_rosbuild_package`

just to get the idea. Of course in this simple use case catkin_make would have to ignore package names that are not part of the catkin workspace.

@wjwwood
Copy link
Member

wjwwood commented Sep 6, 2013

Not to invalidate this suggestion, but you should consider breaking up your workspaces if you find yourself needing to cherry pick packages to build in order to save time.

I'm not sure what technical road blocks there are, if any, for this feature, @dirk-thomas can likely comment to that.

@ghost ghost assigned dirk-thomas Sep 13, 2013
dirk-thomas added a commit that referenced this issue Sep 13, 2013
support multilple package name for catkin_make --pkg (fix #504)
cwecht pushed a commit to cwecht/catkin that referenced this issue Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants