forked from eProsima/fastdds-visualizer-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
41 lines (29 loc) · 1.27 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
38
39
40
41
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastdds_visualizer_plugin</name>
<version>1.0.0</version>
<description>Fast DDS Visualizer Plugin for PlotJuggler</description>
<maintainer email="support@eProsima.comm">eProsima Support</maintainer>
<maintainer email="javierparis@eprosima.com">Javier Paris</maintainer>
<license file="LICENSE">GPLv3</license>
<url type="website">https://www.eprosima.com/</url>
<url type="bugtracker">https://github.com/eProsima/fastdds-visualizer-plugin/issues</url>
<url type="repository">https://github.com/eProsima/fastdds-visualizer-plugin</url>
<author email="javierparis@eprosima.com">Javier Paris</author>
<buildtool_depend>cmake</buildtool_depend>
<!-- Fast DDS dependencies -->
<depend>fastcdr</depend>
<depend>fastrtps</depend>
<!-- Plotjuggler -->
<depend>plotjuggler</depend>
<!-- common dependancies -->
<depend>qtbase5-dev</depend>
<depend>binutils</depend>
<depend>libqt5-svg-dev</depend>
<depend>libqt5-websockets-dev</depend>
<depend>boost</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>