We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c7f14d + ca2f4c6 commit 540c8a8Copy full SHA for 540c8a8
pymycobot/myarmm.py
@@ -6,7 +6,7 @@
6
7
class MyArmM(MyArmAPI):
8
9
- def __init__(self, port, baudrate="115200", timeout=0.1, debug=False):
+ def __init__(self, port, baudrate="1000000", timeout=0.1, debug=False):
10
super(MyArmM, self).__init__(port, baudrate, timeout,debug)
11
12
def set_joint_angle(self, joint_id, angle, speed):
0 commit comments