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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: