-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
37 lines (27 loc) · 1.43 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
<?xml version="1.0"?>
<package format="2">
<name>gazebo_world_library</name>
<version>0.0.0</version>
<description>Collection of assorted Gazebo world files (examples and test courses)</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<maintainer email="[email protected]">Joseph Coombe</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>TODO</license>
<!-- Url tags are optional, but multiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<url type="website">https://www.metamorphsoftware.com/</url>
<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintainers, but could be -->
<author email="[email protected]">Austin Tabulog</author>
<author email="[email protected]">Joseph Coombe</author>
<!-- The *depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>gazebo_ros</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<gazebo_ros gazebo_model_path="${prefix}/world/meshes"/>
<gazebo_ros gazebo_media_path="${prefix}/world/meshes"/>
<gazebo_ros gazebo_resource_path="${prefix}/world/meshes"/>
</export>
</package>