-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
39 lines (34 loc) · 1.59 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
<?xml version="1.0"?>
<package>
<name>ug_stereomatcher</name>
<version>1.0.0</version>
<description>The ug_stereomatcher ROS package consists of the University of Glasgow GPU stereo matcher, a node to compute point clouds from disparity maps, disparity maps display and a node to simulate stereo capture</description>
<author email="[email protected]">Tian Xu</author>
<author email="[email protected]">Paul Cockshott</author>
<author email="[email protected]">Gerardo Aragon-Camarasa</author>
<author email="[email protected]">Mozhgan Chimeh</author>
<author email="[email protected]">J. Paul Siebert</author>
<author>Susanne Oehler</author>
<maintainer email="[email protected]">Gerardo Aragon-Camarasa</maintainer>
<license>BSD</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>libopencv-dev</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>stereo_msgs</build_depend>
<run_depend>message_runtime</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>stereo_msgs</run_depend>
</package>