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

[wip/pal-hardware-interfaces] Add erbium in the set of packages to consider when compiling.

[wip/roscontrol-sot] Detects erbium when needed.
parent 04b63bf2
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ include ../../lang/ros-message-runtime/depend.mk ...@@ -32,7 +32,7 @@ include ../../lang/ros-message-runtime/depend.mk
include ../../middleware/ros-comm/depend.mk include ../../middleware/ros-comm/depend.mk
include ../../wip/sysdep/pal-distro.mk include ../../wip/sysdep/pal-distro.mk
ifeq (palerbium,${PALDISTRO}) ifeq (palerbium,${PALDISTRO})
include ../../motion/ros-control/depend.mk CMAKE_PREFIX_PATH+=/opt/pal/erbium
else else
include ../../wip/prf-ros-control/depend.mk include ../../wip/prf-ros-control/depend.mk
endif endif
......
...@@ -52,14 +52,16 @@ include ../../wip/sot-core-v3/depend.mk ...@@ -52,14 +52,16 @@ include ../../wip/sot-core-v3/depend.mk
include ../../wip/sot-dynamic-pinocchio-v3/depend.mk include ../../wip/sot-dynamic-pinocchio-v3/depend.mk
include ../../mk/robotpkg.prefs.mk include ../../mk/robotpkg.prefs.mk
include ../../wip/sysdep/pal-distro.mk include ../../wip/sysdep/pal-distro.mk
include ../../wip/pal-hardware-interfaces/depend.mk
include ../../wip/sysdep/pal-distro.mk
ifeq (palerbium,${PALDISTRO}) ifeq (palerbium,${PALDISTRO})
include ../../motion/ros-control/depend.mk CMAKE_PREFIX_PATH+=/opt/pal/erbium
else else
include ../../wip/pal-hardware-interfaces/depend.mk
include ../../wip/prf-ros-control/depend.mk include ../../wip/prf-ros-control/depend.mk
endif endif
include ../../devel/ros-roscpp-core/depend.mk include ../../devel/ros-roscpp-core/depend.mk
include ../../devel/ros-catkin/depend.mk include ../../devel/ros-catkin/depend.mk
include ../../pkgtools/pkg-config/depend.mk include ../../pkgtools/pkg-config/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