diff --git a/roscontrol-sot/Makefile b/roscontrol-sot/Makefile index df1242acd08bff09f5f196118e59b498c3a942b1..75e0919efc919be1a80da47fb40c04b785fc241c 100644 --- a/roscontrol-sot/Makefile +++ b/roscontrol-sot/Makefile @@ -56,6 +56,13 @@ include ../../wip/sysdep/pal-distro.mk include ../../wip/sysdep/pal-distro.mk ifeq (palerbium,${PALDISTRO}) CMAKE_PREFIX_PATH+=/opt/pal/erbium + CMAKE_ARGS+= -Dcontrol_toolbox_INCLUDE_DIRS=/opt/pal/erbium/include + PATH+=/opt/pal/erbium + PATH+=/bin + PATH+=/usr/bin + PATH+=/sbin + CXXFLAGS+="-I/opt/pal/erbium/include" + include ../../motion/ros-control-toolbox/depend.mk else include ../../wip/pal-hardware-interfaces/depend.mk include ../../wip/prf-ros-control/depend.mk