File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "cSpell.words" : [
33 " Cobot" ,
4+ " coord" ,
45 " mesg" ,
56 " mycobot" ,
67 " pymycobot" ,
Original file line number Diff line number Diff line change 1212 pytest -s ./tests/test_api.py
1313
1414.PHONY : del
15- del :
15+ del : clean
1616 @if [ -d ./dist ]; then rm -r ./dist/; fi
1717 @if [ -d ./build ]; then rm -r ./build; fi
1818 @if [ -d ./pymycobot.egg-info ]; then rm -r ./pymycobot.egg-info; fi
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ pip install pymycobot --upgrade --user
2222
2323** Notes:**
2424
25- > If you want to use Gripper and IO, you should update your Atom to 2.5<br >
2625> Now only the version is ` Atom2.4 ` or later is supported. If you use an earlier version, please install ` pymycobot 1.0.7 ` .
2726
2827``` bash
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ from pymycobot.mycobot import MyCobot
9191 - ` 0 ` : power off
9292 - ` -1 ` : error
9393
94- ### set_free_mode ()
94+ ### release_all_servos ()
9595
9696- ** Description** : Set robot arm into free moving mode.
9797
You can’t perform that action at this time.
0 commit comments