Feature request
Feature description
ROS2 CLI allows creating packages for cmake, ament_cmake, ament_python. Considering there isn't a complete example in the documentation for ament_cmake_python , it would be helpful to support generating one for users.
Implementation considerations
Follow best practices for using ament.
Supply a working example with both C++ and python code.
Ensure dependencies are exported correctly.
Feature request
Feature description
ROS2 CLI allows creating packages for
cmake,ament_cmake,ament_python. Considering there isn't a complete example in the documentation for ament_cmake_python , it would be helpful to support generating one for users.Implementation considerations
Follow best practices for using ament.
Supply a working example with both C++ and python code.
Ensure dependencies are exported correctly.