Update
This commit is contained in:
parent
fc9346eda3
commit
e9fbdffa78
@ -11,6 +11,7 @@ if __name__ == '__main__':
|
|||||||
while not rospy.is_shutdown():
|
while not rospy.is_shutdown():
|
||||||
try:
|
try:
|
||||||
(trans,rot) = listener.lookupTransform('left_gripper', 'base', rospy.Time(0))
|
(trans,rot) = listener.lookupTransform('left_gripper', 'base', rospy.Time(0))
|
||||||
|
print((trans, rot))
|
||||||
# except (tf.LookupException, tf.ConnectivityException, tf.ExtrapolationException):
|
# except (tf.LookupException, tf.ConnectivityException, tf.ExtrapolationException):
|
||||||
except: continue
|
except: continue
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user