mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
fix
This commit is contained in:
parent
c3e692804b
commit
0fe95c531e
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ def talker():
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
exit(1)
|
exit(1)
|
||||||
mycobot.release_all_servos()
|
mycobot.release_all_servos(0)
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
print("Rlease all servos over.\n")
|
print("Rlease all servos over.\n")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ try:
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import Tkinter as tk
|
import Tkinter as tk
|
||||||
from mycobot_communication.srv import GetCoords, SetCoords, GetAngles, SetAngles, GripperStatus
|
from myarm_communication.srv import GetCoords, SetCoords, GetAngles, SetAngles, GripperStatus
|
||||||
import rospy
|
import rospy
|
||||||
import time
|
import time
|
||||||
from rospy import ServiceException
|
from rospy import ServiceException
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue