-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.xml
More file actions
20 lines (18 loc) · 851 Bytes
/
package.xml
File metadata and controls
20 lines (18 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package format="2">
<name>warehouse</name>
<version>0.1.0</version>
<description>The simData package with warehouse models</description>
<maintainer email="acmiyaguchi@gatech.edu" />
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>gazebo_ros</build_depend>
<exec_depend>gazebo_ros</exec_depend>
<export>
<!-- https://answers.gazebosim.org/question/6568/uri-paths-to-packages-in-the-sdf-model-file/?answer=7664#post-id-7664 -->
<!-- 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_plugin_path="${prefix}/lib" gazebo_model_path="${prefix}/models" />
</export>
</package>