PythonLib for XGO2-DOG
Project description
XGO-PythonLib
XGO2 robot can be developed using the Python language.The motion,pose,coordinates,gripper and servo of the XGO2 can be controlled via Python. The detailed instructions for use of the library are as follows.
PythonLib included xgolib.py xgoedu.py xgoadvance.py.
Install instructions
1 Burn the official 0512 img image
2 Copy all files from the "model" directory to \home\pi\model
3 Run this command:
pip install xgo-pythonlib
Examples
Perform gesture recognition on the current camera and press the "c" key to exit.
from xgoedu import XGOEDU
edu = XGOEDU()
while True:
result=edu.gestureRecognition()
print(result)
if edu.xgoButton("c"):
break
Lastest Verion:0.0.8
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xgo-pythonlib-0.1.2.tar.gz
(19.1 kB
view details)
Built Distribution
File details
Details for the file xgo-pythonlib-0.1.2.tar.gz
.
File metadata
- Download URL: xgo-pythonlib-0.1.2.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c26b1a6ad42a6125a4ffbe0a416702caa560c7d74479c5b69e0a867ba2bcac3 |
|
MD5 | c2d44124213d350f6bfa39f4849013fe |
|
BLAKE2b-256 | 01be02524c5db9e07a50ec77c48ea3507cf434e168d475e18bf527e2844f3b2b |
File details
Details for the file xgo_pythonlib-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: xgo_pythonlib-0.1.2-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97d4b297b1db2e05c2f1faa092a6f833e231bebae4fa96c65acc5f1e87abc7fc |
|
MD5 | b6b897b5f2cec7c0a566fd4698b5b350 |
|
BLAKE2b-256 | 587af632d0ac685c7d30120008ad0ef3383d995754dd09c0d176660408ca7ac6 |