File: control

package info (click to toggle)
ros-image-pipeline 1.15.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,640 kB
  • sloc: cpp: 5,755; python: 1,977; xml: 448; sh: 20; makefile: 5
file content (354 lines) | stat: -rw-r--r-- 12,607 bytes parent folder | download
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
Source: ros-image-pipeline
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>,
           Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
           Johannes 'josch' Schauer <josch@debian.org>
Section: libs
Priority: optional
Build-Depends: catkin,
               debhelper-compat (= 13),
               dh-sequence-python3,
               libboost-filesystem-dev,
               libboost-python-dev,
               libcamera-info-manager-dev,
               libcv-bridge-dev,
               libdynamic-reconfigure-config-init-mutex-dev,
               libgtk-3-dev,
               libimage-geometry-dev,
               libimage-transport-dev,
               libnodelet-topic-tools-dev,
               libnodeletlib-dev,
               librosconsole-dev,
               librostest-dev,
               libsensor-msgs-dev,
               libstd-srvs-dev,
               libstereo-msgs-dev,
               libtf-conversions-dev,
               libtf2-dev,
               libtf2-geometry-msgs-dev,
               libtf2-ros-dev,
               libtinyxml2-dev,
               python3-dynamic-reconfigure,
               python3:any,
               ros-cmake-modules,
               ros-sensor-msgs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/ros-image-pipeline
Vcs-Git: https://salsa.debian.org/science-team/ros-image-pipeline.git
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/image_pipeline

Package: python3-camera-calibration
Architecture: all
Section: python
Breaks: python-camera-calibration
Replaces: python-camera-calibration
Depends: python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Robot OS camera_calibration Python3 package
 This package is part of Robot OS (ROS). It provides routines for
 camera_calibration allows easy calibration of monocular or stereo
 cameras using a checkerboard calibration target. Python3 version.

Package: ros-camera-calibration
Architecture: all
Section: utils
Depends: python3,
         python3-camera-calibration,
         python3-message-filters,
         python3-sensor-msgs,
         python3-std-srvs,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: ROS camera_calibration nodes
 This package is part of Robot OS (ROS). It provides routines for
 camera_calibration allows easy calibration of monocular or stereo
 cameras using a checkerboard calibration target. This package
 constains ROS nodes.

Package: libdepth-image-proc0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Robot OS depth-image-proc package
 This package is part of Robot OS (ROS). The package contains nodelets
 for processing depth images such as those produced by OpenNI camera.
 Functions include creating disparity images and point clouds, as well
 as registering (reprojecting) a depth image into another camera frame.

Package: libdepth-image-proc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcv-bridge-dev,
         libdepth-image-proc0d (= ${binary:Version}),
         libimage-geometry-dev,
         libimage-transport-dev,
         libnodelet-dev,
         libtf-conversions-dev,
         libtf2-dev,
         libtf2-ros-dev,
         ${misc:Depends}
Description: Robot OS depth-image-proc package - development
 This package is part of Robot OS (ROS). The package contains nodelets
 for processing depth images such as those produced by OpenNI camera.
 Functions include creating disparity images and point clouds, as well
 as registering (reprojecting) a depth image into another camera frame.
 .
 It contains C++ headers for the libdepth-image-proc.

Package: libimage-proc0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Robot OS Single image rectification and color processing
 This package is part of Robot OS (ROS). The package provides
 the library with routines for single image rectification and color
 processing.

Package: libimage-proc-dev
Architecture: any
Section: libdevel
Depends: libcv-bridge-dev,
         libimage-proc0d (= ${binary:Version}),
         libdynamic-reconfigure-config-init-mutex-dev,
         libimage-geometry-dev,
         libimage-transport-dev,
         libnodelet-dev,
         libnodelet-topic-tools-dev,
         libsensor-msgs-dev,
         ${misc:Depends}
Description: Robot OS mage-proc package - development
 This package is part of Robot OS (ROS). The package provides
 the library with routines for single image rectification and color
 processing.
 .
 It contains C++ headers for the libimage-proc.

Package: libimage-publisher0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Robot OS image publishing
 This package is part of Robot OS (ROS). The package provides
 the library to publish an image stream from single image file
 or avi motion file

Package: libimage-publisher-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcamera-info-manager-dev,
         libcv-bridge-dev,
         libdynamic-reconfigure-config-init-mutex-dev,
         libimage-publisher0d (= ${binary:Version}),
         libimage-transport-dev,
         libnodelet-dev,
         libsensor-msgs-dev,
         ${misc:Depends}
Description: Robot OS image publishing - development
 This package is part of Robot OS (ROS). The package provides
 the library to publish an image stream from single image file
 or avi motion file
 .
 It contains C++ headers for the libimage-publisher.

Package: libimage-rotate0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Robot OS image rotate stream
 This package is part of Robot OS (ROS). The package provides
 the library to that rotates an image stream in a way that
 minimizes the angle between a vector in some arbitrary frame
 and a vector in the camera frame.

Package: libimage-rotate-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcv-bridge-dev,
         libdynamic-reconfigure-config-init-mutex-dev,
         libimage-rotate0d (= ${binary:Version}),
         libimage-transport-dev,
         libnodelet-dev,
         libtf2-geometry-msgs-dev,
         libtf2-ros-dev,
         ${misc:Depends}
Description: Robot OS image rotate - development
 This package is part of Robot OS (ROS). The package provides
 the library to that rotates an image stream in a way that
 minimizes the angle between a vector in some arbitrary frame
 and a vector in the camera frame.
 .
 It contains C++ headers for the libimage-rotate.

