-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
94 lines (88 loc) · 3.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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_sim_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.0</version>
<description>
Vendor package for: gz-sim9 9.0.0
Gazebo Sim : A Robotic Simulator
</description>
<maintainer email="[email protected]">Addisu Z. Taddese</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-sim</url>
<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>
<build_depend>benchmark</build_depend>
<build_depend>glut</build_depend>
<build_depend>libfreeimage-dev</build_depend>
<build_depend>libglew-dev</build_depend>
<build_depend>libxi-dev</build_depend>
<build_depend>libxmu-dev</build_depend>
<build_depend>protobuf-dev</build_depend>
<build_depend>pybind11-dev</build_depend>
<build_depend>qml-module-qt-labs-folderlistmodel</build_depend>
<build_depend>qml-module-qt-labs-settings</build_depend>
<build_depend>qml-module-qtgraphicaleffects</build_depend>
<build_depend>qml-module-qtquick-controls2</build_depend>
<build_depend>qml-module-qtquick-controls</build_depend>
<build_depend>qml-module-qtquick-dialogs</build_depend>
<build_depend>qml-module-qtquick-layouts</build_depend>
<build_depend>qml-module-qtquick2</build_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>qtdeclarative5-dev</build_depend>
<build_depend>tinyxml2</build_depend>
<build_depend>uuid</build_depend>
<exec_depend>benchmark</exec_depend>
<exec_depend>glut</exec_depend>
<exec_depend>libfreeimage-dev</exec_depend>
<exec_depend>libglew-dev</exec_depend>
<exec_depend>libxi-dev</exec_depend>
<exec_depend>libxmu-dev</exec_depend>
<exec_depend>protobuf-dev</exec_depend>
<exec_depend>pybind11-dev</exec_depend>
<exec_depend>qml-module-qt-labs-folderlistmodel</exec_depend>
<exec_depend>qml-module-qt-labs-settings</exec_depend>
<exec_depend>qml-module-qtgraphicaleffects</exec_depend>
<exec_depend>qml-module-qtquick-controls2</exec_depend>
<exec_depend>qml-module-qtquick-controls</exec_depend>
<exec_depend>qml-module-qtquick-dialogs</exec_depend>
<exec_depend>qml-module-qtquick-layouts</exec_depend>
<exec_depend>qml-module-qtquick2</exec_depend>
<exec_depend>qtbase5-dev</exec_depend>
<exec_depend>qtdeclarative5-dev</exec_depend>
<exec_depend>tinyxml2</exec_depend>
<exec_depend>uuid</exec_depend>
<test_depend>xvfb</test_depend>
<test_depend>python3-pytest</test_depend>
<depend>gz_cmake_vendor</depend>
<depend>gz_common_vendor</depend>
<depend>gz_fuel_tools_vendor</depend>
<depend>gz_gui_vendor</depend>
<depend>gz_math_vendor</depend>
<depend>gz_msgs_vendor</depend>
<depend>gz_physics_vendor</depend>
<depend>gz_plugin_vendor</depend>
<depend>gz_rendering_vendor</depend>
<depend>gz_sensors_vendor</depend>
<depend>gz_tools_vendor</depend>
<depend>gz_transport_vendor</depend>
<depend>gz_utils_vendor</depend>
<depend>sdformat_vendor</depend>
<!-- Depend on the package we are vendoring to allow building it from source -->
<depend condition="$GZ_BUILD_FROM_SOURCE != ''">gz-sim9</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>