-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.xml
37 lines (30 loc) · 1.36 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
36
37
<package format="2">
<name>rqt_publisher</name>
<version>1.8.0</version>
<description>rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/rqt_publisher</url>
<url type="repository">https://github.com/ros-visualization/rqt_publisher</url>
<url type="bugtracker">https://github.com/ros-visualization/rqt_publisher/issues</url>
<author email="[email protected]">Dirk Thomas</author>
<author>Dorian Scholz</author>
<exec_depend>ament_index_python</exec_depend>
<exec_depend version_gte="0.2.19">python_qt_binding</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>qt_gui_py_common</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>rosidl_runtime_py</exec_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_py</exec_depend>
<exec_depend>rqt_py_common</exec_depend>
<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>ament_xmllint</test_depend>
<test_depend>python3-pytest</test_depend>
<export>
<rqt_gui plugin="${prefix}/plugin.xml"/>
<build_type>ament_python</build_type>
</export>
</package>