Commit Graph

12 Commits

Author SHA1 Message Date
Lukas Bulwahn d8e54ecc8e geometry2: update to 0.5.18 2018-07-29 14:26:09 +02:00
Lukas Bulwahn 047223d923 geometry2: include new tf2-eigen recipe
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-06-18 05:33:37 +02:00
Lukas Bulwahn 939e4b19a0 geometry2: updating to 0.5.17
This commit also drops the patches included in the updated version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-02-05 16:06:55 +01:00
Lukas Bulwahn c747482afa clean up to prepare merging content from #519
This commit includes:

  - use `DEPENDS =` instead of `DEPENDS +=`.
  - put single-line configurations into a single line
  - move DEPENDS to right location in recipe files
  - remove superfluous ROS_SPN declarations

The clean up was motivated by the commits for
object-recognition-msgs and hector-mapping in #519.

Issues were identified with `grep "DEPENDS +=" . -R` and by looking
at the output of oe-stylize.py with this bash script:

```

for RECIPE in $(find . -name *.bb)
do
        echo "Processing: $RECIPE"
        ~/work/repositories/openembedded.org/meta-openembedded/contrib/oe-stylize.py $RECIPE > $RECIPE-oestylize
        diff $RECIPE $RECIPE-oestylize
done
```

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-11-25 13:55:56 +01:00
David Bensoussan 0d28145f55 tf2-ros: add run dependencies
tf2-py was not shipped in the image because of this
2017-10-25 20:47:56 +02:00
David Bensoussan bb5ab88087 tf2: ship tf2-msgs with tf2
All runtime dependencies have been set. The most problematic one was tf2-msgs since it was a run dependency of no other package.
2017-10-21 22:42:05 +02:00
Mikko Ylinen cb7cc936cf tf2-py: backport python3 fixes
A change before the v0.5.16 release broke python3 compatibility
and that triggers a build failure when ROS_USE_PYTHON3 = "yes".

To fix the build, backport two python3 related patches on top
of v0.5.16.

Resolves #551.

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
2017-09-07 06:39:01 +03:00
Lukas Bulwahn 5bebd0e448 geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
Lukas Bulwahn 87f5a6e064 geometry2: updating to 0.5.15 2017-03-19 21:51:29 +01:00
Dmitry Rozhkov c8fd69bee7 tf2-kdl: 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 71334d257a geometry2: updating to 0.5.13 2016-06-14 11:23:31 +02:00
Dominique Hunziker 2c8f0887a1 rename repository 'geometry_experimental' to 'geometry2' 2016-05-17 18:41:39 +02:00