-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (28 loc) · 944 Bytes
/
package.xml
File metadata and controls
31 lines (28 loc) · 944 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>kitti_player</name>
<version>0.0.0</version>
<description>The robot_center_mapping package</description>
<maintainer email="hitmaxtom@gmail.com">maxtom</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>grid_map_ros</depend>
<depend>grid_map_cv</depend>
<depend>grid_map_loader</depend>
<depend>grid_map_msgs</depend>
<depend>grid_map_visualization</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>cv_bridge</depend>
<depend>tf</depend>
<depend>tf_conversions</depend>
<depend>eigen_conversions</depend>
<depend>ugv_msgs</depend>
<depend>pcl_ros</depend>
<depend>dynamic_reconfigure</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>