When I set up my package with ament_cmake_auto like this:
ament_auto_find_build_dependencies()
ament_auto_generate_code()
ament_auto_package()
and build the package, the build succeeds but the install folder contains no header or source files. Here is a minimal example to reproduce it. Is there an option to one of these functions that I'm missing? I know there is no documentation, but in the case of ament_auto_generate_code I'm not even sure where the source code lives.