Commit Graph

13 Commits

Author SHA1 Message Date
Lukas Bulwahn 53796fc4b1 making layout indentation use 4 spaces
The description is not indented after line breaks. All other
information, i.e., the dependencies and SRCURI, are indented with
four spaces after line breaks. Shell scripts are indented with
multiples of four spaces.

In recipes-ros, I located and checked for tabulators and spacing
with these bash commands:

egrep '^ [^ ]+' . --exclude *.patch -R
egrep '^  [^ ]+' . --exclude *.patch -R
egrep '^   [^ ]+' . --exclude *.patch -R
egrep '^    [ ]+[^ ]+' . --exclude *.patch -R

While going through the recipes and manually improving the layout,
I also adjusted the descriptions to use maximal 100 characters
per line.
2014-08-19 09:09:47 +02:00
Lukas Bulwahn 7f1a440771 image-rotate: adding missing nodelet dependency
Executing 'bitbake packagegroup-ros-world' showed the warning:
WARNING: QA Issue: image-rotate rdepends on nodelet but its not a build dependency? [build-deps]

On a clean build, 'bitbake image-rotate' failed with:
|   Could not find a package configuration file provided by "nodelet" with any
|   of the following names:
|
|     nodeletConfig.cmake
|     nodelet-config.cmake
|

Hence, this commit adds the missing dependency on nodelet.
2014-08-04 07:06:54 +02:00
Andreas Galauner 4465830888 image-rotate: add eigen-conversion as a build dependency 2014-07-30 20:11:34 +02:00
Lukas Bulwahn b951f44f0b image-rotate: adding missing dependency 2014-06-02 22:56:58 +02:00
Lukas Bulwahn f85647f3ca image-pipeline: updating to 1.11.10 2014-05-17 15:19:06 +02:00
Lukas Bulwahn 02bb158c2f image-pipeline: updating to 1.1.9 2014-05-07 11:40:31 +02:00
Lukas Bulwahn 3cf27fa67c image-pipeline: updating to 1.11.8
The patch for the image_view package has been merged in 1.11.8, and
hence is removed.
2014-04-10 07:07:55 +02:00
Lukas Bulwahn c9da551841 image-pipeline: updating to 1.11.6 2014-03-04 17:28:37 +01:00
Lukas Bulwahn e5f76733aa image-pipeline: updating to 1.11.5 2014-03-03 08:12:12 +01:00
Lukas Bulwahn 8ddce63297 image-view: adding patch (resolves #212) 2014-01-23 09:58:17 +01:00
Lukas Bulwahn 808e449c44 image-pipeline: updating to 1.11.4
The version 1.11.4 contains the local patches for
CATKIN_ENABLE_TESTING, and hence the local patches can be removed.
2013-11-26 07:26:49 +01:00
Kristof Robot af1818c3c3 depth-image-proc: initial commit 2013-11-05 19:45:11 +01:00
Lukas Bulwahn 5ccf3340b8 image-pipeline: initial commit
This commit includes all packages but depth-image-proc, which
requires the pcl library.
2013-10-14 11:08:58 +02:00