forked from MIT-SPARK/Kimera-VIO-ROS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
32 lines (26 loc) · 924 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
30
31
32
<?xml version="1.0"?>
<package format="2">
<name>spark_vio_ros</name>
<version>4.0.0</version>
<description>spark_vio_ros</description>
<maintainer email="[email protected]">Yun Chang</maintainer>
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<build_depend>SparkVio</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>rosbag</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>tf</build_depend>
<!--
<build_depend>pcl</build_depend>
-->
<build_depend>pcl_ros</build_depend>
<build_depend>pcl_msgs</build_depend>
<build_depend>pcl_conversions</build_depend>
</package>