Skip to content

Commit

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

rospy.Subscriber("joint_states", JointState, callback)
Expand Down

0 comments on commit b103c0b

Please sign in to comment.