forked from ctu-vras/point_cloud_transport_plugins
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
33 lines (26 loc) · 1.08 KB
/
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
26
27
28
29
30
31
32
33
<package format="3">
<name>zstd_point_cloud_transport</name>
<version>5.0.1</version>
<description>
zstd_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds
encoded with lib
</description>
<author>Alejandro Hernandez Cordero</author>
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/ctu-vras/draco_point_cloud_transport</url>
<url type="website">https://wiki.ros.org/draco_point_cloud_transport</url>
<url type="bugtracker">https://github.com/ctu-vras/draco_point_cloud_transport/issues</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>pluginlib</build_depend>
<exec_depend>pluginlib</exec_depend>
<depend>point_cloud_interfaces</depend>
<depend>point_cloud_transport</depend>
<depend>rclcpp</depend>
<depend>libzstd-dev</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>