forked from RockRobo/move_base_flex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (32 loc) · 1.65 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
<package format="2">
<name>mbf_simple_nav</name>
<version>0.2.5</version>
<description>
The mbf_simple_nav package contains a simple navigation server implementation of Move Base Flex (MBF). The simple navigation server is bound to no map representation. It provides actions for planning, controlling and recovering. MBF loads all defined plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions.
It tries to load the defined plugins which implements the defined interfaces in <a href="wiki.ros.org/mbf_abstract_core">mbf_abstract_core</a>.
</description>
<url>http://wiki.ros.org/move_base_flex</url>
<author email="[email protected]">Sebastian Pütz</author>
<maintainer email="[email protected]">Sebastian Pütz</maintainer>
<maintainer email="[email protected]">Jorge Santos</maintainer>
<license>3-Clause BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>tf</depend>
<depend>roscpp</depend>
<depend>pluginlib</depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>dynamic_reconfigure</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>nav_msgs</depend>
<depend>geometry_msgs</depend>
<depend>mbf_abstract_nav</depend>
<depend>mbf_abstract_core</depend>
<depend>mbf_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>