Commit Graph

997 Commits

Author SHA1 Message Date
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
Lukas Bulwahn 48ff1fca6d image-view: improve build dependencies
With these improved build dependencies, the image-view recipe
configures successfully. However, compiling fails due to not
finding the gtk headers.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-17 15:12:57 +02:00
Lukas Bulwahn 6ceb70606d smach-ros: remove rostest dependency 2017-04-15 07:10:00 +02:00
Lukas Bulwahn 0c75eb1ad9 rosauth: remove rostest dependency 2017-04-15 07:10:00 +02:00
Lukas Bulwahn c6b42997d6 robot-state-publisher: remove rostest dependency 2017-04-15 07:10:00 +02:00
Lukas Bulwahn 249eb1194f gmapping: remove rostest dependency 2017-04-15 07:10:00 +02:00
Lukas Bulwahn b74dda7727 diagnostics: remove rostest dependency 2017-04-15 07:10:00 +02:00
Lukas Bulwahn 463e359ab6 cv-camera: remove rostest dependency 2017-04-15 07:09:59 +02:00
Lukas Bulwahn d8a4759236 base-local-planner: remove rostest dependency 2017-04-15 07:09:59 +02:00
Lukas Bulwahn 55a8df60fa robot-model: updating to 1.11.13
The commit adjusts the line number of the license check due to
the update. Due to the manual inspection, this commit also tunes
the description to a short description.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-14 04:21:21 +02:00
Lukas Bulwahn 08d59490eb resource-retriever: updating to 1.11.8 2017-04-14 04:21:21 +02:00
Lukas Bulwahn 6c20747517 pluginlib: updating to 1.10.5 2017-04-14 04:21:21 +02:00
Lukas Bulwahn daef0bb4c6 nodelet-core: updating to 1.9.10 2017-04-14 04:21:21 +02:00
Lukas Bulwahn 71c24b3473 moveit: updating to 0.7.9
Due to the update, this commit also drops the patch that has been
accepted upstream.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-14 04:21:20 +02:00
Lukas Bulwahn 6ccdb17381 kdl-parser: updating to 1.11.13 2017-04-14 04:21:20 +02:00
Lukas Bulwahn 1045a31402 dynamic-reconfigure: updating to 1.5.48 2017-04-14 04:21:20 +02:00
Lukas Bulwahn 58463f316d bond-core: updating to 1.7.19 2017-04-14 04:21:20 +02:00
Lukas Bulwahn 2f2954fb82 actionlib: updating to 1.11.9 2017-04-14 04:21:20 +02:00
Lukas Bulwahn 3c9a9fe2d3 moveit: tune and harmonize filename 2017-04-13 19:44:08 +02:00
Dmitry Rozhkov 2e90a00cbc tf: disable python support for python3-based ROS
tf supports only python2 thus disable it if we build
python3-based ROS.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:34 +03:00
Dmitry Rozhkov c171488a63 camera-calibration-parsers: disable support for python2
The package can't be built with python2 bindings since
libboost_python.so (which the bindings depend on) has been
disabled in Boost in OE upstream. Only python3 configuration
is supported nowadays.

