Skip to content

Commit 3bd5bd3

Browse files
license and package description updated
1 parent 49aeb05 commit 3bd5bd3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
<package format="3">
44
<name>beginner_tutorials</name>
55
<version>0.0.0</version>
6-
<description>TODO: Package description</description>
6+
<description>Examples of minimal publisher/subscriber using rclcpp</description>
77
<maintainer email="bchukkal@terpmail.umd.edu">bharadwaj</maintainer>
8-
<license>TODO: License declaration</license>
8+
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11+
<depend>rclcpp</depend>
12+
<depend>std_msgs</depend>
1113

1214
<test_depend>ament_lint_auto</test_depend>
1315
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)