Update slider_control.py-注释掉刷新模式

This commit is contained in:
wangWking 2024-05-30 15:43:39 +08:00 committed by GitHub
parent 321fff56d2
commit 3f4936c562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ def listener():
print(port, baud)
mc = MyCobot(port, baud)
time.sleep(0.05)
mc.set_free_mode(1)
# mc.set_free_mode(1)
time.sleep(0.05)
# spin() simply keeps python from exiting until this node is stopped