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.
1 parent 887c1f9 commit ca2f4c6Copy full SHA for ca2f4c6
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