-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
executable file
·56 lines (49 loc) · 2.26 KB
/
package.xml
File metadata and controls
executable file
·56 lines (49 loc) · 2.26 KB
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
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<package format="2">
<name>fetch_study</name>
<version>0.8.3</version>
<description>Configuration and launch files for running ROS navigation on Fetch.</description>
<author>Michael Ferguson</author>
<maintainer email="narora@fetchrobotics.com">Niharika Arora</maintainer>
<maintainer email="csaldanha@fetchrobotics.com">Carl Saldanha</maintainer>
<maintainer email="erelson@fetchrobotics.com">Eric Relson</maintainer>
<maintainer email="selliott@fetchrobotics.com">Sarah Elliott</maintainer>
<maintainer email="rtoris@fetchrobotics.com">Russell Toris</maintainer>
<maintainer email="opensource@fetchrobotics.com">Fetch Robotics Open Source Team</maintainer>
<license>BSD</license>
<url type="wiki">http://ros.org/wiki/fetch_navigation</url>
<url type="website">http://docs.fetchrobotics.com/navigation.html</url>
<url type="bugtracker">https://github.com/fetchrobotics/fetch_ros/issues</url>
<url type="repository">https://github.com/fetchrobotics/fetch_ros</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<exec_depend>amcl</exec_depend>
<exec_depend>clear_costmap_recovery</exec_depend>
<exec_depend>costmap_2d</exec_depend>
<exec_depend>fetch_depth_layer</exec_depend>
<exec_depend>fetch_maps</exec_depend>
<exec_depend>fetch_navigation</exec_depend>
<exec_depend>map_server</exec_depend>
<exec_depend>move_base</exec_depend>
<exec_depend>move_base_msgs</exec_depend>
<exec_depend>navfn</exec_depend>
<exec_depend>rotate_recovery</exec_depend>
<exec_depend>slam_karto</exec_depend>
<exec_depend>voxel_grid</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>tf2_geometry_msgs</exec_depend>
<test_depend>roslaunch</test_depend>
<depend>base_local_planner</depend>
<depend>lattice_planner</depend>
<depend>nav_core</depend>
<exec_depend>actionlib</exec_depend>
<exec_depend>message_runtime</exec_depend>
<export>
<nav_core plugin="${prefix}/timed_path_follower_plugin.xml" />
</export>
</package>