forked from paplhjak/point_cloud_transport_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
25 lines (22 loc) · 929 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<package format="3">
<name>point_cloud_transport_tutorial</name>
<version>1.0.0</version>
<description>Tutorial for point_cloud_transport.</description>
<author>Jakub Paplham</author>
<maintainer email="[email protected]">Martin Pecka</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cras_cpp_common</build_depend>
<build_depend>point_cloud_transport</build_depend>
<build_depend>rosbag</build_depend>
<build_depend>rosgraph_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>topic_tools</build_depend>
<exec_depend>cras_cpp_common</exec_depend>
<exec_depend>draco_point_cloud_transport</exec_depend>
<exec_depend>point_cloud_transport</exec_depend>
<exec_depend>rosbag</exec_depend>
<exec_depend>rosgraph_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>topic_tools</exec_depend>
</package>