-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
47 lines (39 loc) · 1.38 KB
/
package.xml
File metadata and controls
47 lines (39 loc) · 1.38 KB
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
<?xml version="1.0"?>
<package format="2">
<name>fast_livo</name>
<version>0.0.0</version>
<description>
FAST-LIVO (modified LOAM).
J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time.
RSS 2014.
</description>
<maintainer email="dev@livoxtech.com">claydergc</maintainer>
<license>BSD</license>
<author email="zhangji@cmu.edu">Ji Zhang</author>
<!-- build tool -->
<buildtool_depend>catkin</buildtool_depend>
<!-- catkin package deps (与 CMakeLists.txt 保持一致) -->
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>tf</depend>
<depend>tf2</depend> <!-- 新增 -->
<depend>tf2_ros</depend> <!-- 新增 -->
<depend>image_transport</depend>
<depend>cv_bridge</depend>
<depend>pcl_ros</depend>
<!-- 这些是你项目引用到的其它catkin包 -->
<depend>vikit_common</depend>
<depend>vikit_ros</depend>
<!-- 只有在本包自己生成消息/服务时才需要。
若没有 .msg/.srv,可移除两行;不确定就先保留。 -->
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- 可选:如果需要 rospy,就保留;否则可删 -->
<depend>rospy</depend>
<test_depend>rostest</test_depend>
<test_depend>rosbag</test_depend>
<export/>
</package>