-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
32 lines (32 loc) · 1.05 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
<?xml version="1.0"?>
<package format="2">
<name>sick_visionary_ros</name>
<version>1.1.2</version>
<description>Open source drivers for the SICK Visionary-S 3D camera and Visionary-T Mini 3D-ToF camera.</description>
<license>Unlicense</license>
<maintainer email="[email protected]">SICK AG TechSupport 3D Snapshot</maintainer>
<author email="[email protected]">SICK AG TechSupport 3D Snapshot</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>libpcl-all-dev</depend>
<depend>pcl_conversions</depend>
<depend>pcl_ros</depend>
<depend>cv_bridge</depend>
<depend>diagnostic_updater</depend>
<depend>image_transport</depend>
<depend>roscpp</depend>
<depend>roslaunch</depend>
<depend>sensor_msgs</depend>
<export>
<rosindex>
<tags>
<tag>SICK</tag>
<tag>Visionary-S</tag>
<tag>Visionary-T Mini</tag>
<tag>3D snapshot</tag>
<tag>3D vision</tag>
<tag>stereo</tag>
<tag>time-of-flight</tag>
</tags>
</rosindex>
</export>
</package>