removed two uses of ROS_ROOT
This commit is contained in:
parent
c3d797b5fd
commit
ef6fca9423
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue