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

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

View file

@ -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)