From dab74b26c873541c266397df563fc8264f317714 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Wed, 13 Jan 2016 19:53:20 +0100 Subject: [PATCH] [wip/hrp2-computer-monitor] Remove fix environment variable for ROS --- hrp2-computer-monitor/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hrp2-computer-monitor/Makefile b/hrp2-computer-monitor/Makefile index 88e6ce74..c3c861f0 100644 --- a/hrp2-computer-monitor/Makefile +++ b/hrp2-computer-monitor/Makefile @@ -34,8 +34,3 @@ include ../../mk/sysdep/pdflatex.mk include ../../mk/language/c.mk include ../../mk/language/c++.mk include ../../mk/robotpkg.mk - -CONFIGURE_ENV+= ROS_ROOT=$(call quote,/opt/openrobots/share/ros) -CONFIGURE_ENV+= ROS_PACKAGE_PATH=$(call quote,/opt/openrobots/share:/opt/openrobots/stacks) -CONFIGURE_ENV+= ROS_MASTER_URI=$(call quote,http://localhost:11311) -CONFIGURE_ENV+= ROS_DISTRO=$(call quote,${PREFER.ros}) -- GitLab