This commit is contained in:
Zachary 2021-08-10 17:40:01 +08:00
parent bf8eceb407
commit 0ff71e7d2e
2 changed files with 1 additions and 2 deletions

View file

@ -73,7 +73,7 @@ def grippercallback(data):
if flag:
return
# pump lenght: 88mm
# pump length: 88mm
x = float(format(data.pose.position.x * 1000, ".2f"))
y = float(format(data.pose.position.y * 1000, ".2f"))
z = float(format(data.pose.position.z * 1000, ".2f"))

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python2
# license removed for brevity
import time
import rospy