Closed
Description
Hi, thank you for the usefull library.
I am currently working on a ROS 2 package that uses both C++ and Python codes.
I have a node written in Python, so I want to use the generate_parameter_module
instead of generate_parameter_library
.
Is there a way to use it through ament_cmake_python
?