Skip to content
Snippets Groups Projects
Commit 1969e9dc authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/tiago-robot] Add missing dependencies

Fix names in depend.mk
parent 7c874b04
No related branches found
No related tags found
Loading
......@@ -28,6 +28,10 @@ include ../../interfaces/ros-std-msgs/depend.mk
include ../../lang/ros-message-generation/depend.mk
include ../../lang/ros-message-runtime/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../wip/pmb2-robot/depend.mk
include ../../wip/pal-gripper/depend.mk
include ../../wip/head-action/depend.mk
include ../../wip/tf-lookup/depend.mk
include ../../mk/language/c++.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -15,13 +15,16 @@ PREFER.tiago-robot?= robotpkg
DEPEND_USE+= tiago-robot
DEPEND_ABI.tiago-robot?= tiago-robot>=0.1.7
DEPEND_ABI.tiago-robot?= tiago-robot>=0.0.35
DEPEND_DIR.tiago-robot?= ../../wip/tiago-robot
SYSTEM_SEARCH.tiago-robot=\
'share/tiago_robot/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/tiago_robot.pc:/Version/s/[^0-9.]//gp' \
'share/tiago_robot/cmake/tiago_robotConfig.cmake'
'share/tiago_description/package.xml:/<version>/s/[^0-9.]//gp' \
'share/tiago_bringup/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/tiago_description.pc:/Version/s/[^0-9.]//gp' \
'lib/pkgconfig/tiago_bringup.pc:/Version/s/[^0-9.]//gp' \
'share/tiago_description/cmake/tiago_descriptionConfig.cmake' \
'share/tiago_bringup/cmake/tiago_bringupConfig.cmake'
endif # TIAGO_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