Merge pull request #244 from bulwahn/master

timer-tests: initial commit
This commit is contained in:
KristofRobot 2014-04-16 18:43:24 +02:00
commit bef311d0aa
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
DESCRIPTION = "Tests for validating the real-time capabilities of the ROS middleware"
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=53d029b66e4cf837754fabf81702aad6"
DEPENDS = "roscpp"
SRC_URI = "git://github.com/bmwcarit/ros_realtime_tests.git"
SRCREV = "11e234b4147d23136dd4f27e7c229872d795c610"
PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git/timer_tests"
inherit catkin