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

[wip/talos-dev] Add melodic detection and use of appropriate packages.

parent 128e3f5f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,15 @@ META_PACKAGE= yes
include ../../interfaces/humanoid-nav-msgs/depend.mk
include ../../wip/py-sot-talos/depend.mk
include ../../wip/prf-gazebo-ros-pkgs/depend.mk
include ../../wip/prf-ros-control/depend.mk
include ../../wip/sysdep/ubuntu-distro.mk
ifeq (bionic,${UBUNTUDISTRO})
include ../../wip/prf-gazebo-ros-pkgs-melodic/depend.mk
else
include ../../wip/prf-gazebo-ros-pkgs/depend.mk
endif
include ../../wip/talos-metapkg-ros-control-sot/depend.mk
include ../../wip/talos-simulation/depend.mk
include ../../mk/robotpkg.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