ported to rospkg

This commit is contained in:
Ken Conley 2011-10-06 18:57:56 +00:00
parent 0e5ed35f28
commit 1ae63bcfd9
1 changed files with 3 additions and 2 deletions

View File

@ -38,5 +38,6 @@ test_results_dir.py simply prints the directory that rosunit/rostest
results are stored in.
"""
import roslib.rosenv
print roslib.rosenv.get_test_results_dir()
from __future__ import print_function
import rospkg
print(rospkg.get_test_results_dir())