PickNikRobotics / generate_parameter_library

Declarative ROS 2 Parameters
BSD 3-Clause "New" or "Revised" License
240 stars 45 forks source link

Store codegen result for python code in build folder #206

Open Flova opened 4 months ago

Flova commented 4 months ago

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?