Skip to content

Commit

Permalink
remove python api
Browse files Browse the repository at this point in the history
  • Loading branch information
zlj-zz committed Jan 15, 2021
1 parent 373067c commit fea11f7
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,349 deletions.
22 changes: 0 additions & 22 deletions API/Python/LICENSE

This file was deleted.

25 changes: 1 addition & 24 deletions API/Python/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
# This is Python API for myCobot

If you want to install it separately.

**Usage:**

```bash
git clone https://github.com/elephantrobotics/myCobot.git <your-path>
cd <your-path>/myCobot/API/Python
python3 setup install
```

**_`example/test.py` is a test file, you can find out which interfaces pymycobot provides in `pymycobot/README.md`._**

**Notes**:

<!-- This is the mycobot Python API package designed by Zhang Lijun([lijun.zhang@elephantrobotics.com]()) -->

> Make sure that `Atom2.3` is flashed into the top Atom <br> > `Transponder` is flashed into the base Basic <br>
> The firmware `Atom2.3` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/tree/main/Software](https://github.com/elephantrobotics/myCobot/tree/main/Software)<br>
> Python 2: use mycobot.py <br>
> Python 3: use mycobot3.py
-
Please go to here.[https://github.com/elephantrobotics/pymycobot.git](https://github.com/elephantrobotics/pymycobot.git)

0 comments on commit fea11f7

Please sign in to comment.