Commit Graph

1287 Commits

Author SHA1 Message Date
Lukas Bulwahn b4baa4a896 log4cxx: update to current svn version (resolves #390)
The svn version of log4cxx does not require the previous patches
and hence, they are dropped.
2016-06-02 15:01:45 +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
Lukas Bulwahn d997bcda5a catkin: patch _setup_util.py.in to address #384
In _setup_util.py.in, we use python provided by environment instead of
the generated one, as the generated python path can be arbitrarily long
(depending on the location of the build directory), and hence reaches
the shebang line limit, causing the script to fail at start-up.

The catkin developers changed the cmake-generated template _setup_util.py
to use @PYTHON_EXECUTABLE@ instead of /usr/bin/env python in changeset
bf12b40c2 [1]. We revert this change here to address the issue #384 [2].

[1] bf12b40c2a
[2] https://github.com/bmwcarit/meta-ros/issues/384

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-06-01 11:36:37 +02:00
KristofRobot be892085ae Merge pull request #385 from simium/master
Drop obsolete call to sysroot_stage_libdir
2016-05-29 14:28:35 +02:00
Juampe Lopez Cabrera ce5ba479ba Drop obsolete call to sysroot_stage_libdir
It replaces the sysroot_stage_libdir() call as it is no longer available (it was just a wrapper for sysroot_stage_dir() anyway).

See: 80e7e7f78d
2016-05-28 22:48:49 +02:00
KristofRobot 90663a23b8 Merge pull request #382 from rapyuta/update-geometry-experimental
rename repository 'geometry_experimental' to 'geometry2'
2016-05-17 21:25:10 +02:00
Dominique Hunziker 2c8f0887a1 rename repository 'geometry_experimental' to 'geometry2' 2016-05-17 18:41:39 +02:00
Lukas Bulwahn 87e40b0d0b Merge pull request #383 from rapyuta/libccd_update
libccd: update to new GitHub source
2016-05-03 11:55:41 +02:00
Javier V. Gomez cda11c3c89 libccd: update to new GitHub source 2016-05-03 09:59:49 +02:00
KristofRobot 69c4af9ee6 Merge pull request #381 from DaikiMaekawa/add-cv-camera
Create the recipe of cv-camera
2016-03-17 19:18:21 +01:00
Daiki Maekawa 2b124ed256 create the recipe of cv-camera 2016-03-16 19:04:54 +09:00
KristofRobot 279e7303c9 Merge pull request #379 from bulwahn/bfl
bfl: patch to obtain pkgconfig sanity
2016-02-16 17:51:38 +01:00
Lukas Bulwahn b3786d79d0 bfl: patch to obtain pkgconfig sanity
Since 3739aaf644d5a0f28e85fd07c67cecbfa5b8fb8a on openembedded-core,
the build of the bfl recipe fails with:

  ERROR: QA Issue: orocos-bfl.pc failed sanity test (tmpdir) in path /[...]/bfl/0.7.0-6-r0/sysroot-destdir//usr/lib/pkgconfig [pkgconfig]
  ERROR: QA Issue: bfl.pc failed sanity test (tmpdir) in path /[...]/bfl/0.7.0-6-r0/sysroot-destdir//usr/lib/pkgconfig [pkgconfig]
  ERROR: QA staging was broken by the package built above
  ERROR: Function failed: do_qa_staging
  ERROR: Logfile of failure stored in: /[...]/bfl/0.7.0-6-r0/temp/log.do_populate_sysroot.12063
  ERROR: Task 4361 (/[...]/meta-ros/recipes-extended/bfl/bfl_0.7.0-6.bb, do_populate_sysroot) failed with exit code '1'

The openembedded-core recipe suggests that the bfl recipe was broken
since its initial commit, but it remained unnoticed. This commit now
adds a patch to drop the unneeded and wrong paths from the pkgconfig
file.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-02-15 09:38:53 -01:00
Lukas Bulwahn 63ebe5bfe6 Merge pull request #373 from rapyuta/update_python_rospkg
python-rospkg: updating to 1.0.38
2016-01-18 06:16:58 +01:00
KristofRobot 027be830ec Merge pull request #375 from bulwahn/pcl-update
pcl: updating to 1.7.2
2016-01-16 18:06:09 +01:00
Lukas Bulwahn 027c774cd7 pcl: updating to 1.7.2
The update to the latest version 1.7.2 was triggered by compilation
errors in pcl 1.7.0 (i.e., in file common/include/pcl/point_types.h)
due to the update of boost to 1.60.0 in openembedded-core [1].
This failure was detected by the internal CI build on 2016-01-15.

Due to the version update, the commit drops patch
`Fix incompatibility with Boost 1.56`, as the change is included
upstream in version 1.7.2. This commit also adds the upstream-accepted
patch `Add "WITH_OPENGL" option (...)` to make the dependency to OpenGL
libraries optional.

The commit configures package dependencies and compiles with the
least possible packages, so that the pcl-ros recipe compiles. As a
result, all optional packages in PCL, except qhull, can be set to FALSE.

If qhull is deactivated, the do_configure task of pcl-ros reports:

  | -- Could NOT find qhull (missing:  QHULL_LIBRARY)
  | ** WARNING ** surface features related to qhull will be disabled

However, in the do_compile task of pcl-ros, the build process assumes
that the surface features related to qhull are actually never disabled,
i.e., if qhull is deactivated, compiling pcl-ros fails with:

  | In file included from [...]/pcl_ros/src/pcl_ros/surface/convex_hull.cpp:40:0:
  | [...]/pcl_ros/include/pcl_ros/surface/convex_hull.h:44:37: fatal error: pcl/surface/convex_hull.h: No such file or directory
  | compilation terminated.
  | CMakeFiles/pcl_ros_surface.dir/build.make:89: recipe for target 'CMakeFiles/pcl_ros_surface.dir/src/pcl_ros/surface/convex_hull.cpp.o' failed
  | make[2]: *** [CMakeFiles/pcl_ros_surface.dir/src/pcl_ros/surface/convex_hull.cpp.o] Error 1
  | make[2]: Leaving directory '[...]/build'
  | CMakeFiles/Makefile2:1173: recipe for target 'CMakeFiles/pcl_ros_surface.dir/all' failed
  | make[1]: *** [CMakeFiles/pcl_ros_surface.dir/all] Error 2

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=17d77db5e1203e18cdd178e7d9a457310425ebdc

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-01-16 11:30:59 +01:00
KristofRobot 2500299b4e Merge pull request #372 from rapyuta/new-recipes2
Redo of PR #371: Recipes for libccd, FCL, OMPL
2016-01-14 19:52:00 +01:00
Jose Pardeiro 22a199844c python-rospkg: updating to 1.0.38 2016-01-13 18:21:59 +01:00
Javier V. Gomez c62991db62 ompl: initial commit of version 1.1.0
It requires the upstream openembedded-core layer be later than Dec 23rd 2014 as this patch is required to compile OMPL: http://patchwork.openembedded.org/patch/85463/
2016-01-13 14:39:24 +01:00
Javier V. Gomez 7ea8324e38 fcl: initial commit of version 0.3.2 2016-01-13 14:36:40 +01:00
Javier V. Gomez 2a5c0e4bad libccd: initial commit of version 1.5.0 2016-01-13 14:32:59 +01:00
KristofRobot f1771436d9 Merge pull request #370 from bulwahn/indigo-updates
Recipe updates in indigo distribution in January 2016
2016-01-12 20:46:19 +01:00
Lukas Bulwahn 01493728c4 navigation: updating to 1.12.6 2016-01-08 15:10:24 +01:00
Lukas Bulwahn 9d182ebca5 laser-filters: updating to 1.7.4 2016-01-08 15:10:24 +01:00
KristofRobot 456ccc4371 Merge pull request #369 from bulwahn/rework-pull-request-364
include contributions from pull request #364 properly
2016-01-07 22:33:33 +01: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
KristofRobot 8e0c6658c8 Merge pull request #368 from bulwahn/master
python-numpy: drop now superfluous bbappend file
2015-12-17 18:16:57 +01:00
Lukas Bulwahn d05b5e5f99 python-numpy: drop now superfluous bbappend file
In the meta-ros commit b6080314 (commit date: 2013-11-17) [1], we
add python-numpy_1.7.0.bbappend to provide python-numpy as native
package, as the version update to cv-bridge 1.10.14 needs that.

Coincidentally, Ross Burton added native support to the
python-numpy recipe in the meta-openembedded commit c13c5f40
(commit date: 2013-11-18) [2]. However, the existing bbappend in
meta-ros was still required for use with releases before commit
c13c5f40.

On 2014-01-14, the python-numpy recipe was moved from meta-oe to
openembedded-core (commit a4415f89 and 9bf355cc [3, 4]).
Now, on 2015-12-16, the python-numpy recipe was updated to 1.10.1
(commit 3c3932f3 [5]), and hence, our version-specific bbappend
file fails to apply.

As the native package addition is now in the recipe for over two
years (commit date: 2013-11-18), and we assume all users to work on
versions where the change has been included, we simply drop our now
superfluous bbappend file.

[1] b608031450
[2] http://cgit.openembedded.org/meta-openembedded/commit/?id=c13c5f40160d289bb62538a16900fed30621cb22
[3] http://cgit.openembedded.org/meta-openembedded/commit/?id=a4415f89e533a59ba358f8575d56216d3650e59e
[4] http://cgit.openembedded.org/openembedded-core/commit/?id=9bf355cceaec6ebacdcbcc35f9713ff73e1c85da
[5] http://cgit.openembedded.org/openembedded-core/commit/?id=3c3932f3560c898e32287c8733b61180685ee539

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2015-12-17 09:36:36 +01:00
KristofRobot 0e7122c958 Merge pull request #367 from bulwahn/indigo-updates
Updates in ROS indigo until mid of December
2015-12-11 20:49:50 +01:00
Lukas Bulwahn a7490bf9c8 audio-common: updating to 0.2.9 2015-12-11 07:04:13 +01:00
Lukas Bulwahn 63c57f961f image-common: updating to 1.11.8 2015-12-11 07:04:12 +01:00
Lukas Bulwahn 7fe6d7dfee vision-opencv: updating to 1.11.9 2015-12-11 07:04:12 +01:00
Lukas Bulwahn 01afdc60d1 ar-track-alvar: updating to 0.5.2 2015-12-11 07:04:12 +01:00
KristofRobot e6d7a51738 Merge pull request #366 from bulwahn/indigo-updates
robot-state-publisher: adjust to new dependencies
2015-11-20 18:20:51 +01:00
Lukas Bulwahn 83527f9138 robot-state-publisher: adjust to new dependencies
The internal CI build detected that bitbake robot-state-publisher
fails after the recent version update. Hence, this commit adjusts
the dependencies to those dependencies stated in the package.xml.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2015-11-19 16:10:50 +01:00
KristofRobot c9a05d8f71 Merge pull request #365 from bulwahn/indigo-updates
Updates to ROS indigo until mid November 2015
2015-11-18 07:52:14 +01:00
Lukas Bulwahn b70076a6b3 rgbd-launch: updating to 2.1.1 2015-11-17 07:59:25 +01:00
Lukas Bulwahn 453c9d6dd6 ros-comm: updating to 1.11.16 2015-11-11 07:50:46 +01:00
Lukas Bulwahn 77ca036fd9 genpy: updating to 0.5.7 2015-11-11 07:50:38 +01:00
Lukas Bulwahn 940adbb15e catkin: updating to 0.6.16 2015-11-11 07:50:28 +01:00
Lukas Bulwahn 781fe473b1 xacro: updating to 1.9.5 2015-11-11 07:50:06 +01:00
Lukas Bulwahn a3b2a8d64e hector-slam: updating to 0.3.4 2015-11-11 07:49:56 +01:00
Lukas Bulwahn 59146aeba8 navigation: updating to 1.12.5 2015-11-06 09:22:32 +01:00
Lukas Bulwahn 42b5905e0d robot-state-publisher: updating to 1.11.0 2015-10-29 13:35:28 +01:00
Lukas Bulwahn b17f716f9e ros-comm: updating to 1.11.15 2015-10-26 07:25:49 +01:00
Lukas Bulwahn 5f7ae4cfda ros: updating to 1.11.11 2015-10-26 07:25:36 +01:00
Lukas Bulwahn 62ce4454b9 genpy: updating to 0.5.6 2015-10-26 07:25:20 +01:00
KristofRobot 9a4b87f692 Merge pull request #363 from bulwahn/indigo-updates
Updates to ROS indigo in October 2015
2015-10-13 18:45:35 +02:00
Lukas Bulwahn c45ff3eda8 audio-common: updating to 0.2.8 2015-10-12 05:24:22 +02:00
Lukas Bulwahn 4b43b4f69c ros-comm: updating to 1.11.14 2015-10-12 05:24:03 +02:00