forked from ros-visualization/rqt_image_view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (29 loc) · 1.25 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
33
34
35
<package>
<name>rqt_image_view</name>
<version>0.4.13</version>
<description>rqt_image_view provides a GUI plugin for displaying images using image_transport.</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<maintainer email="[email protected]">Aaron Blasdel</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rqt_image_view</url>
<url type="repository">https://github.com/ros-visualization/rqt_image_view</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_image_view/issues</url>
<author>Dirk Thomas</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>rqt_gui</build_depend>
<build_depend>rqt_gui_cpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>rqt_gui</run_depend>
<run_depend>rqt_gui_cpp</run_depend>
<run_depend>sensor_msgs</run_depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>