Skip to content

Commit

Permalink
Removed obsolete import roslib from Python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Goebel committed Dec 30, 2013
1 parent 257869d commit 2346cab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion nodes/pi_tracker_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
http://www.gnu.org/licenses/gpl.html
"""

import roslib; roslib.load_manifest('pi_tracker')
import rospy
from sensor_msgs.msg import JointState
import xml.dom.minidom
Expand Down
1 change: 0 additions & 1 deletion nodes/tracker_base_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
http://www.gnu.org/licenses/gpl.html
"""

import roslib; roslib.load_manifest('pi_tracker')
import rospy
from geometry_msgs.msg import Twist
import pi_tracker_lib as PTL
Expand Down
1 change: 0 additions & 1 deletion nodes/tracker_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
http://www.gnu.org/licenses/gpl.html
"""

import roslib; roslib.load_manifest('pi_tracker')
import rospy
import pi_tracker_lib as PTL
from pi_tracker.msg import Skeleton
Expand Down
1 change: 0 additions & 1 deletion nodes/tracker_joint_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
http://www.gnu.org/licenses/gpl.html
"""

import roslib; roslib.load_manifest('pi_tracker')
import rospy
import pi_tracker_lib as PTL
from sensor_msgs.msg import JointState
Expand Down

0 comments on commit 2346cab

Please sign in to comment.