-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.xml
28 lines (24 loc) · 993 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>rqt_multiplot</name>
<version>0.0.35</version>
<description>rqt_multiplot provides a GUI plugin for visualizing numeric values in multiple 2D plots using the Qwt plotting backend.</description>
<author email="[email protected]">Ralf Kaestner</author>
<maintainer email="[email protected]">Samuel Bachmann</maintainer>
<maintainer email="[email protected]">Philipp Leemann</maintainer>
<license>GNU Lesser General Public License (LGPL)</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>rosbag</depend>
<depend>roscpp</depend>
<depend>rqt_gui</depend>
<depend>rqt_gui_cpp</depend>
<depend>variant_topic_tools</depend>
<depend>libqwt-qt5-dev</depend>
<depend>qtbase5-dev</depend>
<test_depend>gtest</test_depend>
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<export>
<architecture_independent/>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>