You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I can't control the mycobot m5 in ubuntu with 10-20HZ control cmd
To Reproduce
Steps to reproduce the behavior:
I use this method to move and check time delay:
def move_mycobot(self):
# self.mc.sync_send_angles(list(np.degrees(self.robot_joint_positions)), 50, 0.1)
last_time = time.time()
self.mc.send_radians(list(self.robot_joint_positions), 50)
dt = time.time()-last_time
print(dt)
And dt is like this:
1.5237412452697754
1.5245559215545654
1.5268266201019287
Why this huge delay?
Expected behavior
In user cook book, it is said that command frequency can be 10-20HZ, and I want to control the move of robot arm as real time as possible.
"
2 关于参数
Q:mycobot280-M5通讯频率是多少呢?
A:10-20Hz。
" Desktop (please complete the following information):
OS: Ubuntu 20.04
Browser chrome
Version 3.6.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I can't control the mycobot m5 in ubuntu with 10-20HZ control cmd
To Reproduce
Steps to reproduce the behavior:
I use this method to move and check time delay:
def move_mycobot(self):
# self.mc.sync_send_angles(list(np.degrees(self.robot_joint_positions)), 50, 0.1)
last_time = time.time()
self.mc.send_radians(list(self.robot_joint_positions), 50)
dt = time.time()-last_time
print(dt)
And dt is like this:
1.5237412452697754
1.5245559215545654
1.5268266201019287
Why this huge delay?
Expected behavior
In user cook book, it is said that command frequency can be 10-20HZ, and I want to control the move of robot arm as real time as possible.
"
2 关于参数
Q:mycobot280-M5通讯频率是多少呢?
A:10-20Hz。
"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: