-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
35 lines (30 loc) · 1.03 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>mrasl_guidance</name>
<version>0.0.1</version>
<description>
ROS package to control the DJI Guidance, based off the official package.
This one differs in that hopefully it will support more ROS infrastructure.
</description>
<author>DJI</author>
<author email="[email protected]">Andre Phu-Van Nguyen</author>
<maintainer email="[email protected]">Andre Phu-Van Nguyen</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>nodelet</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>cv_bridge</depend>
<depend>geometry_msgs</depend>
<depend>image_transport</depend>
<depend>dynamic_reconfigure</depend>
<depend>camera_info_manager</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugin.xml" />
</export>
</package>