Commit Graph

20 Commits

Author SHA1 Message Date
Lukas Bulwahn 4cc048e1d1 nodelet-core: updating to 1.9.14 2017-12-28 19:20:41 +01:00
Lukas Bulwahn daef0bb4c6 nodelet-core: updating to 1.9.10 2017-04-14 04:21:21 +02: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 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
Lukas Bulwahn 8c8d005b6e nodelet-core: updating to 1.9.8 2016-12-01 21:41:03 +01:00
Lukas Bulwahn b6297d5c9a nodelet-core: updating to 1.9.7 2016-10-26 13:33:42 +02:00
Lukas Bulwahn 765a111191 nodelet-core: updating to 1.9.5 2016-09-02 08:31:58 +02:00
Lukas Bulwahn 2a176d4444 nodelet-core: updating to 1.9.4 2016-06-14 11:24:48 +02:00
Lukas Bulwahn 7dfb1140a3 nodelet-core: updating to 1.9.3 2015-08-19 14:24:09 +02:00
Lukas Bulwahn fdd3954322 nodelet-core: updating to 1.9.2 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 5a9bafb866 nodelet-core: updating to 1.8.6 2014-11-17 21:30:49 +01:00
Lukas Bulwahn 100ec295ad nodelet-core: updating to 1.8.4 2014-06-23 09:27:24 +02:00
Lukas Bulwahn 155423125d nodelet-core: updating to 1.8.2 2014-03-03 08:12:12 +01:00
Lukas Bulwahn aa2ce283b6 removing native packages and dependencies
The native packages are not required anymore, because the needed
python scripts during compile time are also provided by the
cross-compiled packages and the python scripts are platform
independent. Only the catkin package is provided as native package.
2013-09-23 09:56:18 +02:00
Lukas Bulwahn fdfc43193e nodelet-core: updating to 1.8.1
The nodelet-core recipes are updated to 1.8.1 to be in line with
4551e7c32d/hydro/release.yaml.
2013-08-26 10:57:16 +02:00
Stefan Herbrechtsmeier 3e6b386d2f Unify ros recipes
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:20 +02:00
Lukas Bulwahn fd9833ea2a nodelet-core: updated to hydro release version 2013-07-22 15:53:38 +02:00
Lukas Bulwahn b5e768b299 nodelet-core: adding nodelet-topic-tools and refactoring nodelet
The nodelet_topic_tools package is required by the pcl_ros package.
Common parts of nodelet and nodelet_topic_tools are put into
nodelet-core.inc.
2013-07-05 10:55:56 +02:00
Lukas Bulwahn a04ef9b695 nodelet: correcting hash that was not checked yet
Due to continuous URI modifications and no tests, the initial
commit of nodelet contained invalid hashes. They are corrected
with this commit.
2013-05-31 19:15:42 +02:00
Lukas Bulwahn 072278496d nodelet: initial commit
The nodelet package.xml also lists the dependency on uuid, but the
recipe seems to work without.
It uses the SRC_URI from its ros repository (instead of the ros-gbp
repository), because in the commit
30306b6bba, we agreed to use the ros
location instead of the ros-gbp location uniformly.
2013-05-29 14:29:50 +02:00