How to Create a ROS2 new Package ?
I have an overlay workspace for ROS2 : ros_2_overlay_ws
which have the build
install
and the src
folders. Now i want to create a new package.
In ROS
, it could be created by sourcing the bash file and then catkin_create_package [package_name] [dependencies]
.
How can i use ament
to create a new package ? Is there also some command like ament_create_package
?