roslaunch: #2852 changed default cwd from ROS_ROOT to ROS_HOME

This commit is contained in:
Ken Conley 2010-07-06 18:32:59 +00:00
parent f3f3ef9793
commit 552605b2e8
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class LocalProcess(Process):
elif self.cwd == 'cwd':
cwd = os.getcwd()
else:
cwd = get_ros_root()
cwd = roslib.rosenv.get_ros_home()
_logger.info("process[%s]: start w/ args [%s]", self.name, self.args)
_logger.info("process[%s]: cwd will be [%s]", self.name, cwd)