forked from uri-ocean-robotics/mvp_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (29 loc) · 1.11 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
30
31
32
33
34
35
<?xml version="1.0"?>
<package format="2">
<name>mvp_control</name>
<version>0.0.0</version>
<description>The mvp_control package</description>
<maintainer email="[email protected]">Emir Cem Gezer</maintainer>
<author email="[email protected]">Emir Cem Gezer</author>
<author email="[email protected]">Mingxi Zhou</author>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>GPLv3</license>
<!-- <url type="website">http://wiki.ros.org/alpha_control</url> -->
<buildtool_depend>catkin</buildtool_depend>
<depend>nav_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf2_eigen</depend>
<depend>libgsl</depend>
<depend>mvp_msgs</depend>
<depend>dynamic_reconfigure</depend>
<doc_depend>doxygen</doc_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>