-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (18 loc) · 883 Bytes
/
package.xml
File metadata and controls
24 lines (18 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="3">
<name>plotjuggler_sample_plugins</name>
<version>0.1.0</version>
<description>PlotJuggler sample plugins</description>
<maintainer email="davide.faconti@gmail.com">Davide Faconti</maintainer>
<license>LGPLv3</license>
<url type="website">https://github.com/PlotJuggler/plotjuggler-sample-plugins</url>
<author email="davide.faconti@gmail.com">Davide Faconti</author>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend>plotjuggler</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>