forked from facontidavide/PlotJuggler
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.xml
41 lines (33 loc) · 1.47 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"?>
<package format="3">
<name>plotjuggler</name>
<version>3.6.1</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 condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend condition="$ROS_VERSION == 1">roslib</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 2">fastcdr</depend>
<!-- common dependancies -->
<depend>qtbase5-dev</depend>
<depend>libqt5-svg-dev</depend>
<depend>libqt5-websockets-dev</depend>
<depend>libqt5-opengl-dev</depend>
<depend>libqt5x11extras5-dev</depend>
<depend>binutils</depend>
<depend>boost</depend>
<depend>libzmq3-dev</depend>
<depend>lz4</depend>
<depend>libzstd-dev</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>