Commit Graph

1593 Commits

Author SHA1 Message Date
Lukas Bulwahn 14d4596eb1 Merge pull request #546 from rojkov/binutils-workaround
make all recipes build again after recent changes in openembedded-core et al.
2017-08-31 03:48:04 +01:00
Dmitry Rozhkov 068d91088e mavlink: set git revision to release/kinetic/mavlink/2017.8.8-0
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-08-30 10:30:55 +03:00
Dmitry Rozhkov 84c1e54b11 catkin.bbclass: adapt to binutils 2.29
After updating to binutils 2.29 builds fail with

    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/7.2.0/ld: warning: libclass_loader.so, needed by /home/rojkov/work/ros/build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so, not found (try using -rpath or -rpath-link)
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/7.2.0/ld: warning: libroslib.so, needed by /home/rojkov/work/ros/build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so, not found (try using -rpath or -rpath-link)
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::ClassLoader::isLibraryLoaded()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::MultiLibraryClassLoader::loadLibrary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::MultiLibraryClassLoader::MultiLibraryClassLoader(bool)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `ros:📦:getPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::systemLibrarySuffix[abi:cxx11]()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::class_loader_private::AbstractMetaObjectBase::isOwnedBy(class_loader::ClassLoader const*)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::class_loader_private::getFactoryMapForBaseClass(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::MultiLibraryClassLoader::getAllAvailableClassLoaders()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::ClassLoader::hasUnmanagedInstanceBeenCreated()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::ClassLoader::unloadLibraryInternal(bool)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::MultiLibraryClassLoader::unloadLibrary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::class_loader_private::getPluginBaseToFactoryMapMapMutex()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::MultiLibraryClassLoader::getRegisteredLibraries[abi:cxx11]()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `ros:📦:getPlugins(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&, bool)'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::MultiLibraryClassLoader::~MultiLibraryClassLoader()'
    build/tmp-glibc/work/i586-oe-linux/kdl-parser/1.11.14-r0/recipe-sysroot/opt/ros/indigo/lib/liburdf.so: undefined reference to `class_loader::ClassLoader::loadLibrary()'

because of wrong value of -Wl,-rpath provided to the cross-linker.

This patch makes use of -Wl,-rpath-link option added unconditionally to all
catkin-based builds to aleviate the problem.

NB: The proper fix though should either replace -Wl,-rpath with
-Wl,-rpath-link where it's needed or use correct path to target
libs in -Wl,-rpath.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-08-28 17:11:08 +03:00
Mark D Horn f7dbc8bba0 New plugin for generating catkin recipes
Currently the plugin only allow for processing a single
ROS package in a repository. If a repository contains more than
one package, or the package is not in the root of the repository,
then use the `--src-subdir=<dir>` option.

ROS repositories generally do not use `master` as their default
branch, so be sure to include the correct branch for the desired
distribution as part of the URI: `<URI>;branch=indigo-devel`
2017-08-25 16:13:12 -07:00
Lukas Bulwahn ef4c8dd4cf slam-gmapping: update Upstream-Status of patch 2017-08-22 08:15:36 +02:00
Lukas Bulwahn 1567b83105 velodyne-driver: address package_qa issue (resolves #442)
In builds with recent commits of openembedded-core,
`bitbake velodyne-driver` fails in do_package_qa with:
```
ERROR: velodyne-driver-1.2.0-r0 do_package_qa: QA Issue: /opt/ros/indigo/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps]
```

In the past, the QA issue was only a warning and considered of low
priority. Now that it raises an error, it must be addressed.

Hence, this commit resolves the issue.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-08-22 08:03:10 +02:00
Lukas Bulwahn f59cdf26ef openslam-gmapping: adjust for glibc-2.26 (resolves #539) 2017-08-21 11:45:02 +02:00
Dmitry Rozhkov 8dcc2ba0c5 Merge pull request #535 from bulwahn/indigo-updates-v2
recipe updates for indigo distribution on 2017-07-25
2017-07-31 09:56:40 +03:00
Lukas Bulwahn 85759ace9b urdf-tutorial: updating to 0.3.0
This commit also drops the patch that has been included in the
updated version, and adjusts to new directory structure in the
archive of the updated version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-07-29 09:10:07 +02:00
Lukas Bulwahn b3f32ad99b ros-controllers: updating to 0.9.4 2017-07-29 06:05:39 +02:00
Lukas Bulwahn 7fa5158436 diagnostics: updating to 1.9.2 2017-07-29 06:05:39 +02:00
Lukas Bulwahn 5697ef8828 Merge pull request #534 from rojkov/roscpp-532
roscpp: add missing header for writev()
2017-07-24 09:57:43 +01:00
Dmitry Rozhkov 000032396c roscpp: add missing header for writev()
resolves #532

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-07-20 09:48:16 +03:00
Dmitry Rozhkov 842830395a Merge pull request #533 from yangjiel/master
ompl: fix compilation error
2017-07-19 12:08:22 +03:00
Jason Liu f25474fdf3 ompl: upgrade to version 1.1.1
Upgrade ompl from 1.1.0 to 1.1.1 to avoid some compile errors and get rid of the patches

Signed-off-by: Jason Liu <jason.liu@gumstix.com>
2017-07-18 14:08:58 -07:00
Dmitry Rozhkov 2b7704917c Merge pull request #530 from bulwahn/resolve-issue-#497
sophus: compile on x86-64 arch (resolves #497)
2017-07-06 14:16:50 +03:00
Lukas Bulwahn 9d6db38f0d sophus: compile on x86-64 arch (resolves #497)
This commit implements Christian Ege's suggestion in the meta-ros
issue tracker to make gcc only warn on ignored template attributes.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-07-04 10:04:14 +02:00
Dmitry Rozhkov 08516c36c6 Merge pull request #528 from bulwahn/indigo-updates
recipe updates for indigo distribution on 2017-06-30
2017-07-04 09:18:54 +03:00
Lukas Bulwahn 5496a3e0a1 moveit: updating to 0.7.11 2017-07-03 07:11:49 +02:00
Lukas Bulwahn fefd486339 gscam: updating to 0.2.0
Due to the update, this commit drops the patch for gscam that has
been included in the current upstream version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-07-03 07:11:15 +02:00
Lukas Bulwahn d1c9de1a08 executive-smach: updating to 2.0.1
Due to the update, this commit drops the patch for smach-ros that
has been included in the current upstream version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-07-03 07:10:13 +02:00
Lukas Bulwahn 79ecc9267c ecl-core: updating to 0.61.18
Due to the update, this commit drops the patch for ecl-containers
that has been included in the current upstream version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-07-03 07:08:08 +02:00
Lukas Bulwahn b0bf3da6d5 Merge pull request #523 from rojkov/gcc7
Fix gcc v7.1 compilation issues
2017-06-27 14:26:27 +02:00
Dmitry Rozhkov 4f863ffa54 ecl-containers: fix gcc7.1 compilation issue
This commit resolves #520

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-06-27 10:16:55 +03:00
Dmitry Rozhkov c255bc3dc8 amcl: fix compilation with gcc7
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-06-26 17:29:04 +03:00
Dmitry Rozhkov 2678ffb491 eigen: disable warnings int-in-bool-context
Project depending on libeigen's headers can't be compiled with
gcc 7.1 because of the int-in-bool-context warning.

As suggested in
https://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2017/06/msg00013.html
it's easier to disable the warning for now until libeigen
fixes them.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-06-26 16:55:52 +03:00
Dmitry Rozhkov 93403c79df assimp: upgrade to 3.1.1
The version 3.1.1 builds with gcc 7.1 correctly.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-06-26 16:54:05 +03:00
Lukas Bulwahn f591713a14 Merge pull request #511 from BluEye-Robotics/rosserial-rdepends
rosserial-python: Added python-pyserial to RDEPENDS
2017-06-20 22:45:15 +02:00
Johannes Schrimpf 3d38b40002 rosserial-python: Added ${PYTHON_PN}-pyserial to RDEPENDS 2017-06-20 12:17:57 +02:00
Dmitry Rozhkov 88ce15453a Merge pull request #518 from bulwahn/indigo-updates
robot-model: move some packages to own repositories
2017-06-12 11:14:41 +03:00
Lukas Bulwahn 603d27ade4 robot-model: move some packages to own repositories
The recipes collada-parser, collada-urdf and kdl-parser have been
moved to new repositories and are further developed there. This
commit updates the recipes to the current versions in the new
repositories. Furthermore, it adds the new recipe kdl-parser-py,
but this recipe is still deactivated in packagegroup-ros-world, as
python-orocos-kdl is not yet properly building.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-06-04 07:24:20 +02:00
Lukas Bulwahn e463a59e80 Merge pull request #514 from rojkov/moveit-recipes
add more MoveIt recipes and their dependencies
2017-05-29 12:14:03 +02:00
Dmitry Rozhkov 420df74f4c Merge pull request #515 from sebastiengemme/master
log4cxx doesn't support http, only https, therefore, the recipe failed
2017-05-26 08:12:18 +03:00
Sebastien Gemme afb31faf99 log4cxx doesn't support http, only https, therefore, the recipe failed
Signed-off-by: Sebastien Gemme <sebastien.gemme@canada.ca>
2017-05-25 13:40:41 -04:00
Dmitry Rozhkov 6c6b5dcc13 ompl: update recipe to build with latest oe-core
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-23 15:14:33 +03:00
Dmitry Rozhkov 18dc7093b9 moveit: add more recipes for MoveIt! packages
Adds recipes for
- moveit_kinematics,
- moveit_planners_ompl,
- moveit_ros_manipulation,
- moveit_ros_move_group,
- moveit_simple_controller_manager.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-23 15:14:33 +03:00
Dmitry Rozhkov 799fcbfb8d manipulation-msgs: initial recipe
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-23 09:29:22 +03:00
Dmitry Rozhkov f963cc4758 household-objects-database-msgs: initial recipe
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-23 09:29:22 +03:00
Lukas Bulwahn aebd5b3195 Merge pull request #513 from rojkov/ros-industrial
Add recipes for core packages from ROS-Industrial
2017-05-18 17:35:03 +02:00
Dmitry Rozhkov 2097ff3d48 packagegroups: new packagegroup for industrial_core related recipes
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-18 11:08:05 +03:00
Dmitry Rozhkov e2b70c6db9 industrial-core: initial recipes
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-05-18 11:07:55 +03:00
Dmitry Rozhkov 36eb1dd4f2 Merge pull request #508 from bulwahn/indigo-updates
Recipe updates for the indigo distribution
2017-05-15 10:40:56 +03:00
Lukas Bulwahn f645ea526d urdf-tutorial: updating to 0.2.5
This commit also updates the  license file checksum, and patches
CMakeLists.txt to build properly when testing with catkin is
switched off.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-05-13 21:34:42 +02:00
Lukas Bulwahn 960c89659e image-pipeline: updating to 1.12.20
Due to the update, this commit drops the two previous patches that
are now included in the upstream development. For depth-image-proc,
the commit provides a patch to properly find Eigen. For image-proc,
the commit adjusts the dependencies and tunes its formatting.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-05-13 21:33:12 +02:00
Lukas Bulwahn d46be056b5 diagnostics: updating to 1.9.0
Due to update, this commit also drops the patch that was merged
upstream.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-05-13 21:15:02 +02:00
Dmitry Rozhkov 118a1d0728 Merge pull request #502 from bulwahn/mavros-update-v2
repair and update mavros to kinetic (resolves #489)
2017-05-08 10:25:48 +03:00
Lukas Bulwahn 5fc0e95da0 rename ros-mavlink to mavlink 2017-05-07 08:05:55 +02:00
Lukas Bulwahn 0d125354d2 mavros: updating to 0.18.7 2017-05-07 08:05:55 +02:00
Lukas Bulwahn 8756123ce3 ros-mavlink: updating to kinetic version
Due to the update to the kinetic branch, this commit drops the
backported patch, but provides another new patch that is needed.
2017-05-07 08:04:59 +02:00
Lukas Bulwahn fb00393ba7 python-future: recipe for version 0.16.0 with python2/python3 support 2017-05-07 08:00:21 +02:00