forked from benema/pixhawk-kinect-pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.xml
18 lines (18 loc) · 799 Bytes
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<stack>
<description brief="ROS package for Kinect with PIXHAWK">
Kinect software - see http://pixhawk.ethz.ch for a project description.
</description>
<author>Maintained by PIXHAWK-Team</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/pixhawk-kinect-pkg</url>
<depend stack="VSLAMDIR2" /> <!-- sba -->
<depend stack="common_msgs" /> <!-- nav_msgs, geometry_msgs, sensor_msgs -->
<depend stack="image_common" /> <!-- image_transport -->
<depend stack="perception_pcl" /> <!-- flann, pcl, pcl_ros -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- std_msgs, roscpp, message_filters -->
<depend stack="vision_opencv" /> <!-- opencv2, cv_bridge -->
<depend stack="common" />
<depend stack="geometry" />
</stack>