-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
29 lines (23 loc) · 850 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
<?xml version="1.0"?>
<package format="2">
<name>bluerov_sim</name>
<version>0.0.0</version>
<description>The simulation package</description>
<maintainer email="[email protected]">Thies Lennart Alff</maintainer>
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>gazebo_ros</depend>
<depend>gazebo_plugins</depend>
<depend>roscpp</depend>
<depend>python-pygame</depend>
<depend>std_msgs</depend>
<depend>range_sensor</depend>
<!-- <exec_depend>gazebo_ros</exec_depend> -->
<!-- The export tag contains other, unspecified, tags -->
<export>
<gazebo plugin_path="${prefix}/lib" />
<gazebo_ros gazebo_model_path="${prefix}/models" />
</export>
</package>