@@ -48,13 +48,13 @@ from pymycobot.mycobot import MyCobot
4848
4949- ** Description**
5050
51- Adjust robot arm wether power on.
51+ Adjust robot arm whether power on.
5252
5353- ** Returns**
5454
55- - 1 : power on
56- - 0 : power off
57- - -1 : error
55+ - ` 1 ` : power on
56+ - ` 0 ` : power off
57+ - ` -1 ` : error
5858
5959### set_free_mode()
6060
@@ -82,11 +82,11 @@ from pymycobot.mycobot import MyCobot
8282
8383- ** Parameters**
8484
85- id: Joint id(common .Angle)
85+ id: Joint id(` genre .Angle` )
8686
87- degree: degree value(float)
87+ degree: degree value(` float ` )
8888
89- speed: (int)
89+ speed: (` int ` )
9090
9191- ** Example**
9292
@@ -107,9 +107,9 @@ from pymycobot.mycobot import MyCobot
107107
108108- ** Parameters**
109109
110- degrees: a list of degree value(List[ float] )
110+ degrees: a list of degree value(` List[float] ` )
111111
112- speed: (int)
112+ speed: (` int ` )
113113
114114- ** Example**
115115
@@ -140,9 +140,9 @@ from pymycobot.mycobot import MyCobot
140140
141141- ** Parameters**
142142
143- degrees: a list of radian value(List[ float] )
143+ degrees: a list of radian value(` List[float] ` )
144144
145- speed: (int)
145+ speed: (` int ` )
146146
147147- ** Example**
148148
@@ -173,11 +173,11 @@ from pymycobot.mycobot import MyCobot
173173
174174- ** Parameters**
175175
176- id: coord name(common .Coord)
176+ id: coord id( ` genre .Coord` )
177177
178- coord: coord value(float)
178+ coord: coord value(` float ` )
179179
180- speed: (int)
180+ speed: (` int ` )
181181
182182- ** Example**
183183
@@ -198,9 +198,9 @@ from pymycobot.mycobot import MyCobot
198198
199199- ** Parameters**
200200
201- coords: a list of coords value(List[ float] )
201+ coords: a list of coords value(` List[float] ` )
202202
203- speed: (int)
203+ speed: (` int ` )
204204
205205- ** Example**
206206
@@ -239,7 +239,7 @@ from pymycobot.mycobot import MyCobot
239239
240240- ** Returns**
241241
242- bool:
242+ ` bool ` :
243243
244244 - ` 1 ` - paused
245245 - ` 0 ` - not paused
@@ -253,7 +253,7 @@ from pymycobot.mycobot import MyCobot
253253
254254- ** Returns**
255255
256- bool:
256+ ` bool ` :
257257
258258 - ` 1 ` - true
259259 - ` 0 ` - false
@@ -267,7 +267,7 @@ from pymycobot.mycobot import MyCobot
267267
268268- ** Returns**
269269
270- bool: ` True ` - moving, ` False ` - not moving.
270+ ` bool ` : ` True ` - moving, ` False ` - not moving.
271271
272272## JOG mode and operation
273273
@@ -307,7 +307,7 @@ from pymycobot.mycobot import MyCobot
307307
308308- ** Returns**
309309
310- speed: (int)
310+ speed: (` int ` )
311311
312312### set_speed()
313313
@@ -331,7 +331,7 @@ from pymycobot.mycobot import MyCobot
331331
332332- ** Returns**
333333
334- angle: (int )
334+ angle: (` float ` )
335335
336336### get_joint_max_angle()
337337
@@ -345,7 +345,7 @@ from pymycobot.mycobot import MyCobot
345345
346346- ** Returns**
347347
348- angle: (int )
348+ angle: (` float ` )
349349
350350## Servo control
351351
@@ -361,7 +361,7 @@ from pymycobot.mycobot import MyCobot
361361
362362- ** Returns**
363363
364- speed : (int)
364+ flag : (` int ` )
365365
366366 - ` 0 ` : disable
367367 - ` 1 ` : enbale
@@ -375,7 +375,7 @@ from pymycobot.mycobot import MyCobot
375375
376376- ** Returns**
377377
378- flag: (int)
378+ flag: (` int ` )
379379
380380 - ` 0 ` : disable
381381 - ` 1 ` : enbale
0 commit comments