Commit Graph

12 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
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 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 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 9e18c257f8 tf: initial commit 2013-06-11 10:28:07 +02:00