mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
chore.
This commit is contained in:
parent
bf8eceb407
commit
0ff71e7d2e
2 changed files with 1 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
# license removed for brevity
|
||||
import time
|
||||
|
||||
import rospy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue