Skip to content
Snippets Groups Projects
Commit 3fe71079 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/hpp-universal-robot] Initial import

parent 95063ad4
No related branches found
No related tags found
No related merge requests found
Data specific to robots ur5 and ur10 for hpp-corbaserver
# robotpkg Makefile for: wip/hpp-universal-robot
# Created: Guilhem Saurel on Fri, 10 Oct 2018
#
HPP_PACKAGE= hpp-universal-robot
HPP_COMMENT= Data specific to robots ur5 and ur10 for hpp-corbaserver
HPP_VERSION= 4.2.1
CATEGORIES= wip
DYNAMIC_PLIST_DIRS+= share/doc/${ROSNAME}
export ROS_PACKAGE_PATH+= ${PREFIX.hpp-universal-robot}/share
include ../../meta-pkgs/hpp/Makefile.common
include ../../wip/universal-robot/depend.mk
include ../../devel/ros-xacro/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Thu Dec 20 17:43:28 CET 2018
include/hpp/universal/robot/config.hh
include/hpp/universal/robot/deprecated.hh
include/hpp/universal/robot/warning.hh
lib/pkgconfig/hpp-universal-robot.pc
${PYTHON_SITELIB}/hpp/corbaserver/manipulation/ur5/__init__.py
${PYTHON_SITELIB}/hpp/corbaserver/manipulation/ur5/robot.py
${PYTHON_SITELIB}/hpp/corbaserver/ur5/__init__.py
${PYTHON_SITELIB}/hpp/corbaserver/ur5/robot.py
share/ur_description/launch/ur5.launch
share/ur_description/rviz/config.rviz
share/ur_description/srdf/ur3_gripper.srdf
share/ur_description/srdf/ur5.srdf
share/ur_description/srdf/ur5_gripper.srdf
share/ur_description/srdf/ur5_joint_limited_robot.srdf
share/ur_description/urdf/ur3_gripper.urdf
share/ur_description/urdf/ur5_gripper.urdf
share/ur_description/urdf/ur5_joint_limited_robot.urdf
# robotpkg depend.mk for: wip/hpp-universal-robot
# Created: Guilhem Saurel on Fri, 19 Oct 2018
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HPP_UNIVERSAL_ROBOT_DEPEND_MK:= ${HPP_UNIVERSAL_ROBOT_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hpp-universal-robot
endif
ifeq (+,$(HPP_UNIVERSAL_ROBOT_DEPEND_MK)) # --------------------------------------
PREFER.hpp-universal-robot?= robotpkg
DEPEND_USE+= hpp-universal-robot
DEPEND_ABI.hpp-universal-robot?= hpp-universal-robot>=4.2.1
DEPEND_DIR.hpp-universal-robot?= ../../wip/hpp-universal-robot
SYSTEM_SEARCH.hpp-universal-robot=\
include/hpp/universal/robot/config.hh \
'lib/pkgconfig/hpp-universal-robot.pc:/Version/s/[^0-9.]//gp'
endif # HPP_UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hpp-universal-robot-4.2.1.tar.gz) = 13d93365327fa5804812aaa59447245cece25715
RMD160 (hpp-universal-robot-4.2.1.tar.gz) = 11bfe4a222ac6fdd8861dc003a40b571db14b9d8
Size (hpp-universal-robot-4.2.1.tar.gz) = 769198 bytes
......@@ -19,7 +19,7 @@ DEPEND_ABI.universal-robot?= universal-robot>=1.2.1
DEPEND_DIR.universal-robot?= ../../wip/universal-robot
SYSTEM_SEARCH.universal-robot=\
include/ur_msgs/SetIO.hh \
include/ur_msgs/SetIO.h \
'lib/pkgconfig/ur_description.pc:/Version/s/[^0-9.]//gp'
endif # UNIVERSAL_ROBOT_DEPEND_MK --------------------------------------------
......
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