forked from ntnu-arl/rovtio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
32 lines (29 loc) · 836 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>rovtio</name>
<version>0.1.0</version>
<description>
rovtio
</description>
<url></url>
<author>bloeschm</author>
<author>Henrik D. Flemmen</author>
<maintainer email="[email protected]">Henrik D. Flemmen</maintainer>
<license>BSD License</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>lightweight_filtering</depend>
<depend>kindr</depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>cv_bridge</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>nav_msgs</depend>
<depend>tf</depend>
<depend>rosbag</depend>
<depend>yaml_cpp_catkin</depend>
</package>