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

specifying custom path in "catkin list" #679

Closed
ptiza-v-nebe opened this issue Apr 20, 2021 · 2 comments
Closed

specifying custom path in "catkin list" #679

ptiza-v-nebe opened this issue Apr 20, 2021 · 2 comments

Comments

@ptiza-v-nebe
Copy link

System Info

Expected Behavior

As in the documentation stated by issuing following command, a all nodes inside of a specific directory will be build. (in this case a metapackage)

catkin build $(catkin list -u ./src/my_metapackage/)

Actual Behavior

The command:

catkin list -u ./src/my_metapackage

does not recognize additional path argument

catkin: error: unrecognized arguments: ./src/my_metapackage/

Suggestion

Making it simpler to build a metapackage by doing just:

catkin build my_metapackage

Thank you!

@timonegk
Copy link
Member

The problem is that you have to use -d before the directory.
This issue is a duplicate of #571, the documentation is already updated upstream but not deployed, sorry.

@ptiza-v-nebe
Copy link
Author

thanks!

The suggestion with metapackage was actually unneccesary as this is already normal functionality. I was just missing few <exec_depend>packagename</exec_depend> in the metapackage package.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants