Commit Graph

947 Commits

Author SHA1 Message Date
Lukas Bulwahn 42c8d7b4bd pluginlib: updating to 1.10.6 2017-12-28 19:20:42 +01:00
Lukas Bulwahn 4cc048e1d1 nodelet-core: updating to 1.9.14 2017-12-28 19:20:41 +01:00
Lukas Bulwahn 7830e48b87 navigation: updating to 1.12.14
This commit also drops patches included in version 1.12.14 and
adjusts to new enforced dependencies in the move_base package.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-12-28 19:18:21 +01:00
Lukas Bulwahn 090f7fbc00 geometric-shapes: updating to 0.4.6 2017-12-28 19:18:21 +01:00
Lukas Bulwahn 3a7b29ba7f class-loader: updating to 0.3.8 2017-12-28 19:18:21 +01:00
Lukas Bulwahn 22427d3d0a bond-core: updating to 1.7.20 2017-12-28 19:18:21 +01:00
Lukas Bulwahn 95b86cde24 actionlib: updating to 1.11.12 2017-12-28 19:18:21 +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
Lukas Bulwahn 4433be3fdb image-pipeline: updating to 1.12.21 2017-11-23 04:38:24 +01:00
Lukas Bulwahn ad748f14fa vision-opencv: updating to 1.11.16 2017-11-23 04:38:24 +01:00
Lukas Bulwahn 7081301124 velodyne: updating to 1.3.0
Due to the recipe update, the commit also adjusts the line number
of the license file check and adds new dependencies.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-11-23 04:36:42 +01:00
Lukas Bulwahn 74c0fb670f image-common: updating to 1.11.13
This commit also adjusts the patch file due to the recipe update.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-11-23 04:35:27 +01:00
Dmitry Rozhkov 5a5a79f787 rospack: backport lunar patch to fix boost incompatibility
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-11-14 14:20:36 +02:00
Lukas Bulwahn 8d686fc130 gmapping: updating to 1.3.9
This commit also adjusts the dependencies, and drops the patch file
that is included in this version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-10-28 21:14:44 +02:00
Lukas Bulwahn b579fb74be Merge pull request #558 from synapticon/fix_tf2_py
tf2-ros: adds run dependencies
2017-10-27 09:41:59 +02:00
David Bensoussan 1f658a42f5 smach: update dependencies and run dependencies 2017-10-26 09:54:44 +02: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
Dmitry Rozhkov ede68e35e6 simple-message: fix up patch's upstream status
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-10-06 11:29:23 +03:00
Lukas Bulwahn 1b360b4391 robot-model: updating to 1.11.14 2017-09-21 09:00:02 +02:00
Lukas Bulwahn c2ecb6e00e laser-filters: updating to 1.8.5
This commit also drops the backported patch, which is included in
the updated version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-09-21 09:00:02 +02:00
Dmitry Rozhkov 3cb48e5df3 image-transport-plugins: tie recipes to git revision instead of dynamicly generated tarballs
Since Github's auto-generated tarballs aren't garanteed to be identical
over time it's better to tie the recipe to a git revision.

contributes to #552

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-09-20 11:49:44 +03:00
Dmitry Rozhkov a211d16b51 capabilities: tie recipe to git revision instead of dynamicly generated tarball
Since Github's auto-generated tarballs aren't garanteed to be identical
over time it's better to tie the recipe to a git revision.

contributes to #552

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-09-20 08:57:28 +03:00
Dmitry Rozhkov c34a5e84a4 moveit: tie recipe to git revision instead of dynamicly generated tarball
Since Github's auto-generated tarballs aren't garanteed to be identical
over time it's better to tie the recipe to a git revision.

contributes to #552

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-09-20 08:57:04 +03: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 25d97e4bfe mavros: also compile with arm, mips & ppc (resolves #525) 2017-09-05 10:37:44 +02:00
Lukas Bulwahn 1d70c411c1 moveit: updating to 0.7.12 2017-08-31 04:50:50 +02:00
Lukas Bulwahn 5bebd0e448 geometry2: updating to 0.5.16 2017-08-31 04:50:49 +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 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
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
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
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
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
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
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
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
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
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