-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (22 loc) · 955 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>laser_challenge_simulation</name>
<version>1.0.1</version>
<description>drone trials league sandbox pack</description>
<maintainer email="[email protected]">Augusto Vinicius F de sales</maintainer>
<maintainer email="[email protected]">Wagner D Garcia</maintainer>
<license>apache_license_2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>gazebo</depend>
<depend>gazebo_ros</depend>
<depend>mrs_gazebo_common_resources</depend>
<depend>rospy</depend>
<depend>gazebo_msgs</depend>
<export>
<!-- gazebo_ros_paths_plugin automatically adds these to
GAZEBO_PLUGIN_PATH and GAZEBO_MODEL_PATH when you do this export inside
the package.xml file. You can than use URIs of type model://my_package/stuff. -->
<gazebo_ros gazebo_media_path="${prefix}" />
<gazebo_ros gazebo_model_path="${prefix}/models" />
</export>
</package>