-
Notifications
You must be signed in to change notification settings - Fork 439
/
Copy pathpackage.xml
29 lines (23 loc) · 1.01 KB
/
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
<package>
<name>msf_updates</name>
<version>1.0.1</version>
<description>Modular Sensor Fusion (MSF) framework containing the update sensor modules</description>
<maintainer email="[email protected]">Simon Lynen</maintainer>
<maintainer email="[email protected]">Markus Achtelik</maintainer>
<license>Apache 2.0</license>
<url type="website">http://ros.org/wiki/modular_sensor_fusion</url>
<url type="bugtracker">https://github.com/ethz-asl/sensor_fusion/issues</url>
<author>Simon Lynen</author>
<author>Markus Achtelik</author>
<author>Stephan Weiss</author>
<author>Georg Wiedebach</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>msf_core</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_fusion_comm</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>msf_core</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_fusion_comm</run_depend>
</package>