Commit Graph

751 Commits

Author SHA1 Message Date
Lukas Bulwahn 858a90bbd0 ros-comm-msgs: updating to 1.11.2 2016-06-14 11:28:47 +02:00
Lukas Bulwahn 1f6424c7d5 ros-comm: updating to 1.11.19 2016-06-14 11:28:47 +02:00
Lukas Bulwahn dc7bd5e84a rospack: updating to 2.2.6 2016-06-14 11:28:47 +02:00
Lukas Bulwahn e338b708cf roscpp-core: updating to 0.5.7 2016-06-14 11:28:46 +02:00
Lukas Bulwahn 8748a1c212 rosconsole-bridge: updating to 0.4.4 2016-06-14 11:28:46 +02:00
Lukas Bulwahn 5aa959571d rosbridge-suite: updating to 0.7.14 2016-06-14 11:28:46 +02:00
Lukas Bulwahn dd467b02ac ros: updating to 1.11.12 2016-06-14 11:28:46 +02:00
Lukas Bulwahn 1c5e4ae8df robot-state-publisher: updating to 1.11.2 2016-06-14 11:28:46 +02:00
Lukas Bulwahn c44590e88d robot-model: updating to 1.11.10 2016-06-14 11:28:46 +02:00
Lukas Bulwahn d65faf6e81 rgbd-launch: updating to 2.1.2 2016-06-14 11:24:48 +02:00
Lukas Bulwahn bac6b59b6d pluginlib: updating to 1.10.2 2016-06-14 11:24:48 +02:00
Lukas Bulwahn f9a69ddaa0 octomap: updating to 1.6.9 2016-06-14 11:24:48 +02:00
Lukas Bulwahn 2a176d4444 nodelet-core: updating to 1.9.4 2016-06-14 11:24:48 +02:00
Lukas Bulwahn 565782d120 navigation: updating to 1.12.10 2016-06-14 11:24:48 +02:00
Lukas Bulwahn f398106280 laser-filters: updating to 1.8.3 2016-06-14 11:24:48 +02:00
Lukas Bulwahn 9a9ac081fb image-transport-plugins: updating to 1.9.3 2016-06-14 11:23:32 +02:00
Lukas Bulwahn ad5ae349eb image-pipeline: updating to 1.12.16 2016-06-14 11:23:32 +02:00
Lukas Bulwahn fd77716640 image-common: updating to 1.11.10 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 71334d257a geometry2: updating to 0.5.13 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 9da777e6ad geometry: updating to 1.11.8 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 5ede76082e geometric-shapes: updating to 0.4.4 2016-06-14 11:23:31 +02:00
Lukas Bulwahn dfd48d4c66 genpy: updating to 0.5.9 2016-06-14 11:23:31 +02:00
Lukas Bulwahn bfd26055c6 genmsg: updating to 0.5.7 2016-06-14 11:23:31 +02:00
Lukas Bulwahn d9d40fa11a gencpp: updating to 0.5.4 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 5343581d44 dynamic-reconfigure: updating to 1.5.43 2016-06-14 11:23:31 +02:00
Lukas Bulwahn 740fffe1b8 common-msgs: updating to 1.11.9 2016-06-14 11:21:42 +02:00
Lukas Bulwahn 666e336b62 class-loader: updating to 0.3.3 2016-06-14 11:18:39 +02:00
Lukas Bulwahn b21e62c4c2 catkin: updating to 0.6.18 2016-06-14 11:18:39 +02:00
Lukas Bulwahn afc67a4fee audio-common: updating to 0.2.12 2016-06-14 11:18:39 +02:00
Lukas Bulwahn edfe7a2850 ar-track-alvar: updating to 0.5.3 2016-06-14 11:18:39 +02:00
Lukas Bulwahn 2c0d765da5 actionlib: updating to 1.11.5 2016-06-14 11:18:39 +02:00
Lukas Bulwahn 9244345232 Merge pull request #387 from bulwahn/master
catkin: patch _setup_util.py.in to address #384
2016-06-08 08:43:09 +02:00
Lukas Bulwahn e8e859ac4e remove sound-play from continuously checked ros-world
This patch fixes the continuous integration test by dropping
the sound-play recipe from ros-world, as it would fail with
the master branches (addresses issue #388).

https://github.com/bmwcarit/meta-ros/issues/388
2016-06-02 14:58:09 +02:00
Lukas Bulwahn d997bcda5a catkin: patch _setup_util.py.in to address #384
In _setup_util.py.in, we use python provided by environment instead of
the generated one, as the generated python path can be arbitrarily long
(depending on the location of the build directory), and hence reaches
the shebang line limit, causing the script to fail at start-up.

The catkin developers changed the cmake-generated template _setup_util.py
to use @PYTHON_EXECUTABLE@ instead of /usr/bin/env python in changeset
bf12b40c2 [1]. We revert this change here to address the issue #384 [2].

[1] bf12b40c2a
[2] https://github.com/bmwcarit/meta-ros/issues/384

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-06-01 11:36:37 +02:00
Dominique Hunziker 2c8f0887a1 rename repository 'geometry_experimental' to 'geometry2' 2016-05-17 18:41:39 +02:00
Daiki Maekawa 2b124ed256 create the recipe of cv-camera 2016-03-16 19:04:54 +09:00
Lukas Bulwahn 01493728c4 navigation: updating to 1.12.6 2016-01-08 15:10:24 +01:00
Lukas Bulwahn 9d182ebca5 laser-filters: updating to 1.7.4 2016-01-08 15:10:24 +01:00
Christoph Schultz 0f9dd1edbb include contributions from pull request #364 properly
This commit adds recipes for rosbridge_suite and its dependencies.
Its main content is based on the commits of pull request #364 by
Christoph Schultz.

As maintainer, Lukas Bulwahn just included the contributions
with a proper commit message, added the new packages to the
packagegroup-ros-world, and slightly improved the line breaking.
2016-01-07 10:22:08 +01:00
Lukas Bulwahn a7490bf9c8 audio-common: updating to 0.2.9 2015-12-11 07:04:13 +01:00
Lukas Bulwahn 63c57f961f image-common: updating to 1.11.8 2015-12-11 07:04:12 +01:00
Lukas Bulwahn 7fe6d7dfee vision-opencv: updating to 1.11.9 2015-12-11 07:04:12 +01:00
Lukas Bulwahn 01afdc60d1 ar-track-alvar: updating to 0.5.2 2015-12-11 07:04:12 +01:00
Lukas Bulwahn 83527f9138 robot-state-publisher: adjust to new dependencies
The internal CI build detected that bitbake robot-state-publisher
fails after the recent version update. Hence, this commit adjusts
the dependencies to those dependencies stated in the package.xml.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2015-11-19 16:10:50 +01:00
Lukas Bulwahn b70076a6b3 rgbd-launch: updating to 2.1.1 2015-11-17 07:59:25 +01:00
Lukas Bulwahn 453c9d6dd6 ros-comm: updating to 1.11.16 2015-11-11 07:50:46 +01:00
Lukas Bulwahn 77ca036fd9 genpy: updating to 0.5.7 2015-11-11 07:50:38 +01:00
Lukas Bulwahn 940adbb15e catkin: updating to 0.6.16 2015-11-11 07:50:28 +01:00
Lukas Bulwahn 781fe473b1 xacro: updating to 1.9.5 2015-11-11 07:50:06 +01:00
Lukas Bulwahn a3b2a8d64e hector-slam: updating to 0.3.4 2015-11-11 07:49:56 +01:00
Lukas Bulwahn 59146aeba8 navigation: updating to 1.12.5 2015-11-06 09:22:32 +01:00
Lukas Bulwahn 42b5905e0d robot-state-publisher: updating to 1.11.0 2015-10-29 13:35:28 +01:00
Lukas Bulwahn b17f716f9e ros-comm: updating to 1.11.15 2015-10-26 07:25:49 +01:00
Lukas Bulwahn 5f7ae4cfda ros: updating to 1.11.11 2015-10-26 07:25:36 +01:00
Lukas Bulwahn 62ce4454b9 genpy: updating to 0.5.6 2015-10-26 07:25:20 +01:00
Lukas Bulwahn c45ff3eda8 audio-common: updating to 0.2.8 2015-10-12 05:24:22 +02:00
Lukas Bulwahn 4b43b4f69c ros-comm: updating to 1.11.14 2015-10-12 05:24:03 +02:00
Lukas Bulwahn 0b7ccf2a69 ros: updating to 1.11.9 2015-10-12 05:23:28 +02:00
Lukas Bulwahn 366150d9dc ros-tutorials: updating to 0.5.4 2015-10-12 05:22:57 +02:00
Lukas Bulwahn cdedfc1994 catkin: updating to 0.6.15 2015-10-12 05:22:32 +02:00
Lukas Bulwahn aeb377a0ba genpy: updating to 0.5.5 2015-10-12 05:22:13 +02:00
Lukas Bulwahn 4720323ad5 robot-model: updating to 1.11.8 2015-10-12 05:21:42 +02:00
wintermuteger 8f41de23b6 Added gst-plugins-good to DEPENDS line
Some of the gst-plugins-good modules were missing to setup a cam for some basic scenarios/tutorials. I added it so they'll be added to the default build set.
2015-10-05 17:11:14 +02:00
Lukas Bulwahn 5199b2c0b6 add ROS_PACKAGE_PATH in environment (resolves #348) 2015-09-23 12:21:22 +02:00
Lukas Bulwahn 07f165464d add ROS_DISTRO in environment (resolves #347) 2015-09-23 12:07:05 +02:00
KristofRobot fdb1b4df3b Merge pull request #353 from bulwahn/indigo-updates
Updates to ROS indigo in August 2015
2015-08-24 15:57:44 +02:00
Lukas Bulwahn 0a45665c72 catkin: drop catkin_find from package (resolves #351) 2015-08-24 10:07:46 +02:00
Lukas Bulwahn edda531ae9 roslint: updating to 0.10.0 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 7dfb1140a3 nodelet-core: updating to 1.9.3 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 1135b61c71 geometry-experimental: updating to 0.5.12 2015-08-19 14:24:09 +02:00
Lukas Bulwahn f866b7481a gmapping: updating to 1.3.8 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 7cde055b53 image-common: updating to 1.11.7 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 8580ae0558 image-pipeline: updating to 1.12.14 2015-08-19 14:24:09 +02:00
Lukas Bulwahn 975a85143c vision-opencv: updating to 1.11.8 2015-08-19 14:24:09 +02:00
Kristof Robot 5244c5eb9c catkin-runtime: including catkin_find (resolves #349) 2015-08-18 18:49:04 +02:00
Kristof Robot 73180844a2 catkin-runtime: adding support for native version (resolves #338) 2015-07-25 12:36:23 +02:00
Lukas Bulwahn 524bb26009 rosserial: updating to 0.6.4 2015-07-09 11:20:46 +02:00
Lukas Bulwahn 990aaba480 openslam-gmapping: updating to 0.1.1
The openslam_gmapping commit

07b0c7ef62

corrects the license information of that package, and hence, we
adjust the recipe in meta-ros accordingly.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2015-07-09 11:17:55 +02:00
Lukas Bulwahn ceeedea86a gmapping: updating to 1.3.7
Since gmapping 1.3.6, gmapping also depends on rosbag-storage.

Also see:
455d65338a

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2015-07-09 11:11:15 +02:00
Lukas Bulwahn 0a2747aedb properly updating to ROS indigo 2015-06-13 16:02:53 +02:00
Lukas Bulwahn 0dde648109 xacro: updating to 1.9.4 2015-06-13 16:02:53 +02:00
Lukas Bulwahn f4e5a13637 vision-opencv: updating to 1.11.7 2015-06-13 16:02:53 +02:00
Lukas Bulwahn c29f71ca78 urdf-tutorial: updating to 0.2.4 2015-06-13 16:02:53 +02:00
Lukas Bulwahn b953139c07 urdfdom-headers: updating to 0.3.0 2015-06-13 16:02:53 +02:00
Lukas Bulwahn 835aa8d96d urdfdom-py: update patch with content from remote repository 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 1f32108197 urdfdom: updating to 0.3.0
This commit drops faulty-solibs as solibs are set up properly in
the version 0.3.0.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn ba9760add6 std-msgs: updating to 0.5.9 2015-06-13 16:02:52 +02:00
Lukas Bulwahn e05db6bbad rospack: updating to 2.2.5
Due to the update, rospack depends now on cmake-modules.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn 7445feef93 rosserial: updating to 0.6.3 2015-06-13 16:02:52 +02:00
Lukas Bulwahn dd0e81b104 roslint: updating to 0.9.3 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 1ce888255e roscpp-core: updating to 0.5.6 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 769cea47ec rosconsole-bridge: updating to 0.4.2 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 9ba75d83aa ros: updating to 1.11.8 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 3d0f67ced6 ros-tutorials: updating to 0.5.3
The patch provided upstream is part of 0.5.2 and hence is removed.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn bf4ebe00a7 ros-controllers: updating to 0.9.2
This commit drops all patches as they have been merged upstream
since 0.9.1. Furthermore, this commit completes the dependencies
of the velocity_controllers and the forward_command_controller
package.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn ec031063d3 ros-control: updating to 0.9.3
Due to the update, this commit adjusts the line of LIC_FILES_CHKSUM
and the packages' dependencies.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn 5eb83c212b ros-comm-msgs: initial commit of version 1.11.1
The ROS packages, rosgraph_msgs and std_srvs, previously
in the ros_comm repository, have been moved into a separate
ros-comm-msgs repository for the ROS indigo distribution.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn 18c30e0720 ros-comm: updating to 1.11.13
This commit:
- removes std-srvs and rosgraph-msgs recipes, as their sources
now are located in the ros_comm_msgs repository.
- adds a recipe for the new roslz4 package, which rosbag-storage
depends on.
- removes the patch that has been merged upstream.
2015-06-13 16:02:52 +02:00
Lukas Bulwahn c033e0c5e9 robot-state-publisher: updating to 1.10.4 2015-06-13 16:02:52 +02:00
Lukas Bulwahn a0cbd6ec02 separate resource-retriever and update robot-model
The resource_retriever package's source was moved into
its own repository, and needs now python-urlgrabber.
Hence, this commit provides the recipe for python-urlgrabber, moves
the resource-retriever to its own location, and updates all other
packages in the robot_model repository.
2015-06-13 16:02:52 +02:00