Skip to content
Snippets Groups Projects
Commit 82862f29 authored by herbrechtsmeier's avatar herbrechtsmeier
Browse files

Merge pull request #193 from bulwahn/master

some recipes and acknowledgement
parents b75bda53 cf958889
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ cross-compilation of the basic ros-comm packages.
* Sergey 'Jin' Bostandzhyan <jin@dev.digitalstrom.org>
* Andreas Hildisch, BMW Car IT GmbH <andreas.hildisch@bmw-carit.de>
* William <william@friedcircuits.us>
* Kristof Robot <krirobo@gmail.com>
## HOW TO CONTRIBUTE ##
......
DESCRIPTION = "tf2_geometry_msgs"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "actionlib-msgs geometry-msgs tf2-ros tf2 orocos-kdl"
require geometry-experimental.inc
DESCRIPTION = "KDL binding for tf2"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "libeigen orocos-kdl tf2 tf2-ros"
require geometry-experimental.inc
DESCRIPTION = "Conversion functions between Eigen and KDL, and Eigen and geometry_msgs."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "geometry-msgs libeigen orocos-kdl std-msgs"
require geometry.inc
......@@ -31,12 +31,17 @@ RDEPENDS_${PN} = "\
console-bridge \
dynamic-reconfigure \
angles \
tf2 \
tf2-geometry-msgs \
tf2-kdl \
tf2-msgs \
tf2-py \
tf2-ros \
tf2 \
tf \
tf2-tools \
eigen-conversions \
kdl-conversions \
tf \
tf-conversions \
image-transport \
nodelet-topic-tools \
nodelet \
......@@ -61,6 +66,8 @@ RDEPENDS_${PN} = "\
joint-limits-interface \
transmission-interface \
collada-parser \
collada-urdf \
kdl-parser \
resource-retriever \
urdf-parser-plugin \
urdf \
......@@ -108,6 +115,10 @@ RDEPENDS_${PN} = "\
rosserial-msgs \
rosserial-python \
rosserial-xbee \
robot-state-publisher \
octomap \
geometric-shapes \
"
# joint-state-publisher still has some issues
# freenect-camera requires opengl distro feature.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment