Commit Graph

473 Commits

Author SHA1 Message Date
Lukas Bulwahn 552e154353 ros-comm: updating to 1.9.50
The ros-comm recipes are updated to 1.9.50 to be in line with
ef3a7449d7/hydro/release.yaml.
2013-10-11 10:42:21 +02:00
Lukas Bulwahn d645493fe4 ros: updating to 1.10.7
The ros recipes are updated to 1.10.7 to be in line with
ef3a7449d7/hydro/release.yaml.
2013-10-11 10:42:21 +02:00
Lukas Bulwahn becce838d2 catkin: updating to 0.5.77
The catkin recipe is updated to 0.5.77 to be in line with
ef3a7449d7/hydro/release.yaml.
2013-10-11 10:42:21 +02:00
Lukas Bulwahn 64d485d101 ros-controllers: updating to 0.5.4
The ros-controllers recipes are updated to 0.5.4 to be in line with
5a90bb971b/hydro/release.yaml.
2013-10-11 10:42:21 +02:00
Lukas Bulwahn cf21b23684 rosconsole-bridge: updating to 0.3.3
The rosconsole-bridge is updated to 0.3.3 to be in line with
5a90bb971b/hydro/release.yaml.
2013-10-11 10:42:21 +02:00
Lukas Bulwahn 92e5acc1a8 moving software not directly related to ROS to extended 2013-10-11 10:42:21 +02:00
Lukas Bulwahn 43eb60d18b wxwidgets: improving dependency for opengl
This commit updates to Koen's version [1] of wxwidgets for yocto 1.4.

