mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
Update sync_plan.py-注释掉刷新模式
This commit is contained in:
parent
3f4936c562
commit
b103c0bdab
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def listener():
|
||||||
print(port, baud)
|
print(port, baud)
|
||||||
mc = MyCobot(port, baud)
|
mc = MyCobot(port, baud)
|
||||||
time.sleep(0.05)
|
time.sleep(0.05)
|
||||||
mc.set_free_mode(1)
|
# mc.set_free_mode(1)
|
||||||
time.sleep(0.05)
|
time.sleep(0.05)
|
||||||
|
|
||||||
rospy.Subscriber("joint_states", JointState, callback)
|
rospy.Subscriber("joint_states", JointState, callback)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue