This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
forked from ethz-ait/duo3d_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
51 lines (39 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package>
<name>duo3d_ros</name>
<version>0.9.9</version>
<description>The DUO3d ROS driver for both just a plain stereo camera driver, as well as a driver for disparity processing using the Dense3D DUO Library.</description>
<maintainer email="krgebis@gmail.com">Krystian Gebis (L0g1x)</maintainer>
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>GPLv3</license>
<url>http://www.ros.org/wiki/duo3d</url>
<url type="website">http://www.duo3d.com</url>
<author email="krgebis@gmail.com">Krystian Gebis (L0g1x)</author>
<!-- <build_depend>message_generation</build_depend> -->
<!-- <run_depend>message_runtime</run_depend> -->
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>message_runtime</run_depend>
<build_depend>vio_ros</build_depend>
<run_depend>vio_ros</run_depend>
<build_depend>ait_ros_messages</build_depend>
<run_depend>ait_ros_messages</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- You can specify that this package is a metapackage here: -->
<!-- <metapackage/> -->
<!-- Other tools can request additional information be placed here -->
</export>
</package>