-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.xml
42 lines (33 loc) · 1.47 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
<?xml version="1.0"?>
<package>
<name>turtlebot_exploration_3d</name>
<version>0.0.10</version>
<description>Autonomous Exploration package for a Turtulebot equiped with RGBD Sensor(Kinect, Xtion)</description>
<maintainer email="baishi.bona@gmail.com">Bona</maintainer>
<maintainer email="xxu24@stevens.edu">Shawn</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/turtlebot_exploration_3d</url>
<author email="baishi.bona@gmail.com">Bona</author>
<author email="xxu24@stevens.edu">Shawn</author>
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>octomap_msgs</build_depend>
<build_depend>octomap_ros</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>move_base_msgs</build_depend>
<build_depend>actionlib</build_depend>
<run_depend>move_base_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>turtlebot_navigation</run_depend>
<run_depend>octomap_rviz_plugins</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>