-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (23 loc) · 780 Bytes
/
package.xml
File metadata and controls
27 lines (23 loc) · 780 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
25
26
27
<?xml version="1.0"?>
<package format="2">
<name>gz-physics</name>
<version>9.1.0</version>
<description>Gazebo Physics : Physics classes and functions for robot applications</description>
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/gazebosim/gz-physics</url>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>gz-cmake</build_depend>
<depend>benchmark</depend>
<depend>bullet</depend>
<depend>DART</depend>
<depend>eigen</depend>
<depend>gz-common</depend>
<depend>gz-math</depend>
<depend>gz-plugin</depend>
<depend>gz-utils</depend>
<depend>sdformat</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>