File: package.xml

package info (click to toggle)
ros-image-common 1.12.0-14
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 864 kB
  • sloc: cpp: 3,264; xml: 187; python: 38; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 926 bytes parent folder | download | duplicates (3)
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
<package>
  <name>image_common</name>
  <version>1.12.0</version>
  <description>Common code for working with images in ROS.</description>
  <author>Patrick Mihelich</author>
  <author>James Bowman</author>
  <maintainer email="jack.oquin@gmail.com">Jack O'Quin</maintainer>
  <maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
  <license>BSD</license>
  
  <url type="website">http://www.ros.org/wiki/image_common</url>
  <url type="bugtracker">https://github.com/ros-perception/image_common/issues</url>
  <url type="repository">https://github.com/ros-perception/image_common</url>

  <buildtool_depend>catkin</buildtool_depend>
  
  <!-- Old stack contents -->
  <run_depend>camera_calibration_parsers</run_depend>
  <run_depend>camera_info_manager</run_depend>
  <run_depend>image_transport</run_depend>
  <run_depend>polled_camera</run_depend>

  <export>
    <metapackage/>
  </export>

</package>