Package: libimage-view0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Robot OS image_view package
 This package is part of Robot OS (ROS). The package provides
 the library with a viewer for ROS image topics. Includes a specialized viewer
 for stereo + disparity images

Package: libimage-view-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcamera-calibration-parsers-dev,
         libcv-bridge-dev,
         libdynamic-reconfigure-config-init-mutex-dev,
         libgtk-3-dev,
         libimage-transport-dev,
         libimage-view0d (= ${binary:Version}),
         libmessage-filters-dev,
         libnodelet-dev,
         libsensor-msgs-dev,
         libstd-srvs-dev,
         libstereo-msgs-dev,
         ${misc:Depends}
Description: Robot OS image_view - development
 This package is part of Robot OS (ROS). The package provides
 the library with a viewer for ROS image topics. Includes a specialized viewer
 for stereo + disparity images
 .
 It contains C++ headers for the libimage-view.

Package: libstereo-image-proc0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Robot OS stereo-image-proc package
 This package is part of Robot OS (ROS). The package provides
 the library for stereo and single image rectification and
 disparity processing.

Package: libstereo-image-proc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcv-bridge-dev,
         libdynamic-reconfigure-config-init-mutex-dev,
         libimage-geometry-dev,
         libimage-proc-dev,
         libimage-transport-dev,
         libmessage-filters-dev,
         libnodelet-dev,
         libsensor-msgs-dev,
         libstereo-msgs-dev,
         libstereo-image-proc0d (= ${binary:Version}),
         ${misc:Depends}
Description: Robot OS stereo-image-proc - development
 This package is part of Robot OS (ROS). The package provides
 the library for stereo and single image rectification and
 disparity processing.
 .
 It contains C++ headers for the libstereo-image-proc.

Package: ros-image-proc
Architecture: any
Section: utils
Depends: libimage-proc0d, ${misc:Depends}, ${shlibs:Depends}
Description: ROS image_proc node
 This package is part of Robot OS (ROS). The package provides
 the library with routines for single image rectification and color
 processing. This package constains a ROS node.

Package: ros-image-publisher
Architecture: any
Section: utils
Depends: libimage-publisher0d, ${misc:Depends}, ${shlibs:Depends}
Description: ROS image-publisher node
 This package is part of Robot OS (ROS). The package provides
 the library to publish an image stream from single image file
 or avi motion file. Contains a ROS node.

Package: ros-image-rotate
Architecture: any
Section: utils
Depends: libimage-rotate0d, ${misc:Depends}, ${shlibs:Depends}
Description: ROS image-rotate node
 This package is part of Robot OS (ROS). The package provides
 the library to that rotates an image stream in a way that
 minimizes the angle between a vector in some arbitrary frame
 and a vector in the camera frame. Contains a ROS node.

Package: ros-image-view
Architecture: any
Section: utils
Depends: libimage-view0d,
         python3,
         python3-image-view,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: ROS image_view node
 This package is part of Robot OS (ROS). The package provides
 the library with a viewer for ROS image topics. Includes a specialized viewer
 for stereo + disparity images. Contains ROS nodes.

Package: ros-stereo-image-proc
Architecture: any
Section: utils
Depends: libstereo-image-proc0d, ${misc:Depends}, ${shlibs:Depends}
Description: ROS stereo_image_proc node
 This package is part of Robot OS (ROS). The package provides
 the library for stereo and single image rectification and
 disparity processing. Contains a ROS node.

Package: python3-image-proc
Architecture: all
Section: python
Breaks: python-image-proc
Replaces: python-image-proc
Depends: ${misc:Depends}, ${python3:Depends}
Description: Robot OS image_proc Python 3 package
 This package is part of Robot OS (ROS). The package provides
 the library with routines for single image rectification and color
 processing. Python 3 package.

Package: python3-image-publisher
Architecture: all
Section: python
Breaks: python-image-publisher
Replaces: python-image-publisher
Depends: ${misc:Depends}, ${python3:Depends}
Description: Robot OS image_publisher Python 3 package
 This package is part of Robot OS (ROS). The package provides
 the library to publish an image stream from single image file
 or avi motion file. Python 3 package.

Package: python3-image-rotate
Architecture: all
Section: python
Breaks: python-image-rotate
Replaces: python-image-rotate
Depends: ${misc:Depends}, ${python3:Depends}
Description: Robot OS image_rotate Python 3 package
 This package is part of Robot OS (ROS). The package provides
 the library to that rotates an image stream in a way that
 minimizes the angle between a vector in some arbitrary frame
 and a vector in the camera frame. Python 3 package.

Package: python3-image-view
Architecture: all
Section: python
Breaks: python-image-view
Replaces: python-image-view
Depends: ${misc:Depends}, ${python3:Depends}
Description: Robot OS image_view Python 3 package
 This package is part of Robot OS (ROS). The package provides
 the library with a viewer for ROS image topics. Includes a specialized viewer
 for stereo + disparity images. Python 3 package.

Package: python3-stereo-image-proc
Architecture: all
Section: python
Breaks: python-stereo-image-proc
Replaces: python-stereo-image-proc
Depends: ${misc:Depends}, ${python3:Depends}
Description: Robot OS stereo_image_proc Python 3 package
 This package is part of Robot OS (ROS). The package provides
 the library for stereo and single image rectification and
 disparity processing. Python 3 package.