forked from wavelab/ximea_ros_cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (32 loc) · 1003 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
34
35
36
<?xml version="1.0"?>
<package format="2">
<!-- package information -->
<name>ximea_ros_cam</name>
<version>1.0.0</version>
<description>Ximea ROS Camera</description>
<!-- authour information -->
<author>Carlos Wang</author>
<license>MIT</license>
<maintainer
email="[email protected]">
Carlos Wang
</maintainer>
<!-- build tool information -->
<buildtool_depend>catkin</buildtool_depend>
<!-- depends -->
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>nodelet</depend>
<depend>sensor_msgs</depend>
<depend>image_transport</depend>
<depend>camera_info_manager</depend>
<depend>std_msgs</depend>
<depend>libopencv-dev</depend>
<depend>message_generation</depend>
<depend>diagnostic_updater</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- nodelet plugin -->
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
</package>