We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fb09d commit 7d4c713Copy full SHA for 7d4c713
examples/your_package_name/package.xml
@@ -0,0 +1,14 @@
1
+<package format="3">
2
+ <name>your_project_name</name>
3
+ <version>0.0.0</version>
4
+ <description>TODO: Package description. Seriously. Please make a Package description. We all will thank for it.</description>
5
+ <maintainer email="user@todo.todo">user</maintainer>
6
+ <license>TODO: License declaration. Licenses are Great. Please add a Licence</license>
7
+
8
+ <depend>rclrs</depend>
9
+ <depend>std_msgs</depend>
10
11
+ <export>
12
+ <build_type>ament_cargo</build_type>
13
+ </export>
14
+</package>
0 commit comments