diff --git a/Makefile b/Makefile index 3415634821b79b70ecdae886cacd0608b0de7657..54d36fbc6eb9d02fba72c5fd9be9f4d00e97eacf 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,7 @@ SUBDIR+= pyrene-motions SUBDIR+= qgv SUBDIR+= roralink SUBDIR+= roscontrol-sot +SUBDIR+= ros-baxter-common SUBDIR+= ros-moveit SUBDIR+= ros-moveit-msgs SUBDIR+= ros-moveit-resources diff --git a/ros-baxter-common/Makefile b/ros-baxter-common/Makefile index b142051f9ee5093f97647997ecdb0b8c27a6745e..eff6e11248f39f09f921bdcefdd1603b7c685b03 100644 --- a/ros-baxter-common/Makefile +++ b/ros-baxter-common/Makefile @@ -3,16 +3,16 @@ # ROS_PKG= baxter_common -ROS_METAPKG= yes -ROS_VERSION= 1.2.0 +ROS_METAPKG= yes +ROS_VERSION= 1.2.0 ROS_REPO= rethinkrobotics -HOMEPAGE= ${MASTER_SITE_GITHUB:=${ROS_REPO}/${ROS_PKG}} -MASTER_SITES= ${HOMEPAGE}/archive/ +HOMEPAGE= ${MASTER_SITE_GITHUB:=${ROS_REPO}/${ROS_PKG}} +MASTER_SITES= ${HOMEPAGE}/archive/v MASTER_REPOSITORY= git ${HOMEPAGE}.git CATEGORIES= wip -ROS_COMMENT= ROS Messages and robot description files for the Baxter Research Robot +ROS_COMMENT= ROS Messages and robot description files for the Baxter Research Robot include ../../meta-pkgs/ros-base/Makefile.common diff --git a/ros-baxter-common/PLIST b/ros-baxter-common/PLIST index 7257d32a29828616b0a2d274f7242e93fc65cd0b..4be7d9c53672c31b971bf84adf2c05e6677252e2 100644 --- a/ros-baxter-common/PLIST +++ b/ros-baxter-common/PLIST @@ -1,4 +1,4 @@ -@comment Mon Jan 28 13:07:25 CET 2019 +@comment Wed Mar 13 18:11:26 CET 2019 include/baxter_core_msgs/AnalogIOState.h include/baxter_core_msgs/AnalogIOStates.h include/baxter_core_msgs/AnalogOutputCommand.h diff --git a/ros-baxter-common/depend.mk b/ros-baxter-common/depend.mk new file mode 100644 index 0000000000000000000000000000000000000000..227a89434f7ffe2a632dc5d1a1cfb1231f24bf15 --- /dev/null +++ b/ros-baxter-common/depend.mk @@ -0,0 +1,32 @@ +# robotpkg depend.mk for: wip/ros-baxter-common +# Created: Guilhem Saurel on Wed, 13 Mar 2019 +# + +DEPEND_DEPTH:= ${DEPEND_DEPTH}+ +ROS_BAXTER_COMMON_DEPEND_MK:= ${ROS_BAXTER_COMMON_DEPEND_MK}+ + +ifeq (+,$(DEPEND_DEPTH)) +DEPEND_PKG+= ros-baxter-common +endif + +ifeq (+,$(ROS_BAXTER_COMMON_DEPEND_MK)) # -------------------------------------- + +include ../../meta-pkgs/ros-base/depend.common +PREFER.ros-baxter-common?= ${PREFER.ros-base} +SYSTEM_PREFIX.ros-baxter-common?= ${SYSTEM_PREFIX.ros-base} + +DEPEND_USE+= ros-baxter-common +ROS_DEPEND_USE+= ros-baxter-common + +DEPEND_ABI.ros-baxter-common?= baxter-common>=1.2.0 +DEPEND_DIR.ros-baxter-common?= ../../wip/ros-baxter-common + +SYSTEM_SEARCH.ros-baxter-common=\ + include/baxter_core_msgs/OpenCamera.h \ + 'lib/pkgconfig/baxter_description.pc:/Version/s/[^0-9.]//gp' + +CMAKE_PREFIX_PATH.ros-baxter-common= ${PREFIX.ros-baxter-common} + +endif # ROS_BAXTER_COMMON_DEPEND_MK -------------------------------------------- + +DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} diff --git a/ros-baxter-common/distinfo b/ros-baxter-common/distinfo new file mode 100644 index 0000000000000000000000000000000000000000..f1a4cec5b157232e5f310b80f4c2e149bf397fb8 --- /dev/null +++ b/ros-baxter-common/distinfo @@ -0,0 +1,3 @@ +SHA1 (ros/baxter_common/1.2.0.tar.gz) = 142e59756be780632c726bdbc0ce020364cc278e +RMD160 (ros/baxter_common/1.2.0.tar.gz) = a611c47f9c9c4222a39a7d0e549bd44bb3023847 +Size (ros/baxter_common/1.2.0.tar.gz) = 18781373 bytes