forked from facontidavide/PlotJuggler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
38 lines (29 loc) · 1.07 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
<?xml version="1.0"?>
<package format="3">
<name>plotjuggler</name>
<version>3.9.2</version>
<description>PlotJuggler: juggle with data</description>
<maintainer email="[email protected]">Davide Faconti</maintainer>
<license>MPL-2.0</license>
<url type="website">https://github.com/facontidavide/PlotJuggler</url>
<author email="[email protected]">Davide Faconti</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_index_cpp</depend>
<depend>rclcpp</depend>
<depend>fastcdr</depend>
<!-- Qt dependancies -->
<depend>qtbase5-dev</depend>
<depend>libqt5-svg-dev</depend>
<depend>libqt5-websockets-dev</depend>
<depend>libqt5-opengl-dev</depend>
<depend>libqt5x11extras5-dev</depend>
<!-- needed for backward_cpp -->
<depend>binutils</depend>
<depend>boost</depend>
<depend>libzmq3-dev</depend>
<depend>protobuf-dev</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type>ament_cmake</build_type>
</export>
</package>