File: package.xml

package info (click to toggle)
ros-image-pipeline 1.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,320 kB
  • sloc: cpp: 6,220; python: 2,143; xml: 445; sh: 21; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (2)
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
<package>
  <name>image_pipeline</name>
  <version>1.17.0</version>
  <description>image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.</description>
  <author>Patrick Mihelich</author>
  <author>James Bowman</author>
  <maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
  <maintainer email="software@autonomoustuff.com">Autonomoustuff team</maintainer>
  <license>BSD</license>
  
  <url type="website">http://www.ros.org/wiki/image_pipeline</url>
  <url type="bugtracker">https://github.com/ros-perception/image_pipeline/issues</url>
  <url type="repository">https://github.com/ros-perception/image_pipeline</url>

  <buildtool_depend>catkin</buildtool_depend>

  <!-- Old stack contents -->
  <run_depend>camera_calibration</run_depend>
  <run_depend>depth_image_proc</run_depend>
  <run_depend>image_proc</run_depend>
  <run_depend>image_publisher</run_depend>
  <run_depend>image_rotate</run_depend>
  <run_depend>image_view</run_depend>
  <run_depend>stereo_image_proc</run_depend>

  <export>
    <metapackage/>
  </export>

</package>