-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (23 loc) · 869 Bytes
/
package.xml
File metadata and controls
28 lines (23 loc) · 869 Bytes
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
<?xml version="1.0"?>
<package>
<name>src2_move_base</name>
<version>0.4.1</version>
<description>Mountaineer Team </description>
<author email="ca0055@mix.wvu.edu">Chris Tatsch</author>
<author email="bm00002@mix.wvu.edu">Bernardo Rocamora</author>
<maintainer email="irlwvu@gmail.com">WVU Interactive Robotics Laboratory</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslaunch</build_depend>
<run_depend>amcl</run_depend>
<!-- Disabling till package is released -->
<!-- <run_depend>frontier_exploration</run_depend> -->
<run_depend>gmapping</run_depend>
<run_depend>map_server</run_depend>
<run_depend>move_base</run_depend>
<run_depend>navfn</run_depend>
<run_depend>base_local_planner</run_depend>
<run_depend>dwa_local_planner</run_depend>
<export>
</export>
</package>