Skip to content
Snippets Groups Projects
Commit 94329e5c authored by William's avatar William Committed by Lukas Bulwahn
Browse files

rosserial: initial commit

Main contribution by William (pull request #174) with minor
adjustments by Lukas Bulwahn.
parent 64067888
No related branches found
No related tags found
No related merge requests found
DESCRIPTION = "Libraries and examples for ROSserial usage on Arduino/AVR Platforms."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "std-msgs sensor-msgs geometry-msgs nav-msgs rosserial-client message-generation"
require rosserial.inc
DESCRIPTION = "Generalized client side source for rosserial."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
require rosserial.inc
DESCRIPTION = "Libraries and examples for ROSserial usage on Embedded Linux Enviroments"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "std-msgs sensor-msgs geometry-msgs nav-msgs rosserial-client"
require rosserial.inc
DESCRIPTION = "Messages for automatic topic configuration using rosserial."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "message-generation"
require rosserial.inc
DESCRIPTION = "A Python-based implementation of the ROS serial protocol."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
require rosserial.inc
DESCRIPTION = "tools to do point to multipoint communication between rosserial nodes connected to an xbee."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5"
require rosserial.inc
SRC_URI = "https://github.com/ros-drivers/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${PV}.tar.gz"
SRC_URI[md5sum] = "0a6191b2c5ecf9de527a9365299c59b2"
SRC_URI[sha256sum] = "b00fa3871f204e300dcd16a8847f3a81d64f57bb2ae96b3f3c41f77945e923be"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"
inherit catkin
ROS_SPN = "rosserial"
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