-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
42 lines (33 loc) · 1.13 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
36
37
38
39
40
41
42
<?xml version="1.0"?>
<package format="2">
<name>mrs_uav_state_estimators</name>
<version>0.0.3</version>
<description>The mrs_uav_state_estimators package</description>
<author email="matej.petrlik@fel.cvut.cz">Matej Petrlik</author>
<maintainer email="matej.petrlik@fel.cvut.cz">Matej Petrlik</maintainer>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>mrs_lib</depend>
<depend>mrs_msgs</depend>
<depend>mrs_uav_managers</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>roslint</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>mrs_uav_testing</depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>plotjuggler</exec_depend>
<test_depend>rostest</test_depend>
<export>
<mrs_uav_managers plugin="${prefix}/estimator_plugins.xml" />
</export>
</package>