forked from iralabdisco/kitti_player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (23 loc) · 886 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
<?xml version="1.0"?>
<package>
<name>kitti_player</name>
<version>1.0.2</version>
<description>
This node aims to play the kitti data into ROS. This repository is a
catkin upgrade from the original work by Francesco Sacchi
http://irawiki.disco.unimib.it/irawiki/index.php/Kitti_Player
</description>
<maintainer email="[email protected]">Augusto Luis Ballardini</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>tf</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>pcl_ros</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>tf</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>pcl_ros</run_depend>
</package>