-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml
27 lines (22 loc) · 907 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
<package>
<name>vi_rpe</name>
<version>0.0.1</version>
<description>visual inertial active marker sensor fusion</description>
<maintainer email="lteixeira@mavt.ethz.ch">Lucas Teixeira</maintainer>
<license>BSD</license>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<build_depend>mav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>minkindr_conversions</build_depend>
<build_depend>minkindr</build_depend>
<build_depend>gflags_catkin</build_depend>
<build_depend>glog_catkin</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>mav_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>
</package>