-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
35 lines (31 loc) · 1.39 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
<package>
<name>vehicle_controller</name>
<version>0.0.1</version>
<description>Controls the vehicle.</description>
<maintainer email="[email protected]">Stefan Kohlbrecher</maintainer>
<license>BSD</license>
<author email="[email protected]">Paul Manns</author>
<author email="[email protected]">Johannes Meyer</author>
<author email="[email protected]">Stefan Kohlbrecher</author>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Dependencies needed to compile this package. -->
<build_depend>tf</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>move_base_lite_msgs</build_depend>
<build_depend>monstertruck_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>eigen_conversions</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<run_depend>tf</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>move_base_lite_msgs</run_depend>
<run_depend>monstertruck_msgs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>eigen_conversions</run_depend>
</package>