removed two uses of ROS_ROOT

This commit is contained in:
Ken Conley 2012-01-07 00:16:06 +00:00
parent c3d797b5fd
commit ef6fca9423
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ function _ros_location_find {
done
if [[ $1 == log ]]; then
echo `${ROS_ROOT}/bin/roslaunch-logs`
echo `roslaunch-logs`
return 0
elif [[ $1 == test_results ]]; then
echo `${ROS_ROOT}/tools/rosunit/scripts/test_results_dir.py`
echo `rosrun rosunit test_results_dir.py`
return 0
fi