-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
30 lines (24 loc) · 1.02 KB
/
package.xml
File metadata and controls
30 lines (24 loc) · 1.02 KB
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
<package format="2">
<name>rqt_srv</name>
<version>2.0.0</version>
<description>A Python GUI plugin for introspecting available ROS service types.</description>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rqt_srv</url>
<url type="repository">https://github.com/ros-visualization/rqt_srv</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_srv/issues</url>
<author>Aaron Blasdel</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="mikeblautman@gmail.com">Michael Lautman</author>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_py</exec_depend>
<exec_depend>rqt_msg</exec_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_xmllint</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<architecture_independent/>
<rqt_gui plugin="${prefix}/plugin.xml"/>
<build_type>ament_python</build_type>
</export>
</package>