-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (27 loc) · 1.13 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
<?xml version="1.0"?>
<package format="3">
<name>fog_gazebo_resources</name>
<version>0.0.0</version>
<description>This package contains common gazebo files (worlds, models and plugins) for the fog UAV system.</description>
<author email="[email protected]">Vojtech Spurny</author>
<maintainer email="[email protected]">Vojtech Spurny</maintainer>
<license>BSD 3-Clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>protobuf-dev</build_depend>
<depend>gazebo</depend>
<depend>gazebo_ros</depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<export>
<build_type>ament_cmake</build_type>
<!-- 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_model_path="${prefix}/models"/>
<gazebo_ros gazebo_media_path="${prefix}"/>
<gazebo_ros plugin_path="${prefix}/lib"/>
</export>
</package>