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 49aeb05 commit 3bd5bd3Copy full SHA for 3bd5bd3
package.xml
@@ -3,11 +3,13 @@
3
<package format="3">
4
<name>beginner_tutorials</name>
5
<version>0.0.0</version>
6
- <description>TODO: Package description</description>
+ <description>Examples of minimal publisher/subscriber using rclcpp</description>
7
<maintainer email="bchukkal@terpmail.umd.edu">bharadwaj</maintainer>
8
- <license>TODO: License declaration</license>
+ <license>Apache License 2.0</license>
9
10
<buildtool_depend>ament_cmake</buildtool_depend>
11
+ <depend>rclcpp</depend>
12
+ <depend>std_msgs</depend>
13
14
<test_depend>ament_lint_auto</test_depend>
15
<test_depend>ament_lint_common</test_depend>
0 commit comments