Skip to content

Commit c90433b

Browse files
added dependencies and description
1 parent 09a7e1f commit c90433b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
<package format="3">
44
<name>beginner_tutorials</name>
55
<version>0.0.0</version>
6-
<description>Examples of minimal publisher/subscriber using rclcpp</description>
6+
<description>Implementation of tf2, unit testing and ros bag</description>
77
<maintainer email="bchukkal@terpmail.umd.edu">bharadwaj</maintainer>
88
<license>Apache License 2.0</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
1111
<depend>rclcpp</depend>
1212
<depend>std_msgs</depend>
13-
<depend>example_interfaces</depend>
13+
<depend>tf2</depend>
14+
<depend>tf2_ros</depend>
15+
<build_depend>rosidl_default_generators</build_depend>
16+
<exec_depend>rosidl_default_runtime</exec_depend>
17+
<exec_depend>ros2launch</exec_depend>
18+
<member_of_group>rosidl_interface_packages</member_of_group>
1419

1520
<test_depend>ament_lint_auto</test_depend>
1621
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)