-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (23 loc) · 791 Bytes
/
package.xml
File metadata and controls
27 lines (23 loc) · 791 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>labelizer</name>
<version>0.1.2</version>
<description>
This package provides a simple GUI to label different images to allow to use them as training datas for machine learning algorithms.
</description>
<author email="florian.jordan@ipa.fraunhofer.de">Florian Jordan</author>
<maintainer email="florian.jordan@ipa.fraunhofer.de">Florian Jordan</maintainer>
<license>GPL 3.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>cv_bridge</depend>
<depend>libjsoncpp-dev</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>roslib</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_cpp</depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>