forked from ifm/ifm3d-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (26 loc) · 876 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>ifm3d</name>
<version>0.6.2</version>
<description>ifm pmd-based 3D ToF Camera ROS package</description>
<maintainer email="[email protected]">Sean Kelly</maintainer>
<license>Apache 2</license>
<author email="[email protected]">Tom Panzarella</author>
<url type="repository">https://github.com/lovepark/ifm3d-ros</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rostest</build_depend>
<depend>ifm3d_core</depend>
<depend>rospy</depend>
<depend>image_transport</depend>
<depend>pcl_ros</depend>
<depend>cv_bridge</depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>message_generation</depend>
<export>
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
</package>