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

Store codegen result for python code in build folder #206

Open
Flova opened this issue Jun 14, 2024 · 1 comment
Open

Store codegen result for python code in build folder #206

Flova opened this issue Jun 14, 2024 · 1 comment

Comments

@Flova
Copy link

Flova commented Jun 14, 2024

Building a setup.py based setup results in code being generated in the source folder.

A cleaner approach would be probably to store this not in the src directory. This would also be more consistent with the way the cpp package is build.

Are there any non-obvious issues preventing this behavior?

@pac48
Copy link
Collaborator

pac48 commented Nov 15, 2024

Are you building with colcon and symlink-install? In that case, the generated code is symlinked to the src directory by colcon and I’m not sure if there is a way around that.

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