forked from introlab/rtabmap_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
90 lines (85 loc) · 3.46 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0"?>
<package>
<name>rtabmap_ros</name>
<version>0.20.9</version>
<description>RTAB-Map's ros-pkg. RTAB-Map is a RGB-D SLAM approach with real-time constraints.</description>
<maintainer email="[email protected]">Mathieu Labbe</maintainer>
<author>Mathieu Labbe</author>
<license>BSD</license>
<url type="bugtracker">https://github.com/introlab/rtabmap_ros/issues</url>
<url type="repository">https://github.com/introlab/rtabmap_ros</url>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>genmsg</buildtool_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>stereo_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>rosgraph_msgs</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>tf</build_depend>
<build_depend>tf_conversions</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>eigen_conversions</build_depend>
<build_depend>laser_geometry</build_depend>
<build_depend>pcl_conversions</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>rviz</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>class_loader</build_depend>
<build_depend>rtabmap</build_depend>
<build_depend>move_base_msgs</build_depend>
<build_depend>costmap_2d</build_depend>
<build_depend>octomap_msgs</build_depend>
<build_depend>image_geometry</build_depend>
<build_depend>find_object_2d</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>pluginlib</build_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>stereo_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>rosgraph_msgs</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>compressed_depth_image_transport</run_depend>
<run_depend>compressed_image_transport</run_depend>
<run_depend>tf</run_depend>
<run_depend>tf_conversions</run_depend>
<run_depend>tf2_ros</run_depend>
<run_depend>eigen_conversions</run_depend>
<run_depend>laser_geometry</run_depend>
<run_depend>pcl_conversions</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>nodelet</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>rviz</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>class_loader</run_depend>
<run_depend>rtabmap</run_depend>
<run_depend>move_base_msgs</run_depend>
<run_depend>costmap_2d</run_depend>
<run_depend>octomap_msgs</run_depend>
<run_depend>image_geometry</run_depend>
<run_depend>find_object_2d</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>pluginlib</run_depend>
<build_depend>libpcl-all-dev</build_depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
<rviz plugin="${prefix}/rviz_plugins.xml"/>
<costmap_2d plugin="${prefix}/costmap_plugins.xml"/>
</export>
</package>