forked from RaymondCM/topic_compression
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
40 lines (35 loc) · 1.29 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
34
35
36
37
38
39
40
<?xml version="1.0"?>
<!--
~ Raymond Kirk (Tunstill) Copyright (c) 2021
~ Email: [email protected]
-->
<package format="2">
<name>topic_compression</name>
<version>0.0.4</version>
<description>
The topic_compression package.
Used for compressing common ROS topic messages.
</description>
<maintainer email="[email protected]">Raymond Kirk</maintainer>
<maintainer email="[email protected]">Raymond Tunstill</maintainer>
<url type="repository">https://github.com/RaymondKirk/topic_compression</url>
<license>GNU GPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>pybind11_catkin</build_depend>
<!-- Core dependencies -->
<exec_depend>roscpp</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>image_transport</exec_depend>
<exec_depend>pybind11_catkin</exec_depend>
</package>