diff --git a/talos-pal-hardware-interfaces/DESCR b/talos-pal-hardware-interfaces/DESCR new file mode 100644 index 0000000000000000000000000000000000000000..e9ef17efea23c5cd67a8c6a3e36e779b8ac5729e --- /dev/null +++ b/talos-pal-hardware-interfaces/DESCR @@ -0,0 +1,2 @@ +pal_hardware_interfaces targeted for TALOS (0.0.2) +This is a ros metapackage \ No newline at end of file diff --git a/talos-pal-hardware-interfaces/Makefile b/talos-pal-hardware-interfaces/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..ce8572947e0ec64a31ddcf7d8dfe51e443294f15 --- /dev/null +++ b/talos-pal-hardware-interfaces/Makefile @@ -0,0 +1,31 @@ +# robotpkg Makefile for: wip/talos_pal_hardware_interfaces +# Created: Olivier Stasse on Wed, 29 Mar 2017 +# + +ROS_PKG= talos_pal_hardware_interfaces +ROS_VERSION= 0.0.2 + +CATEGORIES= wip +MASTER_SITES= ${MASTER_SITE_JRL}talos/${ROS_PKG}/${ROS_PKG}- +ROS_COMMENT= Hardware interfaces developped by PAL-Robotics +LICENSE= openhrp-grx-license + +include ../../meta-pkgs/ros-base/Makefile.common + +SUBST_CLASSES+= py-interp +SUBST_FILES.py-interp+= src/actionlib/*.py +SUBST_FILES.py-interp+= test/*.py +SUBST_FILES.py-interp+= tools/*.py + +USE_BOOST_LIBS= thread + +include ../../devel/boost-headers/depend.mk +include ../../devel/boost-libs/depend.mk +include ../../devel/ros-catkin/depend.mk +include ../../interfaces/ros-common-msgs/depend.mk +include ../../interfaces/ros-std-msgs/depend.mk +include ../../wip/talos-ros-control/depend.mk +include ../../lang/ros-message-generation/depend.mk +include ../../lang/ros-message-runtime/depend.mk +include ../../middleware/ros-comm/depend.mk +include ../../mk/robotpkg.mk diff --git a/talos-pal-hardware-interfaces/PLIST b/talos-pal-hardware-interfaces/PLIST new file mode 100644 index 0000000000000000000000000000000000000000..7dcb0799b64ff574b7b4dfe8bd574e26c3a5ac92 --- /dev/null +++ b/talos-pal-hardware-interfaces/PLIST @@ -0,0 +1,7 @@ +@comment Wed Mar 29 18:32:40 CEST 2017 +include/pal_hardware_interfaces/actuator_temperature_interface.h +include/pal_hardware_interfaces/current_limit_interface.h +lib/pkgconfig/pal_hardware_interfaces.pc +share/pal_hardware_interfaces/cmake/pal_hardware_interfacesConfig-version.cmake +share/pal_hardware_interfaces/cmake/pal_hardware_interfacesConfig.cmake +share/pal_hardware_interfaces/package.xml diff --git a/talos-pal-hardware-interfaces/depend.mk b/talos-pal-hardware-interfaces/depend.mk new file mode 100644 index 0000000000000000000000000000000000000000..a1acea4e1ac0965f301bcfd95dbd366bfb33a7b2 --- /dev/null +++ b/talos-pal-hardware-interfaces/depend.mk @@ -0,0 +1,31 @@ +# robotpkg depend.mk for: wip/talos_pal_hardware_interfaces +# Created: Olivier Stasse on Wed, 29 Mar 2017 +# + +DEPEND_DEPTH:= ${DEPEND_DEPTH}+ +TALOS_PAL_HARDWARE_INTERFACES_DEPEND_MK:= ${TALOS_PAL_HARDWARE_INTERFACES_DEPEND_MK}+ + +ifeq (+,$(DEPEND_DEPTH)) +DEPEND_PKG+= talos-pal-hardware-interfaces +endif + +ifeq (+,$(TALOS_PAL_HARDWARE_INTERFACES_DEPEND_MK)) # ------------------------------------------- + +include ../../meta-pkgs/ros-base/depend.common +PREFER.talos-pal-hardware-interfaces?= ${PREFER.ros-base} +SYSTEM_PREFIX.talos-pal_hardware-interfaces?=${SYSTEM_PREFIX.ros-base} + +DEPEND_USE+= talos-pal-hardware-interfaces +ROS_DEPEND_USE+= talos-pal-hardware-interfaces + +DEPEND_ABI.talos-pal-hardware-interfaces?= ros-talos-pal-hardware-interfaces>=0.0.2 +DEPEND_DIR.talos-pal-hardware-interfaces?= ../../wip/talos-pal-hardware-interfaces + +SYSTEM_SEARCH.talos-pal-hardware-interfaces=\ + include/pal_hardware_interfaces/actuator_temperature_interface.h \ + 'share/pal_hardware_interfaces/package.xml:/<version>/s/[^0-9.]//gp' \ + 'lib/pkgconfig/pal_hardware_interfaces.pc:/Version/s/[^0-9.]//gp' + +endif # TALOS_PAL_HARDWARE_INTERFACES_DEPEND_MK ------------------------------------------------- + +DEPEND_DEPTH:= ${DEPEND_DEPTH:+=} diff --git a/talos-pal-hardware-interfaces/distinfo b/talos-pal-hardware-interfaces/distinfo new file mode 100644 index 0000000000000000000000000000000000000000..947062becb4df90842e24a52af8ec57ec931898e --- /dev/null +++ b/talos-pal-hardware-interfaces/distinfo @@ -0,0 +1,3 @@ +SHA1 (ros/talos_pal_hardware_interfaces/0.0.2.tar.gz) = 3469fff9c94479d0ef9387e50d45a4a367e38d15 +RMD160 (ros/talos_pal_hardware_interfaces/0.0.2.tar.gz) = 5552c6eb47985937ed0a4a3b24133250725a8f53 +Size (ros/talos_pal_hardware_interfaces/0.0.2.tar.gz) = 1900 bytes