Commit Graph

25 Commits

Author SHA1 Message Date
Lukas Bulwahn 9569d5ed9e dropping collada-dom dependent packages 2016-10-12 17:29:37 +02:00
Lukas Bulwahn c4c9803b7b image-publisher: providing initial recipe 2016-09-30 16:08:55 +02:00
Lukas Bulwahn 238e003abb also drop ar-track-alvar due to issue #397 2016-06-15 08:35:19 +02:00
Lukas Bulwahn a5cf3d13eb temporarily drop image-view due to issue #396 2016-06-15 08:21:03 +02:00
Lukas Bulwahn e8e859ac4e remove sound-play from continuously checked ros-world
This patch fixes the continuous integration test by dropping
the sound-play recipe from ros-world, as it would fail with
the master branches (addresses issue #388).

https://github.com/bmwcarit/meta-ros/issues/388
2016-06-02 14:58:09 +02:00
Christoph Schultz 0f9dd1edbb include contributions from pull request #364 properly
This commit adds recipes for rosbridge_suite and its dependencies.
Its main content is based on the commits of pull request #364 by
Christoph Schultz.

As maintainer, Lukas Bulwahn just included the contributions
with a proper commit message, added the new packages to the
packagegroup-ros-world, and slightly improved the line breaking.
2016-01-07 10:22:08 +01:00
Lukas Bulwahn acf655c204 imu-pipeline: updating to 0.2.1
Due to the update, imu-pipeline contains now two ROS packages and
requires patching to build if CATKIN_ENABLE_TESTING is not enabled.
2015-06-13 16:02:37 +02:00
Lukas Bulwahn 2ade7620c5 packagegroup-ros-world: completing package list 2015-03-09 11:21:12 +01:00
Lukas Bulwahn 0325e1be9b packagegroup-ros-world: adding new packages to this group 2014-12-01 11:24:39 +01:00
Lukas Bulwahn b2818475f2 packagegroup-ros-world: removing urdfdom-headers (re-addressing #177).
The urdfdom-headers package was removed from packagegroup-ros-world
in #182, because it is an empty package and causes the image
creation to fail (cf. #177).
In commit 9ff8d1f7e9, urdfdom-headers
was added again while adding new ROS packages to
packagegroup-ros-world. As part of the manual regression testing,
executing 'bitbake packagegroup-ros-world' for the different qemu
architectures, but not building full images, this problem has
slipped through the regression testing the last few months. This
issue was reported on the meta-ros mailing list by Parag
Batavia [1].

[1] https://groups.google.com/forum/#!topic/meta-ros/VZo3IUsI_48
2014-09-08 08:44:10 +02:00
Lukas Bulwahn 8249cc8dd5 improving formatting after automated style check
After running oe-stylize.py on all recipes in recipes-ros, this
commit improves the formatting of some recipes.

To achieve this, I executed these commands in recipes-ros:
find . -name *.bb | sed 's#\(.*\)#./oe-stylize.py \1 > \1_sanitized#' | sh
find . -name *.bb | sed 's#\(.*\)#diff -Naur \1 \1_sanitized#' | sh > diffs

Then, I manually inspected the diffs file, and improved the
recipes.

For the DESCRIPTION line in the addressed recipes, the line width
of 100 characters was chosen, as the LIC_FILES_CHKSUM line and
SRC_URI line usually are also around about 100 characters long.
Hence, choosing a shorter line width, e.g. 80 characters, would
have only created more line breaks, but not reduced the need to
use a file viewer with which 100 characters line width can be
displayed. For the github file and diff viewer and most editors
on reasonably-sized screens, 100 character line width is no
problem.
2014-08-18 06:51:31 +02:00
Lukas Bulwahn c31c68766e packagegroups-ros-world: timer-tests has been split in several packages 2014-06-23 09:26:14 +02:00
Lukas Bulwahn 9ff8d1f7e9 packagegroups: adding recent recipes and cleaning up 2014-05-19 08:30:40 +02:00
Lukas Bulwahn 87c9ba5093 packagegroup-ros-world: adding octomap-ros recipe 2013-11-11 15:14:52 +01:00
Lukas Bulwahn dadd55782c packagegroup-ros-world: adding new recipes 2013-11-07 08:58:20 +01:00
Lukas Bulwahn e9f535cf0c packagegroup-ros-world: adding new recipes 2013-11-05 10:44:22 +01:00
Kristof Robot 4b20531e4c packagegroup-ros-world: removed urdf-headers (resolves #177) 2013-10-31 17:24:27 +01:00
Lukas Bulwahn cc10dee569 packagegroup-ros-world: adding new rosserial recipes 2013-10-21 09:49:33 +02:00
Lukas Bulwahn 99a1b2134b packagegroup-ros-world: adding new recipes 2013-10-21 07:19:20 +02:00
Lukas Bulwahn b4d24669d6 packagegroup-ros-world: adding new recipes 2013-10-15 08:42:04 +02:00
Lukas Bulwahn 42c96dc124 packagegroup-ros-world: adding new recipes 2013-10-14 11:08:58 +02:00
Lukas Bulwahn 9b32dc7705 packagegroup-ros-world: adding new ros-control recipes 2013-10-11 10:34:46 +02:00
Lukas Bulwahn f71eb784f6 packagegroup-ros-world: adding new image-transport recipes 2013-09-26 07:15:07 +02:00
Lukas Bulwahn 8a36b4244e actionlib-tutorials: initial commit 2013-09-24 15:20:52 +02:00
Lukas Bulwahn cd7c719fe6 packagegroup-ros-world: collecting all ros recipes in meta-ros 2013-09-05 08:37:46 +02:00