forked from PX4/PX4-SITL_gazebo-classic
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
40 lines (30 loc) · 1.08 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
<?xml version="1.0"?>
<package format="2">
<name>mavlink_sitl_gazebo</name>
<version>1.13.2</version>
<description>The mavlink_sitl_gazebo package</description>
<maintainer email="[email protected]">Lorenz Meier</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/PX4/sitl_gazebo</url>
<author email="[email protected]">Lorenz Meier</author>
<author email="[email protected]">James Goppert</author>
<test_depend>gtest</test_depend>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>gazebo_ros</buildtool_depend>
<depend>eigen</depend>
<depend>gazebo_plugins</depend>
<depend>gazebo_ros</depend>
<depend>protobuf-dev</depend>
<depend>geometry_msgs</depend>
<depend>libopencv-dev</depend>
<depend>mavlink</depend>
<depend>mavros</depend>
<depend>mavros_msgs</depend>
<depend>nav_msgs</depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<export>
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" gazebo_model_path="${prefix}/models"/>
</export>
</package>