-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathpackage.xml
34 lines (28 loc) · 970 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>mcl_3dl</name>
<version>0.6.4</version>
<description>3-D/6-DOF localization for mobile robots with 3-D LIDAR(s)</description>
<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
<license>BSD</license>
<author email="[email protected]">Atsushi Watanabe</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<test_depend>roslint</test_depend>
<test_depend>rostest</test_depend>
<test_depend>rosunit</test_depend>
<depend>diagnostic_updater</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>pcl_ros</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf2_sensor_msgs</depend>
<depend>visualization_msgs</depend>
<depend>mcl_3dl_msgs</depend>
<depend>eigen</depend>
</package>