Disable support for python2 in camera_calibration_parsers.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:34 +03:00
Dmitry Rozhkov 909662efe7 cv-bridge: disable python2 bindings
python2 bindings for Boost got disabled in OE upstream, so
disable python2 support in cv-bridge that depends on them.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:34 +03:00
Dmitry Rozhkov 3e201940f6 enable python3 compatible builds of ROS (resolves #458)
By default meta-ros uses python2. In case you want to get
python3-compatible builds add the following line to your local.conf:

    ROS_USE_PYTHON3 = "yes"

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 14:37:11 +03:00
Dmitry Rozhkov 38f722a81b catkin: drop python-catkin-pkg from catkin-runtime's build deps
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 09:58:53 +03:00
Dmitry Rozhkov 88ec37531a resource-retriever: backport python3 compatibility patch
The added patch makes resource-retriever compatible with python3.

Also drop python-urlgrabber which resource-retriever used to
depend on.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-10 09:58:53 +03:00
Dmitry Rozhkov 5c53ae284e catkin: drop redundant build dependency on python-empy
It's enough to have python-empy-native in the build dependencies
of catkin and catkin-runtime. If we ever support on target
development then python-empy should be better added to
catkin's run-time dependencies.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-04-05 14:57:41 +03:00
Dmitry Rozhkov 23ca289ca3 sensor-msgs: add run-time dependency on geometry-msgs
ROS integration for uArm robots fails to work properly without
geometry-msgs installed which sensor-msgs depends on.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-03-30 16:11:13 +03:00
Dmitry Rozhkov 5f108482aa geometric-shapes: add missing build dep on visualization-msgs
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-03-30 16:11:13 +03:00
Dmitry Rozhkov 82431fa7fd shape-tools: drop deprecated package
As the page https://github.com/ros-planning/shape_tools suggests
the package shape-tools is deprecated in favor of geometric-shapes and
the latter doesn't really depend on the former and builds successfully
without shape-tools in its builddeps.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-03-30 16:11:01 +03:00
Dmitry Rozhkov 9909e48046 moveit: Add packages from MoveIt! project
Particularly this commit brings in

* moveit_core;
* moveit_ros_perception;
* moveit_ros_planning;
* moveit_msgs

and their build dependencies like

* object_recognition_msgs;
* srdfdom.

Also they are included into packagegroup-ros-world.bb.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-03-22 12:34:12 +02:00
Lukas Bulwahn 1be524a31d ros-mavlink: needs setuptools natively (resolves #466) 2017-03-19 21:59:47 +01:00
Lukas Bulwahn bb408cfe7a vision-opencv: updating to 1.11.15
Due to the update, this commit also drops the urdf patch, which is
now included in the released version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-03-19 21:59:47 +01:00
Lukas Bulwahn 011b83e4d9 ros-comm: updating to 1.11.21
Due to this update, this commit also drops the rosconsole patch,
which is now included in the released version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-03-19 21:59:47 +01:00
Lukas Bulwahn cf0cdaabfb rospack: updating to 2.2.8 2017-03-19 21:59:47 +01:00
Lukas Bulwahn 7e63605c3e roscpp-core: updating to 0.5.8 2017-03-19 21:59:47 +01:00
Lukas Bulwahn 0628f2661f ros: updating to 1.11.14 2017-03-19 21:59:47 +01:00
Lukas Bulwahn 767185cf4f robot-model: updating to 1.11.12
Due to the update, this commit also drops the urdf patch, which is
now included in the released version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-03-19 21:59:47 +01:00
Lukas Bulwahn 27ece29506 mavros: updating to 0.17.5 2017-03-19 21:59:47 +01:00
Lukas Bulwahn de5c3ec5b0 kdl-parser: updating to 1.11.12 2017-03-19 21:59:47 +01:00
Lukas Bulwahn 38e73cb9bf joystick-drivers: updating to 1.11.0 2017-03-19 21:59:47 +01:00
Lukas Bulwahn 3f1d3469a4 imu-pipeline: updating to 0.2.2
Due to the update, this commit drops the patch that is not
needed anymore. A slightly different patch has been merged.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-03-19 21:59:47 +01:00
Lukas Bulwahn d78a506f43 image-common: updating to 1.11.12 2017-03-19 21:51:30 +01:00
Lukas Bulwahn 87f5a6e064 geometry2: updating to 0.5.15 2017-03-19 21:51:29 +01:00
Lukas Bulwahn 149c540b46 genmsg: updating to 0.5.8 2017-03-19 21:51:29 +01:00
Lukas Bulwahn 4544d9b5e6 filters: updating to 1.7.5
Due to the update, this commit also drops both patches that are
now included in the released version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-03-19 21:51:29 +01:00
Lukas Bulwahn 5423dc16e5 eigen-stl-containers: updating to 0.1.8
Due to the uodate, this commit also adjusts the LIC_FILES_CHKSUM
line to the recent change in package.xml.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-03-19 21:51:29 +01:00
Lukas Bulwahn 69b89ec4e4 common-tutorials: updating to 0.1.10 2017-03-19 21:51:29 +01:00
Lukas Bulwahn 4ffb50819a catkin: updating to 0.6.19 2017-03-19 21:51:29 +01:00
Dmitry Rozhkov d3d4634fe0 kdl-parser: add explicit dependency on libeigen
libeigen is an interface dependency needed by orocos-kdl and
orocos-kdl does export this dependency, but it does so with
a hardcoded absolute path pointing to the sysroot where
orocos-kdl was built. In case the sysroot doesn't exist
the compiler can't find libeigen's headers.

Unfortunately orocos-kdl's CMakeList.txt doesn't use
per-target include dirs, but global ones. I don't know
an easy way how to make them relocatable.

The easiest way to fix it is to add the explicit dependency
on libeigen to kdl-parser's CMakeList.txt. Anyway it's already
been declarated as a dependency in kdl-parser's recipe.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-22 16:40:33 +02:00
Dmitry Rozhkov b0be1fc475 catkin: relocate dependency's headers to current sysroot
If a package (A) depends on another package (B) and the package
B depends on Boost then it might happen that B produces BConfig.cmake
file where absolute paths to Boost's headers are put (because CMake's
standard FindBoost.cmake module reports absolute paths). In case of
Yocto it means that BConfig.cmake will contain something like
/path/to/build/tmp-glibc/work/i586/package_B/0.0.1/recipe-sysroot/usr/include.
The path may not exist at the moment when the package A is being built.
And that leads to the failure of the check this patch switches off.

The problem has been reported to catkin's issue tracker:
https://github.com/ros/catkin/issues/851

This patch "relocates" required headers from dependencies' sysroots
to the current sysroot by removing sysroot prefix from include dirs
in *Config.cmake files at the moment the files get created and
by prepending the include dirs again with the current sysroot prefix.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-22 16:40:33 +02:00
Dmitry Rozhkov 2c1d47d075 catkin: avoid leaking host environment to sysroot when searching for libs
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-22 16:28:15 +02:00
Dmitry Rozhkov ed0854c580 depthimage-to-laserscan: fix missing std namespace prefixes
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov b1f9e2afa4 laser-filters: backport fix for missing std namespace
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 995fe06881 robot-state-publisher: add missing build dep on rostest
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 14b0929481 urdf: add missing build dep on class-loader
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 5158633d64 collada-urdf: add missing build dep on libtinyxml
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 900dc43716 razor-imu-9dof: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 4669979716 nodelet-topic-tools: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 0b5f9f6d69 base-local-planner: add missing build dep on rostest
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 01caa2bb41 amcl: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov c2978e676f laser-geometry: 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
Dmitry Rozhkov 4ccb4dc655 theora-image-transport: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov b0f2caad37 compressed-image-transport: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 6a8bd91ca3 compressed-depth-image-transport: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 808e624573 image-rotate: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 7373a134b9 image-publisher: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 39107d658a image-proc: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 8401c46428 image-transport: add missing build dep on class-loader
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02: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
Dmitry Rozhkov 640b0e51ce tf-conversions: 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
Dmitry Rozhkov f16bb54672 depthimage-to-laserscan: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov ad6a2e02d1 control-toolbox: add missing build dep on python-rospkg
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov efc9a9cf8f collada-urdf: drop unneeded octomap-related tweaks
Octomap has been updated to provide relocatable libraries. Now
it's not needed to tweak the absolute paths to Octomap's
binaries.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Dmitry Rozhkov 361aeb2a5f Merge pull request #451 from bulwahn/improve-dependencies
improve dependencies in some recipes
2017-02-08 11:23:00 +02:00
Dmitry Rozhkov 12e6df4b54 octomap-ros: drop build dependency on cmake-modules
Since the Octomap package provides CMake configs suitable for
cross-compilation there's no need for an external module
in cmake-modules.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-02 09:53:17 +02:00
Dmitry Rozhkov 7830cd18fb cmake-modules: drop obsolete patch for Findoctomap module
With the latest update of octomap the CMake module
Findoctomap is not needed anymore.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-01 16:19:47 +02:00
Dmitry Rozhkov 6239ae221a octomap: upgrade to 1.8.0
Also backport a patch improving generation of config.cmake
files. This makes octomap libraries relocatable which is
required for successful cross-compilation builds.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-01 16:14:26 +02:00
Lukas Bulwahn e98c5a5053 pcl-conversions: also depend on cmake-modules
Without the dependency on cmake-modules, `bitbake pcl-conversions` can
possibly fail with:

```
| CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/x86_64-linux/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
|   Could not find a package configuration file provided by "cmake_modules"
|   with any of the following names:
|
|     cmake_modulesConfig.cmake
|     cmake_modules-config.cmake
|
|   Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set
|   "cmake_modules_DIR" to a directory containing one of the above files.  If
|   "cmake_modules" provides a separate development package or SDK, be sure it
|   has been installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:4 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
```

The failure only occurs if cmake-modules has not been installed
before pcl-conversions is configured. Hence, the regular
regression testing with `bitbake core-image-ros-world`,
which builds many packages in parallel, did not
uncover this because cmake-modules was usually installed before
pcl-conversions was configured.

However, the issue is clearly reproducable with
`bitbake pcl-conversions cmake-modules -c cleanall && bitbake pcl-conversions`

The missing dependency was probably introduced by the automatic
recipe updates without checking for new dependencies.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-01-28 13:04:43 +01:00
Lukas Bulwahn a14c2138f6 eigen-conversions: also depend on cmake-modules
Without the dependency on cmake-modules, `bitbake eigen-conversions`
can possibly fail with:

```
| CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/work/i586-oe-linux/eigen-conversions/1.11.8-r0/recipe-sysroot-native/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
|   Could not find a package configuration file provided by "cmake_modules"
|   with any of the following names:
|
|     cmake_modulesConfig.cmake
|     cmake_modules-config.cmake
|
|   Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set
|   "cmake_modules_DIR" to a directory containing one of the above files.  If
|   "cmake_modules" provides a separate development package or SDK, be sure it
|   has been installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:5 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
```

The failure only occurs if cmake-modules has not been installed
before eigen-conversions is configured. Hence, the regular
regression testing with `bitbake core-image-ros-world`, which
builds many packages in parallel, did not uncover this because
make-modules was usually installed before eigen-conversions was
configured.

However, the issue is clearly reproducible with
`bitbake eigen-conversions cmake-modules -c cleanall && bitbake eigen-conversions`

The missing dependency was probably introduced by the automatic
recipe updates without checking for new dependencies.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-01-28 10:57:36 +01:00
Lukas Bulwahn 30d5e698b8 eigen-stl-containers: depend on libeigen
Without the dependency on libeigen, `bitbake eigen-stl-containers`
can possibly fail with:

```
| CMake Error at CMakeLists.txt:8 (find_package):
|   By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has
|   asked CMake to find a package configuration file provided by "Eigen3", but
|   CMake did not find one.
|
|   Could not find a package configuration file provided by "Eigen3" with any
|   of the following names:
|
|     Eigen3Config.cmake
|     eigen3-config.cmake
|
|   Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
|   "Eigen3_DIR" to a directory containing one of the above files.  If "Eigen3"
|   provides a separate development package or SDK, be sure it has been
|   installed.
|
|
| -- Configuring incomplete, errors occurred!
```

The failure only occurs if libeigen has not been installed
before eigen-stl-containers is configured. Hence, the regular
regression testing with `bitbake core-image-ros-world`,
which builds many packages in parallel, did not uncover this
because libeigen was usually installed before
eigen-stl-containers was configured.

However, the issue is clearly reproducible with
`bitbake eigen-stl-containers libeigen -c cleanall && bitbake eigen-stl-containers`

The missing dependency was probably overlooked in the creation of
the eigen-stl-containers recipe, i.e., in
commit a255e67c9e.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-01-28 10:42:02 +01:00
Dmitry Rozhkov 03ab6d41c9 octomap-ros: drop cmake tweaks in the recipe
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-25 16:14:04 +02:00
Dmitry Rozhkov d924c54f69 Add Findoctomap.cmake module
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-25 16:11:04 +02:00
Dmitry Rozhkov 9cb838527f Upgrade geometric-shapes to 0.4.5
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-25 15:32:19 +02:00
Dmitry Rozhkov e3e990de10 catkin: revert commit beb4677
The patch added in the reverted commit was meant to fix the issue
https://github.com/bmwcarit/meta-ros/issues/291

In fact it enables CMake to look for libraries in a host system which
leads to errors when a path is tested for a library presence with the
help of CMake's find_library() command: e.g. a non-existing host
directory is tested for library presence and find_library() returns
successfully because the library exists in bitbake's sysroot; then the
directory is used by the linker, but the library doesn't exist in the
directory -> failure. In worse cases the host directory may actually exist
and contain the library, but of wrong architecture, format or
incompatible ABI making finding the root cause a difficult task.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-10 14:56:14 +02:00
Lukas Bulwahn 75a14ef32d Merge pull request #434 from guludo/mavros
Add recipes for mavros
2016-12-15 14:32:48 +01:00
JochiPochi f7148cf4cc mavros: add package recipe mavros_extras
Use the latest indigo release (0.17.4).
2016-12-15 11:55:47 +00:00
Gustavo Jose de Sousa 359cb2e1de mavros: add packages recipes
Use the latest indigo release (0.17.4).

Authors: JochiPochi <john.aleman@cyphyworks.com>
         Gustavo Jose de Sousa <gustavo.sousa@intel.com>
2016-12-13 11:32:20 +00:00
Gustavo Jose de Sousa 2846a8f39f ros-mavlink: add recipe
A patch for the config file is also necessary because the include directory
path was being hardcoded in the generated file, which caused problems for cross
compilation. That patch has already been applied on upstream but for a newer
version, so we're backporting it here.

Apparently, the Kinetic release for this package is supposed to work fine with
indigo distribution. That could be tried later, so that we can get rid of the
local patch.

Authors: JochiPochi <john.aleman@cyphyworks.com>
         Gustavo Jose de Sousa <gustavo.sousa@intel.com>
2016-12-13 11:31:39 +00:00
KristofRobot 0a9f44d830 Merge pull request #439 from bulwahn/ar-track-alvar
reinvestigate and resolve #397
2016-12-04 08:12:18 +01:00
Lukas Bulwahn 6ce44592b8 packagegroup-ros-world: reactivate ar-track-alvar
As ar-track-alvar has been repaired, we can add this recipe back
to packagegroup-ros-world.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-12-03 18:37:57 +01:00
Lukas Bulwahn e42431535e ar-track-alvar: resolves #397 with update to 0.6.1
ar_track_alvar 0.5.x only support opencv2, whereas meta-oe provides
opencv3. The ar_track_alvar kinectic versions 0.6.x also support
opencv3, as pointed out in the comment of commit e82747c4 [1].

Therefore, this commit updates ar-track-alvar to version 0.6.1
to resolve #397.

[1] e82747c42d.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-12-03 18:29:48 +01:00
Lukas Bulwahn 8c8349b317 diagnostic-aggregator: improve build dependency
bitbake diagnostic-aggregrator failed due to missing build
dependencies with:
```
| -- Could not find the required component 'bondcpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
| CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/qemux86/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
|   Could not find a package configuration file provided by "bondcpp" with any
|   of the following names:
|
|     bondcppConfig.cmake
|     bondcpp-config.cmake
|
|   Add the installation prefix of "bondcpp" to CMAKE_PREFIX_PATH or set
|   "bondcpp_DIR" to a directory containing one of the above files.  If
|   "bondcpp" provides a separate development package or SDK, be sure it has
|   been installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:6 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
```

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-12-02 20:26:32 +01:00
Lukas Bulwahn 8c8d005b6e nodelet-core: updating to 1.9.8 2016-12-01 21:41:03 +01:00
Lukas Bulwahn 62336716ea dynamic-reconfigure: updating to 1.5.46 2016-12-01 21:41:02 +01:00
Lukas Bulwahn 2cd378a1c1 rosconsole: add include in console.h (resolves #433)
Compiling rosconsole failed with:
```
[...]/ros_comm-1.11.20/tools/rosconsole/include/ros/console.h:121:14: error: 'vector' in namespace 'std' does not name a template type
 typedef std::vector<TokenPtr> V_Token;
```

The console.h assumed that vector is included already by one of its
dependencies. This bold assumption has been uncovered by the update
of the boost library to version 1.62.0 [1, 2] in openembedded-core
repository.

Coincidently, this issue was also noticed by ROS users on Gentoo and
Arch Linux, which probably also use the latest boost library and gcc6,
and they opened pull requests on the indigo and kinetic branches [3, 4, 5]
with commits to address the issue. The patch in the kinetic branch has
been merged, the others to the indigo branch have been rejected as the
ros-comm maintainers intend to simply backport the patch from the
kinetic branch for the next release.

This commit applies the patch merged in the kinetic branch in our
recipe for the current indigo release version.

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=c31030d87cd1741a4186d711325b8eab9c70b327
[2] http://cgit.openembedded.org/openembedded-core/commit/?id=42b4fa2f923244bc047874752d2e0381ff6f0a25
[3] https://github.com/ros/ros_comm/pull/911
[4] https://github.com/ros/ros_comm/pull/930
[5] https://github.com/ros/ros_comm/pull/939

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-11-28 15:39:16 +01:00
Lukas Bulwahn 8d923c7adc pluginlib: updating to 1.10.4 2016-10-26 13:33:42 +02:00
Lukas Bulwahn b6297d5c9a nodelet-core: updating to 1.9.7 2016-10-26 13:33:42 +02:00
Lukas Bulwahn bec72c81b4 eigen-stl-containers: updating to 0.1.6 2016-10-26 13:33:42 +02:00
Lukas Bulwahn 2fae5e367e dynamic-reconfigure: updating to 1.5.45
This commit removes the patch that has been accepted upstream
and has been included in the version 1.5.45.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-10-26 13:32:09 +02:00
Lukas Bulwahn 5185618e5a class-loader: updating to 0.3.6 2016-10-26 10:05:39 +02:00
Lukas Bulwahn 4d3bb9926c bond-core: updating to 1.7.18 2016-10-26 10:05:05 +02:00
Lukas Bulwahn b64a63547e actionlib: updating to 1.11.7 2016-10-26 10:04:47 +02:00
Lukas Bulwahn 9569d5ed9e dropping collada-dom dependent packages 2016-10-12 17:29:37 +02:00
Lukas Bulwahn 855eebca0b image-pipeline: patch twice to compile with gcc6 (#392) 2016-10-12 15:20:10 +02:00
Lukas Bulwahn 116083cc17 navigation: patch CMake script to compile with gcc6 (#392) 2016-10-12 15:10:22 +02:00
Lukas Bulwahn 490a4088d8 cv-bridge: patch CMake script to compile with gcc6 (#392) 2016-10-12 14:32:26 +02:00
Lukas Bulwahn dfb9a2a613 urdf: patch CMake script to compile with gcc6 (#392) 2016-10-12 09:30:12 +02:00
Lukas Bulwahn e0aade67a6 dynamic-reconfigure: patch CMake script to compile with gcc6 (#392) 2016-10-12 09:30:12 +02:00
Lukas Bulwahn 8202f6b431 geometric-shapes: patch CMake script to compile with gcc6 (#392) 2016-10-12 09:29:55 +02:00