forked from strawlab/image_pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.xml
20 lines (17 loc) · 956 Bytes
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<stack>
<description brief="Pipeline for processing monocular and stereo images">
image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.
</description>
<author>Maintained by Patrick Mihelich/[email protected]</author>
<license>BSD</license>
<review status="Doc reviewed" notes="Jan 18, 2010"/>
<url>http://ros.org/wiki/image_pipeline</url>
<depend stack="common_msgs" /> <!-- sensor_msgs, geometry_msgs, stereo_msgs -->
<depend stack="driver_common" /> <!-- dynamic_reconfigure -->
<depend stack="geometry" /> <!-- tf -->
<depend stack="image_common" /> <!-- image_transport, camera_calibration_parsers -->
<depend stack="nodelet_core" /> <!-- nodelet -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- std_msgs, rospy, std_srvs, roscpp, message_filters -->
<depend stack="vision_opencv" /> <!-- opencv2, image_geometry, cv_bridge -->
</stack>