From 8e99e244f2e8c55e2cb537baf3676c30265b3567 Mon Sep 17 00:00:00 2001 From: Ken Conley Date: Tue, 24 Jan 2012 21:53:22 +0000 Subject: [PATCH] need to have stacks on RPP as well --- env-hooks/10.ros.all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-hooks/10.ros.all.in b/env-hooks/10.ros.all.in index 89f8dbc2..0c3688fa 100644 --- a/env-hooks/10.ros.all.in +++ b/env-hooks/10.ros.all.in @@ -3,7 +3,7 @@ # This file was automatically generated. # export ROS_ROOT=@CMAKE_INSTALL_PREFIX@/share/ros -export ROS_PACKAGE_PATH=@CMAKE_INSTALL_PREFIX@/share +export ROS_PACKAGE_PATH=@CMAKE_INSTALL_PREFIX@/share:@CMAKE_INSTALL_PREFIX@/stacks if [ ! "$ROS_MASTER_URI" ] ; then export ROS_MASTER_URI=http://localhost:11311 fi