-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.xml
24 lines (18 loc) · 892 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
<?xml version="1.0"?>
<package format="3">
<name>plotjuggler_apbin_plugins</name>
<version>0.1.0</version>
<description>PlotJuggler ArduPilot Bin plugins</description>
<maintainer email="pierre.kancir.emn@gmail.com">Pierre KANCIR</maintainer>
<license>LGPLv3</license>
<url type="website">https://github.com/PlotJuggler/plotjuggler-apbin-plugins</url>
<author email="pierre.kancir.emn@gmail.com">Pierre KANCIR</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>