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

[wip/talos-simulation] Add melodic detection and use of appropriate

pkgs.
BUMP PKGREVISION to 2.
parent 8e71582f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ DISTNAME= ${VERSION}
ROSNAME= $(subst -,_,${PKGBASE})
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DIST_SUBDIR= ${PKGBASE}
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= wip
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git
......@@ -48,13 +48,27 @@ ifeq (erbium,${PREFER.pal-distro})
endif
endif
include ../../wip/sysdep/ubuntu-distro.mk
include ../../motion/ros-control-toolbox/depend.mk
include ../../wip/pal-hardware-gazebo/depend.mk
ifeq (bionic,${UBUNTUDISTRO})
include ../../wip/pal-hardware-gazebo-melodic/depend.mk
else
include ../../wip/pal-hardware-gazebo/depend.mk
endif
include ../../wip/talos-robot/depend.mk
include ../../wip/talos-moveit-config/depend.mk
include ../../wip/prf-roboticsgroup-gazebo-plugins/depend.mk
include ../../wip/prf-ros-controllers/depend.mk
include ../../wip/pal-gazebo-plugins/depend.mk
ifeq (bionic,${UBUNTUDISTRO})
include ../../wip/pal-gazebo-plugins-melodic/depend.mk
else
include ../../wip/pal-gazebo-plugins/depend.mk
endif
include ../../wip/pal-gazebo-worlds/depend.mk
include ../../wip/head-action/depend.mk
include ../../mk/language/c++.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