-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·27 lines (21 loc) · 843 Bytes
/
package.xml
File metadata and controls
executable file
·27 lines (21 loc) · 843 Bytes
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
<?xml version="1.0"?>
<package format="3">
<name>zed_cpu</name>
<version>1.0.0</version>
<description>Package for ZED cameras running on CPU</description>
<author email="rafal.gorecki@husarion.com">Rafał Górecki</author>
<maintainer email="support@husarion.com">Husarion</maintainer>
<url type="website">https://husarion.com/</url>
<url type="repository">https://github.com/husarion/zed_cpu</url>
<url type="bugtracker">https://github.com/husarion/zed_cpu/issues</url>
<license>Apache License 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<depend>libhidapi-dev</depend>
<depend>libopencv-dev</depend>
<depend>libusb-1.0-dev</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>roscpp</depend>
</package>