Commit Graph

1005 Commits

Author SHA1 Message Date
Lukas Bulwahn a86e268eb9 gmapping: updating to 1.3.10 2018-02-05 16:06:55 +01:00
Lukas Bulwahn 5f0a1c7a67 razor-imu-9dof: updating to 1.2.0 2018-02-05 16:06:55 +01: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 5d16b79645 socketcan-interface: patch CMakeLists.txt (resolves #574) 2018-02-05 10:29:51 +01:00
Lukas Bulwahn 8439e72c55 packagegroup-ros-world: include new ros-canopen recipes
This commit is cherry-picked from kinetic-experimental-v3-alpha1:

  bb50d6fb46

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-01-08 20:18:06 +01:00
Matthias Schoepfer 3fb84b008c ros-canopen: initial recipes for indigo distro
This commit is the result of:

  - cherry-picking the two commits from the branch kinetic-experimental-v3-alpha1

    commit aed2202182df ("ros-canopen: adding can-msgs, socketcan-interface and socketcan-bridge")
    commit b62356a3a545 ("socketcan-interface: apply patch to compile with boost 1.65")

  - downgrading the recipe version to the indigo release version 0.6.8,
  - and squashing these changes into one commit.

The original ros-canopen recipes on kinetic-experimental were
provided by Matthias Schoepfer <matthias.schoepfer@identpro.de>.

[1] aed2202182
[2] b62356a3a5

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-01-08 20:15:41 +01:00
Lukas Bulwahn 12929bb952 moveit: updating to 0.7.13 2018-01-02 08:39:18 +01:00
Lukas Bulwahn 3d34bb30dc amcl: update Upstream-Status of patch file 2017-12-28 19:50:33 +01:00
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
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
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
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 8a5aacb23f packagegroup-ros-world: reactivate mavros recipes 2017-05-07 08:00:21 +02:00
Lukas Bulwahn 47568013bd mavros: properly find Eigen (resolves #467) 2017-05-07 08:00:21 +02:00
Lukas Bulwahn f24390aff5 ros-mavlink: support python2 and python3
While improving ros-mavlink, this commit also moves the
pre-existing patch to the more common directory for patches.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-05-07 07:57:37 +02:00
Dmitry Rozhkov 6fc7563de4 catkin: ignore LD_LIBRARY_PATH set in environment_cache.py
The script environment_cache.py generates a cache file that
sets LD_LIBRARY_PATH so that the paths to target libs
go first. This confuses native python3 which dynamically links
to the target libpython3 and that leads to wrong linking
of dynamic python modules:

    04:09:43 | [ 16%] Generating Python from MSG std_msgs/Float32
    04:09:43 | catkin_generated/env_cached.sh /srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/recipe-sysroot/opt/ros/indigo/share/genpy/cmake/../../../lib/genpy/genmsg_py.py /srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/std_msgs-0.5.10/msg/Float32.msg -Istd_msgs:/srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/std_msgs-0.5.10/msg -p std_msgs -o /srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/build/devel/lib/python3.5/site-packages/std_msgs/msg
    04:09:43 | Traceback (most recent call last):
    04:09:43 |   File "/srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/recipe-sysroot/opt/ros/indigo/share/genpy/cmake/../../../lib/genpy/genmsg_py.py", line 44, in <module>
    04:09:43 |     import genpy.generator
    04:09:43 |   File "/srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/recipe-sysroot/opt/ros/indigo/lib/python3.5/site-packages/genpy/__init__.py", line 34, in <module>
    04:09:43 |     from . message import Message, SerializationError, DeserializationError, MessageException, struct_I
    04:09:43 |   File "/srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/recipe-sysroot/opt/ros/indigo/lib/python3.5/site-packages/genpy/message.py", line 40, in <module>
    04:09:43 |     import math
    04:09:43 | ImportError: /srv/jenkins/workspace/builder-slot-0/build/tmp-glibc/work/corei7-64-refkit-linux/std-msgs/0.5.10-r0/recipe-sysroot-native/usr/lib/python3.5/lib-dynload/math.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _Py_dg_stdnan

Don't put LD_LIBRARY_PATH to the cache, but use the value provided
by bitbake.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-27 14:38:55 +03:00
Lukas Bulwahn a19cdc9482 packagegroup-ros-kobuki: extend with kobuki recipes
As python-orocos-kdl currently fails, we do not activate the one
package depending on python-orocos-kdl.
2017-04-27 09:38:06 +02:00
Lukas Bulwahn ac1bd14af7 kobuki-core: initial recipes without kobuki-ftdi 2017-04-27 09:38:06 +02:00
Lukas Bulwahn 65b4a76226 kobuki: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 56567a7a98 kobuki-msgs: initial recipe 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 87a5a04060 packagegroup-ros-kobuki: extend with rocon recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 10420ea3c7 rocon-app-platform: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn f43f5ba416 rocon-multimaster: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 9ce4adc8cb rocon-tools: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn db3ecd3ca4 rocon-msgs: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn f279abf220 packagegroup-ros-kobuki: extend with zeroconf-avahi recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 001e229f54 zeroconf-avahi-suite: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 2f1e13355b zeroconf-msgs: initial recipe 2017-04-27 09:37:53 +02:00
Lukas Bulwahn d6c29697cc packagegroup-ros-kobuki: extend with capabilities and unique-id recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 14aba58786 unique-identifier: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 5b52d666a6 std-capabilities: initial recipe 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 4a003b9bb1 capabilities: initial recipe 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 2b7d670633 packagegroup-ros-kobuki: extend with yujin-ocs recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 1231aa4925 yujin-ocs: initial recipes 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 2f2cda2033 yocs-msgs: initial recipe 2017-04-27 09:37:53 +02:00
Lukas Bulwahn 5cdcef89b3 packagegroups: new packagegroup for kobuki-related recipes 2017-04-27 09:37:52 +02:00
Lukas Bulwahn 3ff587cdc3 ecl-mobile-robot: initial recipe 2017-04-27 09:07:12 +02:00
Lukas Bulwahn 1ada06d6a1 ecl-core: initial recipes 2017-04-27 09:07:00 +02:00
Lukas Bulwahn cd4dc50da4 ecl-lite: initial recipes 2017-04-27 09:07:00 +02:00
Lukas Bulwahn cff2735ed9 ecl-tools: initial recipes 2017-04-27 09:06:22 +02:00
Dmitry Rozhkov 2b9f864ffa moveit-ros-planning: call python3 for dynamic reconfigurations
If python2 is available in build environment then according to
PEP-394 python should reference python2. But in case of building
a python3 flavor of meta-ros PYTHONPATH is set explicitly to
python3 libraries. When python2 is called with PYTHONPATH
pointing to python3 libs the following error triggers:

    Could not find platform independent libraries <prefix>
    Could not find platform dependent libraries <exec_prefix>
    Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

This patch makes the dynamic reconfigurations call python3
explicitly in case a python3 flavor of meta-ros is being
built.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-25 11:07:00 +03:00
dan.jia bf9786596f angles: updating to 1.9.11 2017-04-24 15:13:07 +03:00
Dmitry Rozhkov a5647ad610 Merge pull request #482 from bulwahn/indigo-update-missed
robot-model: adjust recipes missed in latest indigo update
2017-04-18 12:48:53 +03:00
Dmitry Rozhkov 46e889055e Merge pull request #481 from bulwahn/complete-packagegroup
include recipes in packagegroups
2017-04-18 12:48:14 +03:00
Dmitry Rozhkov 873e594c22 Merge pull request #480 from bulwahn/remove-rostest-dependencies
Remove rostest dependencies
2017-04-18 12:25:55 +03:00
Lukas Bulwahn 1bb6bebd13 robot-model: adjust recipes missed in latest indigo update 2017-04-18 10:54:23 +02:00
Lukas Bulwahn 4250542cc5 include recently added recipes in packagegroups
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-17 15:35:53 +02:00