-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.xml
59 lines (46 loc) · 2.08 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
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<package format="2">
<name>dynamic_robot_localization</name>
<version>1.2.0</version>
<description>The dynamic_robot_localization package offers 3 DoF and 6 DoF robot self-localization along with a set of libraries suitable for generic point cloud alignment</description>
<maintainer email="[email protected]">Carlos Miguel Correia da Costa</maintainer>
<license>BSD</license>
<author email="[email protected]">Carlos Miguel Correia da Costa</author>
<buildtool_depend>catkin</buildtool_depend>
<!-- ################################################################## -->
<!-- Build dependencies -->
<!-- ################################################################## -->
<!-- developed ros packages -->
<depend>laserscan_to_pointcloud</depend> <!-- https://github.com/carlosmccosta/laserscan_to_pointcloud -->
<depend>pose_to_tf_publisher</depend> <!-- https://github.com/carlosmccosta/pose_to_tf_publisher -->
<!-- other ros packages -->
<depend>angles</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>message_generation</depend>
<depend>pcl_conversions</depend>
<depend>roscpp</depend>
<depend>rosconsole</depend>
<depend>rostime</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>xmlrpcpp</depend>
<!-- system dependencies -->
<depend>eigen</depend>
<depend>pcl</depend> <!-- requires to compile pcl from source using branch master-all-pr from https://github.com/carlosmccosta/pcl -->
<!-- ################################################################## -->
<!-- Run dependencies -->
<!-- ################################################################## -->
<!-- other ros packages (run only) -->
<exec_depend>message_runtime</exec_depend>
<exec_depend>map_server</exec_depend>
<!-- <exec_depend>octomap_server</exec_depend> -->
<!-- <exec_depend>robot_localization</exec_depend> -->
<!-- system dependencies -->
<!-- <exec_depend>coreutils</exec_depend> -->
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>