mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +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)
|
||||
mycobot.release_all_servos()
|
||||
mycobot.release_all_servos(0)
|
||||
time.sleep(0.1)
|
||||
print("Rlease all servos over.\n")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ try:
|
|||
import tkinter as tk
|
||||
except ImportError:
|
||||
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 time
|
||||
from rospy import ServiceException
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue