diff --git a/recipes-ros/ros-comm/roscpp_1.9.41.bb b/recipes-ros/ros-comm/roscpp_1.9.41.bb new file mode 100644 index 0000000000000000000000000000000000000000..25d84632361236e96db4e328afbb9c27b5108281 --- /dev/null +++ b/recipes-ros/ros-comm/roscpp_1.9.41.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "roscpp is a C++ implementation of ROS. It provides a client \ + library that enables C++ programmers to quickly interface with ROS Topics, \ + Services, Parameters. roscpp is the most widely used ROS client library and is designed to \ + be the high-performance library for ROS." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5" + +DEPENDS = "\ + catkin-native cpp-common message-generation rosconsole roscpp-serialization \ + roscpp-traits rosgraph-msgs roslang rostime std-msgs xmlrpcpp \ +" + +require ros-comm.inc + +S = "${WORKDIR}/ros_comm-${PV}/clients/${BPN}"