-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
34 lines (27 loc) · 916 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
33
34
<?xml version="1.0"?>
<package format="2">
<name>mrs_multirotor_simulator</name>
<version>1.0.0</version>
<description>The MRS Multirotor simulator</description>
<author email="[email protected]">Tomas Baca</author>
<maintainer email="[email protected]">Tomas Baca</maintainer>
<license>BSD 3-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>mrs_lib</depend>
<depend>mrs_msgs</depend>
<depend>mrs_uav_hw_api</depend>
<depend>nav_msgs</depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>rosgraph_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<export>
<nodelet plugin="${prefix}/nodelets.xml" />
<mrs_uav_hw_api plugin="${prefix}/plugins.xml" />
</export>
</package>