Update
This commit is contained in:
parent
4b2be230b2
commit
f0eaf45a40
@ -10,7 +10,7 @@ if __name__ == '__main__':
|
|||||||
rate = rospy.Rate(10.0)
|
rate = rospy.Rate(10.0)
|
||||||
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('c1', 'base', rospy.Time(0))
|
||||||
except (tf.LookupException, tf.ConnectivityException, tf.ExtrapolationException):
|
except (tf.LookupException, tf.ConnectivityException, tf.ExtrapolationException):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user