-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.xml
36 lines (30 loc) · 1.41 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
<?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>ardupilot_gazebo</name>
<version>0.0.0</version>
<description>Plugins and models for vehicle simulation in Gazebo Sim with ArduPilot SITL controllers</description>
<maintainer email="[email protected]">Rhys Mainwaring</maintainer>
<license>LGPL-3.0</license>
<author>Rhys Mainwaring</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rapidjson-dev</build_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>libgstreamer1.0-dev</build_depend>
<build_depend>libgstreamer-plugins-base1.0-dev</build_depend>
<build_depend>gstreamer1.0-plugins-bad</build_depend>
<build_depend>gstreamer1.0-libav</build_depend>
<build_depend>gstreamer1.0-gl</build_depend>
<!-- Harmonic (default) -->
<depend condition="$GZ_VERSION == harmonic">gz-cmake3</depend>
<depend condition="$GZ_VERSION == harmonic">gz-sim8</depend>
<depend condition="$GZ_VERSION == ''">gz-cmake3</depend>
<depend condition="$GZ_VERSION == ''">gz-sim8</depend>
<!-- Garden -->
<depend condition="$GZ_VERSION == garden">gz-cmake3</depend>
<depend condition="$GZ_VERSION == garden">gz-sim7</depend>
<test_depend>ament_lint_auto</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>