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

Generated Python code not installed if catkin_python_setup() was used. #10

Closed
hershwg opened this issue Oct 16, 2012 · 1 comment
Closed
Assignees

Comments

@hershwg
Copy link
Member

hershwg commented Oct 16, 2012

If catkin_python_setup() is used in a CMakeLists.txt file, genmsg's cmake code will avoid installing generated python message code.

The "tf" package does exactly this, because it has both message definitions and python code which needs to be installed. I have worked around it with some hand-coded install() calls in the CMakeLists.txt file, but it surprises me that this does not just do the right thing automatically.

@ghost ghost assigned dirk-thomas Oct 16, 2012
@dirk-thomas
Copy link
Member

fixed in 6a87eb9

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