-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
29 lines (22 loc) · 1.03 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
<?xml version="1.0"?>
<package format="2">
<name>gazebo_cave_world</name>
<version>1.0.0</version>
<description>Cave environment is made by using both DARPA provided tiles and custom made 3D models</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Anton Koval</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>MIT</license>
<url type="website">https://github.com/LTU-CEG/gazebo_cave_world</url>
<url type="bugtracker">https://github.com/LTU-CEG/gazebo_cave_world/issues</url>
<author email="[email protected]">Anton Koval</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>gazebo</depend>
<depend>gazebo_plugins</depend>
<depend>gazebo_ros</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<gazebo_ros gazebo_model_path="${prefix}/worlds/models"/>
</export>
</package>