You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: