forked from freefloating-gazebo/freefloating_gazebo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (24 loc) · 1001 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
27
28
29
30
<?xml version="1.0"?>
<package>
<name>freefloating_gazebo</name>
<version>1.0.0</version>
<description>A plugin to simulate underwater vehicles in Gazebo and visualise with UWsim.</description>
<maintainer email="[email protected]">Olivier Kermorgant</maintainer>
<license>BSD</license>
<url type="website">https://github.com/freefloating-gazebo/freefloating_gazebo</url>
<author>Olivier Kermorgant</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>urdf</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>control_toolbox</build_depend>
<build_depend>rostime</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>rostime</run_depend>
<run_depend>control_toolbox</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>urdf</run_depend>
<run_depend>message_runtime</run_depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" />
</export>
</package>