-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (21 loc) · 711 Bytes
/
package.xml
File metadata and controls
31 lines (21 loc) · 711 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
28
29
30
<package>
<name>benchmark_gazebo</name>
<version>0.1.0</version>
<description>
Benchmark tests using gazebo.
</description>
<license>Apache2</license>
<author>Open Source Robotics Foundation</author>
<maintainer email="scpeters@osrfoundation.org">Steve Peters</maintainer>
<url>http://github.com/scpeters/benchmark</url>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<run_depend>catkin</run_depend>
<build_depend>Gazebo</build_depend>
<run_depend>Gazebo</run_depend>
<build_depend>libgazebo6-dev</build_depend>
<run_depend>libgazebo6</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>