Commit Graph

1441 Commits

Author SHA1 Message Date
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
Lukas Bulwahn f162d103a3 Merge pull request #493 from rojkov/catkin-python-native
catkin: ignore LD_LIBRARY_PATH set in environment_cache.py
2017-04-29 11:15:41 +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
Dmitry Rozhkov f1badf5c19 Merge pull request #465 from bulwahn/kobuki-v1
kobuki recipes
2017-04-27 14:30:54 +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
Lukas Bulwahn 7b08f25069 sophus: initial recipe 2017-04-27 09:06:22 +02:00
Lukas Bulwahn c778f0ce2b python-orocos-kdl: adjust to changes in dependent layers 2017-04-27 09:06:22 +02:00
Lukas Bulwahn addc15b713 Merge pull request #488 from rojkov/moveit-python3
moveit-ros-planning: call python3 for dynamic reconfigurations
2017-04-26 06:42:52 +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 f541b13cb8 Merge pull request #484 from bulwahn/log4cxx-from-svn-to-git
log4cxx: fetch with git instead of svn
2017-04-24 14:59:04 +03:00
Lukas Bulwahn 290766c504 log4cxx: fetch with git instead of svn
Recently, the log4cxx development version is not only provided
through a svn repository, but also provided through a git
repository.

In the past, various meta-ros users reported some issues
(#413, #470, #483) when fetching log4cxx from the svn repository,
probably due to the non-standard handling of http/https proxy in
the svn client.

I expect that fetching from git causes less issues than from svn.
So, the log4cxx recipe now makes bitbake fetch the sources from the
git repository instead of the svn repository. Furthermore, this
commit updates the source revision to the currently latest commit.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-04-22 09:16:54 +02: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
Dmitry Rozhkov 21fc720dc4 Merge pull request #479 from bulwahn/drop-poco
poco: drop recipe (resolves #377)
2017-04-18 12:02:23 +03:00
Lukas Bulwahn 1bb6bebd13 robot-model: adjust recipes missed in latest indigo update 2017-04-18 10:54:23 +02:00
Dmitry Rozhkov 41fcd69f1c Merge pull request #478 from bulwahn/indigo-updates
recent updates in the indigo distribution
2017-04-18 11:46:24 +03: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