Skip to content

Commit 0c23d4d

Browse files
committed
update configuration.
1 parent 54d7f63 commit 0c23d4d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cSpell.words": [
33
"Cobot",
4+
"coord",
45
"mesg",
56
"mycobot",
67
"pymycobot",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test:
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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pymycobot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)