-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.xml
30 lines (23 loc) · 1.08 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
<?xml version="1.0"?>
<package format="2">
<name>ros_img_processor</name>
<version>0.0.0</version>
<description>
Just a simple template node receivng an image and doing something. Links to OpenCV and ROS wrapped.
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Andreu Corominas Murtra</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>BSD</license>
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
<url type="website">https://github.com/beta-robots/ros_img_processor</url>
<!-- Author tags are optional, mutiple are allowed, one per tag -->
<author email="[email protected]">Andreu Corominas Murtra</author>
<!-- The *_depend tags are used to specify dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>image_transport</depend>
<depend>cv_bridge</depend>
<depend>visualization_msgs</depend>
</package>