[1] 412c5828af/meta-oe/recipes-graphics/wxwidgets/wxwidgets_2.9.5.bb
2013-10-11 10:35:56 +02:00
Lukas Bulwahn 9b32dc7705 packagegroup-ros-world: adding new ros-control recipes 2013-10-11 10:34:46 +02:00
Lukas Bulwahn 02791d897b Merge pull request #159 from vmayoral/ros-control
ros_control recipes
2013-09-30 22:18:54 -07:00
herbrechtsmeier 9e76b92b91 Merge pull request #145 from bulwahn/image_transport_plugins
Initial recipes for image_transport_plugins (resolves #136)
2013-09-26 08:11:52 -07:00
Lukas Bulwahn f71eb784f6 packagegroup-ros-world: adding new image-transport recipes 2013-09-26 07:15:07 +02:00
Lukas Bulwahn ed91087405 README: document dependencies on recent commits 2013-09-26 07:09:28 +02:00
Lukas Bulwahn 3ff8f4dbef image-transport-plugins: initial recipes from Andreas Hildisch 2013-09-26 07:06:03 +02:00
Lukas Bulwahn 4d3b8d64af cv-bridge: initial commit 2013-09-26 07:06:03 +02:00
Lukas Bulwahn e4b1d4ae3b adding boost-python support for cv-bridge
The ROS package cv_bridge needs the Boost.Python library. This
commit adds a bbappend file that includes Boost.Python in the
boost recipe using PACKAGECONFIG.
This PACKAGECONFIG for boost is available since commit
7568bfdd114597956a1da68746f207ec7f93a48d
in the openembeddded-core repository [1].

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=7568bfdd114597956a1da68746f207ec7f93a48d
2013-09-26 07:04:53 +02:00
herbrechtsmeier 8c115da4d1 Merge pull request #162 from bulwahn/master
removing roscpp patch and adding actionlib-tutorials recipe
2013-09-24 08:32:47 -07:00
Lukas Bulwahn 8a36b4244e actionlib-tutorials: initial commit 2013-09-24 15:20:52 +02:00
Lukas Bulwahn 6a53225497 roscpp: removing unneeded patch (resolves #125)
After the native packages are removed, the roscpp patch, which was
originally required for dynamic-reconfigure-native, is not needed
anymore.
2013-09-24 07:10:11 +02:00
vmayoral 9ddf5a46d1 wxpython: add 2.9.5.0 2013-09-23 16:42:10 +02:00
vmayoral 26455df5ce wxwidgets: add 2.9.5 2013-09-23 16:41:46 +02:00
herbrechtsmeier 523872b4bc Merge pull request #161 from bulwahn/master-next
updating and simplifying recipes (#160 and #139)
2013-09-23 01:02:26 -07:00
Lukas Bulwahn 9879db3a97 removing optional rostest dependencies
When CATKIN_ENABLE_TESTING is deactivated, the ROS packages do not
require the rostest package.
This commit includes a number of patches to be submitted in the
upstream repositories and removes the rostest dependencies from
the recipes.
2013-09-23 09:56:18 +02: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 102b30ab36 dynamic-reconfigure: updating to 1.5.34
The update to version 1.5.34 includes a patch [1] that removes
whitespaces from the license line in the package.xml.
Hence, the hash is now the common hash similar to all other
BSD-licensed ROS packages.

[1] ab496af75c
2013-09-23 09:52:36 +02:00
Lukas Bulwahn 2589c89625 genmsg: updating to 0.4.23 2013-09-22 18:40:28 +02:00
Lukas Bulwahn 99c6360cad ros-comm: updating to 1.9.49 2013-09-22 18:40:28 +02:00
Lukas Bulwahn 69ae31dfed catkin: updating to 0.5.74 2013-09-22 18:40:28 +02:00
vmayoral 65cbd6c604 ros-controllers: recipes added.
Library of ros-controllers.
2013-09-22 16:17:09 +02:00
vmayoral 579ffc275d collada-dom: recipe added.
The COLLADA Document Object Model (DOM) is an application
programming interface (API) that provides a C++ object representation of
a COLLADA XML instance document.
2013-09-22 16:17:09 +02:00
vmayoral aeec518f86 robot-model: recipes added.
robot_model contains packages for modeling various aspects of robot
information, specified in the Xml Robot Description Format (URDF). The core
package of this stack is urdf, which parses URDF files, and constructs an
object model (C++) of the robot.

-----------------------
RECIPES collada-urdf AND kdl-parser
OF THE ROBOT-MODEL PACKAGE HAVE NOT BEEN ADDED YET.
-----------------------
2013-09-22 16:17:09 +02:00
vmayoral 0f0e8148ef ros-control: recipes added.
A set of packages that include controller interfaces, controller managers,
transmissions, hardware_interfaces and the control_toolbox.

The ros_control packages takes as input the joint state data from your robot's
actuator's encoders and an input set point. It uses a generic control loop
feedback mechanism, typically a PID controller, to control the output,
typically effort, sent to your actuators. ros_control gets more complicated
for physical mechanisms that do not have one-to-one mappings of joint
positions, efforts, etc but theses scenarios are accounted for using
transmissions.
2013-09-22 16:17:09 +02:00
vmayoral 8f1465f8a5 realtime-tools: recipe added.
This package contains a set of tools that can be used from a hard realtime
thread, without breaking the realtime behavior.  The tools currently only
provides the realtime publisher, which makes it possible to publish messages
to a ROS topic from a realtime thread.
2013-09-20 14:06:11 +02:00
vmayoral 0f3a028327 control-toolbox: recipe added.
The control toolbox contains modules that are useful
across all controllers.
2013-09-20 14:06:11 +02:00
vmayoral aeb9ac250f control-msgs: recipe added.
control_msgs contains base messages and actions useful for controlling robots.
It provides representations for controller setpoints and joint and cartesian
trajectories.
2013-09-20 14:06:11 +02:00
vmayoral db14570b42 urdfdom: recipe added.
The URDF (U-Robot Description Format) library provides core data structures
and a simple XML parsers for populating the class data structures from
an URDF file.
2013-09-20 14:06:11 +02:00
vmayoral 9472b88d25 urdfdom-headers: recipe added.
The URDF (U-Robot Description Format) headers provides core
data structure headers for URDF.
2013-09-20 14:06:11 +02:00
vmayoral 22d98acd5a rosconsole-bridge: recipe added.
Pipes console_bridge output to rosconsole/rosout when console_bridge
is used in a ROS-dependent package.
2013-09-20 14:06:11 +02:00
vmayoral 74ba602a61 cmake-modules: recipe added.
A common repository for CMake Modules which are not distributed with
CMake but are commonly used by ROS packages.
2013-09-20 14:06:11 +02:00
herbrechtsmeier b924c74c61 Merge pull request #158 from bulwahn/qhull
qhull: initial commit
2013-09-16 01:57:02 -07:00
Lukas Bulwahn 3f046715d2 qhull: initial commit
The qhull library is shipped under its own license. We add this
special license file in our layer in the directory licenses and
register this license directory in our layer configuration.
2013-09-16 09:15:29 +02:00
Lukas Bulwahn 90e45d8ea3 ros-tutorials: updating to 0.4.1
The ros-tutorials recipe are updated to 0.4.1 to be in line with
bb9ffa139d/hydro/release.yaml.
2013-09-14 11:24:03 +02:00
herbrechtsmeier 1a6a63ef23 Merge pull request #156 from bulwahn/master
Last package updates until the Hydro Medusa release announcement
2013-09-05 03:42:03 -07:00
Lukas Bulwahn 6ae3ddd285 tf: updating to 1.10.6
The tf recipe is updated to 1.10.6 to be in line with
9cb0c7fb05/hydro/release.yaml.
2013-09-05 08:37:46 +02:00
Lukas Bulwahn 492f5c4dce geometry-experimental: updating to 0.4.7
The geometry-experimental recipes are updated to 0.4.7 to be in line with
9cb0c7fb05/hydro/release.yaml.
2013-09-05 08:37:46 +02:00
Lukas Bulwahn c01e8b8656 actionlib: updating to 1.10.3
The actionlib recipe is updated to 1.10.3 to be in line with
9cb0c7fb05/hydro/release.yaml.
2013-09-05 08:37:46 +02:00
Lukas Bulwahn cd7c719fe6 packagegroup-ros-world: collecting all ros recipes in meta-ros 2013-09-05 08:37:46 +02:00
herbrechtsmeier 5def5ef782 Merge pull request #155 from bulwahn/update-versions
Updating versions to current hydro release versions
2013-08-26 05:04:28 -07: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
Lukas Bulwahn a651d043c9 genmsg: updating to 0.4.22
The genmsg recipe is updated to 0.4.22 to be in line with
4551e7c32d/hydro/release.yaml.
The previously applied patch has been included in 0.4.22 and is
removed from the recipe and this repository.
The PR variable is reset.
2013-08-26 10:57:16 +02:00
Lukas Bulwahn 02a473fc22 bond-core: updating to 1.7.13
The bond-core recipes are updated to 1.7.13 to be in line with
4551e7c32d/hydro/release.yaml.
2013-08-26 10:57:16 +02:00