forked from larics/uav_frontier_exploration_3d
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
47 lines (37 loc) · 1.28 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
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<package format="2">
<name>uav_frontier_exploration_3d</name>
<version>1.0.0</version>
<description>A ROS package that implements a 3d exploration algorithm.</description>
<author>Ana Batinovic</author>
<maintainer email="[email protected]">Ana Batinovic</maintainer>
<license>FER</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>messages_88</depend>
<depend>gazebo</depend>
<depend>gazebo_ros</depend>
<depend>geometry_msgs</depend>
<depend>geographic_msgs</depend>
<depend>mean_shift_clustering</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>octomap</depend>
<depend>octomap_ros</depend>
<depend>octomap_msgs</depend>
<depend>pcl_ros</depend>
<depend>pcl_conversions</depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<depend>visualization_msgs</depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>libpcl-all</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<gazebo_ros gazebo_model_path="${prefix}/models"/>
<gazebo_ros gazebo_media_path="${prefix}/models"/>
</export>
</package>