Commit Graph

24 Commits

Author SHA1 Message Date
Lukas Bulwahn c456672efc geometry: drop patch not needed after libeigen update 2018-07-13 18:51:09 +02:00
Lukas Bulwahn f734e4466a geometry: updating to 1.11.9
In the tf recipe, this commit adjusts the license-file line and
drops the upstream-accepted patch due to update.

With the update of eigen-conversions and tf-conversions,
the compilation of both packages fails with:
```
| [...]: fatal error: Eigen/Core: No such file or directory
|  #include <Eigen/Core>
|           ^~~~~~~~~~~~
| compilation terminated.
```
It fails as the upstream development uses the Eigen3 CMake
find script instead of the ROS cmake_modules find script,
and the Eigen3 CMake find script does not work in the current
openembedded-core and meta-openembedded setup (cf. #501).

Hence, this commit applies a patch to revert the CMakeLists.txt
to use ROS cmake_modules to find Eigen. This patch must be applied
until issue #501 is resolved in the upstream development.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-08-31 04:50:49 +02:00
Dmitry Rozhkov 2e90a00cbc tf: disable python support for python3-based ROS
tf supports only python2 thus disable it if we build
python3-based ROS.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:34 +03:00
Dmitry Rozhkov 3e201940f6 enable python3 compatible builds of ROS (resolves #458)
By default meta-ros uses python2. In case you want to get
python3-compatible builds add the following line to your local.conf:

    ROS_USE_PYTHON3 = "yes"

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:11 +03:00
Dmitry Rozhkov 640b0e51ce tf-conversions: add missing build dep on cmake-modules
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Lukas Bulwahn a14c2138f6 eigen-conversions: also depend on cmake-modules
Without the dependency on cmake-modules, `bitbake eigen-conversions`
can possibly fail with:

```
| CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/work/i586-oe-linux/eigen-conversions/1.11.8-r0/recipe-sysroot-native/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
|   Could not find a package configuration file provided by "cmake_modules"
|   with any of the following names:
|
|     cmake_modulesConfig.cmake
|     cmake_modules-config.cmake
|
|   Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set
|   "cmake_modules_DIR" to a directory containing one of the above files.  If
|   "cmake_modules" provides a separate development package or SDK, be sure it
|   has been installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:5 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
```

The failure only occurs if cmake-modules has not been installed
before eigen-conversions is configured. Hence, the regular
regression testing with `bitbake core-image-ros-world`, which
builds many packages in parallel, did not uncover this because
make-modules was usually installed before eigen-conversions was
configured.

However, the issue is clearly reproducible with
`bitbake eigen-conversions cmake-modules -c cleanall && bitbake eigen-conversions`

The missing dependency was probably introduced by the automatic
recipe updates without checking for new dependencies.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-01-28 10:57:36 +01:00
Lukas Bulwahn fec4463147 tf: use upstream patch to compile with gcc6 (#392) 2016-10-12 09:27:50 +02:00
Lukas Bulwahn 9da777e6ad geometry: updating to 1.11.8 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 6c229309a2 geometry: updating to 1.11.7
The patch provided upstream is incorporated since 1.11.4 and hence
is removed.
2015-06-10 10:56:44 +02:00
Lukas Bulwahn 21f7799ee9 adding Upstream-Status remarks to patches in recipes-ros
This commit further adds a simple fix to the patch for the ros-comm
repository.
2014-04-24 07:03:36 +02:00
Lukas Bulwahn 10675b2b63 tf: replacing patch by patch provided upstream 2014-03-20 08:01:52 +01:00
Kristof Robot 7eff7482e9 tf: adding numpy run dependency
Resolves:
  File "/usr/lib/python2.7/site-packages/tf/transformations.py", line 174, in <module>
    import numpy
ImportError: No module named numpy
2014-03-09 09:37:58 +01:00
Lukas Bulwahn 485ca90d93 geometry: updating to 1.10.8 2014-03-04 17:28:37 +01:00
Lukas Bulwahn cfbc844a83 geometry: updating to 1.10.7 2014-03-03 08:12:12 +01:00
Lukas Bulwahn d8f3de5f6d eigen-conversions: initial commit 2013-11-05 09:05:59 +01:00
Kristof Robot 3ed65d7429 tf-conversions: initial commit 2013-11-01 13:03:53 +01:00
Kristof Robot f4eee94cd9 kdl-conversions: initial commit 2013-11-01 13:03:53 +01:00
Lukas Bulwahn de212f1236 tf: moving patch for tf to tf recipe 2013-10-14 11:08:58 +02:00
Lukas Bulwahn 9879db3a97 removing optional rostest dependencies
When CATKIN_ENABLE_TESTING is deactivated, the ROS packages do not
require the rostest package.
This commit includes a number of patches to be submitted in the
upstream repositories and removes the rostest dependencies from
the recipes.
2013-09-23 09:56:18 +02:00
Lukas Bulwahn 6ae3ddd285 tf: updating to 1.10.6
The tf recipe is updated to 1.10.6 to be in line with
9cb0c7fb05/hydro/release.yaml.
2013-09-05 08:37:46 +02:00
Stefan Herbrechtsmeier 3e6b386d2f Unify ros recipes
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:20 +02:00
Lukas Bulwahn 795ad4131b geometry: updated to hydro release version
The previously applied patch is incorporated in the hydro release
version of the tf package. Also, the new tf package has further
dependencies.
2013-07-22 15:53:38 +02:00
Lukas Bulwahn 5e31277b14 tf: patch to optionally configure tests (resolves #95) 2013-07-05 06:48:07 +02:00
Lukas Bulwahn 9e18c257f8 tf: initial commit 2013-06-11 10:28:07 +02:00