forked from ros-perception/slam_gmapping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
51 lines (46 loc) · 1.96 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
43
44
45
46
47
48
49
50
51
<package format="3">
<name>gmapping</name>
<version>3.3.10</version>
<description>This package contains a ROS wrapper for OpenSlam's Gmapping.
The gmapping package provides laser-based SLAM (Simultaneous Localization and Mapping),
as a ROS node called slam_gmapping. Using slam_gmapping, you can create a 2-D occupancy
grid map (like a building floorplan) from laser and pose data collected by a mobile robot.
</description>
<author>Brian Gerkey</author>
<maintainer email="[email protected]">Hunter L. Allen</maintainer>
<license>CreativeCommons-by-nc-sa-2.0</license>
<url>http://ros.org/wiki/gmapping</url>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>openslam_gmapping</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rcutils</build_depend>
<!-- <build_depend>rostest</build_depend> -->
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf2_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<!-- <build_depend>nodelet</build_depend> -->
<exec_depend>nav_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>openslam_gmapping</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rcutils</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>tf2_msgs</exec_depend>
<exec_depend>std_srvs</exec_depend>
<exec_depend>tf2_geometry_msgs</exec_depend>
<!-- <run_depend>nodelet</run_depend> -->
<export>
<!-- <nodelet plugin="${prefix}/nodelet_plugins.xml" /> -->
<build_type>ament_cmake</build_type>
</export>
</package>