Skip to content

Commit

Permalink
Update slider_control.py-注释掉刷新模式
Browse files Browse the repository at this point in the history
  • Loading branch information
wangWking authored May 30, 2024
1 parent 321fff5 commit 3f4936c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycobot_280/mycobot_280arduino/scripts/slider_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f4936c

Please sign in to comment.