forked from nobleo/full_coverage_path_planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
39 lines (35 loc) · 1.43 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
<?xml version="1.0"?>
<package format="2">
<name>full_coverage_path_planner</name>
<version>0.6.4</version>
<description>Full coverage path planning provides a move_base_flex plugin that can plan a path that will fully cover a given area</description>
<author email="[email protected]">Cesar Lopez</author>
<author email="[email protected]">Ferry Schoenmakers</author>
<author email="[email protected]">Tim Clephas</author>
<author email="[email protected]">Jerrel Unkel</author>
<author>Loy van Beek</author>
<author>Yury Brodskiy</author>
<maintainer email="[email protected]">Cesar Lopez</maintainer>
<license>Apache 2.0</license>
<url>http://wiki.ros.org/full_coverage_path_planner</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslint</build_depend>
<build_depend>rostest</build_depend>
<depend>base_local_planner</depend>
<depend>costmap_2d</depend>
<depend>pluginlib</depend>
<depend>nav_core</depend>
<depend>roscpp</depend>
<depend>tf2_ros</depend>
<exec_depend>amcl</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>map_server</exec_depend>
<exec_depend>move_base</exec_depend>
<exec_depend>move_base_flex</exec_depend>
<test_depend>cv_bridge</test_depend>
<test_depend>rosunit</test_depend>
<test_depend>tracking_pid</test_depend>
<export>
<nav_core plugin="${prefix}/fcpp_plugin.xml"/>
</export>
</package>