Skip to content
Snippets Groups Projects
Commit 1865eac2 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-talos-dev] use OS_VERSION instead of UBUNTUDISTRO

parent d2c558ff
No related branches found
No related tags found
No related merge requests found
......@@ -11,21 +11,20 @@ COMMENT= Talos dev Software
META_PACKAGE= yes
include ../../interfaces/humanoid-nav-msgs/depend.mk
include ../../wip/py-sot-talos/depend.mk
include ../../wip/py-prf-ros-control/depend.mk
include ../../wip/sysdep/ubuntu-distro.mk
ifeq (xenial,${UBUNTUDISTRO})
ifneq (,$(filter 16.04,${OS_VERSION}))
include ../../wip/prf-gazebo-ros-pkgs/depend.mk
else
include ../../wip/prf-gazebo-ros-pkgs-melodic/depend.mk
endif
include ../../wip/py-prf-ros-control/depend.mk
include ../../wip/py-sot-talos/depend.mk
include ../../wip/py-talos-torque-control/depend.mk
include ../../wip/ros-image-pipeline/depend.mk
include ../../wip/talos-metapkg-ros-control-sot/depend.mk
include ../../wip/talos-simulation/depend.mk
include ../../wip/ros-image-pipeline/depend.mk
include ../../wip/py-talos-torque-control/depend.mk
include ../../interfaces/humanoid-nav-msgs/depend.mk
include ../../localization/ros-robot-state-publisher/depend.mk
include ../../mk/sysdep/python.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