-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
41 lines (35 loc) · 1.55 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"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<!-- This file is automatically generated. Do not modify! -->
<package format="3">
<name>gz_utils_vendor</name>
<!--
Note on package versioning:
This version only represents the version of the vendor package, not the
version of the underlying/vendored package (See <description> for that).
To avoid any confusion with the version of the vendor package, the major
version here will always be 0.
-->
<version>0.2.1</version>
<description>
Vendor package for: gz-utils3 3.1.0
Gazebo Utils : Classes and functions for robot applications
</description>
<maintainer email="[email protected]">Addisu Z. Taddese</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-utils</url>
<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>
<buildtool_depend>cmake</buildtool_depend>
<depend>gz_cmake_vendor</depend>
<depend>spdlog_vendor</depend>
<!-- Depend on the package we are vendoring to allow building it from source -->
<depend condition="$GZ_BUILD_FROM_SOURCE != ''">gz-utils3</depend>
<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>