-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.xml
30 lines (23 loc) · 900 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 format="3">
<name>gazebo_terrain</name>
<version>0.0.0</version>
<description>
A simple automatic terrain model generator for Gazebo
</description>
<maintainer email="[email protected]">Matthew Verbryke</maintainer>
<license file="LICENSE">BSD</license>
<url type="website">https://github.com/MatthewVerbryke/gazebo_terrain</url>
<author email="[email protected]">Matthew Verbryke</author>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>python3-rospkg</exec_depend>
<exec_depend>python3-pil</exec_depend>
<exec_depend>python3-pil.imagetk</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>gazebo_ros_pkgs</exec_depend>
<export>
<gazebo_ros gazebo_model_path="${prefix}/models"/>
<gazebo_ros gazebo_media_path="${prefix}/models"/>
</export>
</package>