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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
|
Source: ros-image-common
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Moulard <thomas.moulard@gmail.com>,
Jochen Sprickerhof <jspricke@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: debhelper (>= 11), catkin, libsensor-msgs-dev, ros-sensor-msgs, librosconsole-dev, libboost-filesystem-dev, libboost-python-dev, libyaml-cpp-dev, libroscpp-dev, libmessage-filters-dev, pluginlib-dev, libroslib-dev, ros-message-generation, libstd-msgs-dev, ros-std-msgs, librostest-dev, python-all, dh-python, python3-all,
Standards-Version: 4.2.1
Section: libs
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/image_common
Vcs-Browser: https://salsa.debian.org/science-team/ros-image-common
Vcs-Git: https://salsa.debian.org/science-team/ros-image-common.git
Package: libcamera-calibration-parsers-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcamera-calibration-parsers0d (= ${binary:Version}), ${misc:Depends}, libsensor-msgs-dev, librosconsole-dev, libboost-filesystem-dev
Description: Robot OS camera_calibration_parsers package - development
This package is part of Robot OS (ROS). It contains C++ headers for
reading and writing camera calibration parameters.
Package: libcamera-calibration-parsers0d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Robot OS camera_calibration_parsers package
This package is part of Robot OS (ROS). The package provides
the library with routines for reading and writing camera
calibration parameters.
Package: camera-calibration-parsers-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Robot OS camera_calibration_parsers_tools package
This package is part of Robot OS (ROS). It provides tools for
reading and writing camera calibration parameters.
.
They are executables that use libcamera-calibration-parsers.
Package: python-camera-calibration-parsers
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-sensor-msgs
Description: Robot OS camera_calibration_parsers Python 2 package
This package is part of Robot OS (ROS). It provides routines for
reading and writing camera calibration parameters.
.
This package contains the Python 2 wrapper.
Package: python3-camera-calibration-parsers
Section: python
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-sensor-msgs
Description: Robot OS camera_calibration_parsers Python 3 package
This package is part of Robot OS (ROS). It provides routines for
reading and writing camera calibration parameters.
.
This package contains the Python 3 wrapper.
Package: libcamera-info-manager-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcamera-info-manager0d (= ${binary:Version}), ${misc:Depends}, libroscpp-dev, libsensor-msgs-dev, libcamera-calibration-parsers-dev, libimage-transport-dev, libroslib-dev
Description: Robot OS camera_info_manager package - development
This package is part of Robot OS (ROS). It provides C++ header files
for camera calibration information: CameraInfo, SetCameraInfo service
requests, saving and restoring the camera calibration data.
Package: libcamera-info-manager0d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Robot OS camera_info_manager package
This package is part of Robot OS (ROS). It provides a C++ interface
for camera calibration information: CameraInfo, SetCameraInfo service
requests, saving and restoring the camera calibration data.
Package: libimage-transport-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libimage-transport0d (= ${binary:Version}), ${misc:Depends}, libmessage-filters-dev, pluginlib-dev, librosconsole-dev, libroscpp-dev, libroslib-dev, libsensor-msgs-dev
Description: Robot OS image_transport package - development
This package is part of Robot OS (ROS). It contains the C++ header
files for the image_transport transport library which should always
be used to subscribe to and publish images. It provides transparent
support for transporting images in low-bandwidth compressed
formats. Examples (provided by separate plugin packages) include
JPEG/PNG compression and Theora streaming video.
Package: libimage-transport0d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Robot OS image_transport package
This package is part of Robot OS (ROS). This library should always be
used to subscribe to and publish images. It (image_transport)
provides transparent support for transporting images in low-bandwidth
compressed formats. Examples (provided by separate plugin packages)
include JPEG/PNG compression and Theora streaming video.
Package: image-transport-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Robot OS image_transport package tools
This package is part of Robot OS (ROS). This library should always be
used to subscribe to and publish images. It (image_transport)
provides transparent support for transporting images in low-bandwidth
compressed formats. Examples (provided by separate plugin packages)
include JPEG/PNG compression and Theora streaming video.
.
This package provides the tools list_transports and republish.
Package: libpolled-camera-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libpolled-camera0d (= ${binary:Version}), ${misc:Depends}, ros-message-generation, libroscpp-dev, libsensor-msgs-dev, libimage-transport-dev, librosconsole-dev
Description: Robot OS polled_camera package - development
This package is part of Robot OS (ROS). It contains the C++ header
files for implementing a polled camera driver node and requesting
images from it. The package is currently for internal use as the API
is still under development.
Package: libpolled-camera0d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Robot OS polled_camera package
This package is part of Robot OS (ROS). It contains a service and C++
helper classes for implementing a polled camera driver node and
requesting images from it. The package is currently for internal use
as the API is still under development.
Package: polled-camera-tool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: Robot OS polled_camera package tool
This package is part of Robot OS (ROS). It contains an executable
implementing a polled camera driver node and to request images from it.
The package is currently for internal use as the API is still under
development.
Package: python-polled-camera
Section: python
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-genpy, python-std-msgs
Description: Robot OS polled_camera package - Python 2
This package is part of Robot OS (ROS). It contains a Python package
for implementing a polled camera driver node and requesting images
from it. The package is currently for internal use as the API is
still under development.
.
This package contains the Python 2 modules.
Package: python3-polled-camera
Section: python
Architecture: all
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-genpy, python3-std-msgs
Description: Robot OS polled_camera package - Python 3
This package is part of Robot OS (ROS). It contains a Python package
for implementing a polled camera driver node and requesting images
from it. The package is currently for internal use as the API is
still under development.
.
This package contains the Python 3 modules.
Package: cl-polled-camera
Section: lisp
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Robot OS polled_camera package - LISP
This package is part of Robot OS (ROS). It contains a LISP interface
for implementing a polled camera driver node and requesting images
from it. The package is currently for internal use as the API is
still under development.
|