I am just getting started with uArm Pro and need to write a test controller in Python. I came across the python library for uArm on Github. How can I use it to my advantage?
Asked
Active
Viewed 917 times
1 Answers
1
uArm provides baisc Movement on Python. The library only supports uArm Swift/SwiftPro. For Metal, please use pyuarm or pyuf instead.
pyuarm can be installed from PyPI, either manually downloading the files and installing as described below or using:
pip install pyuarm
Download the archive from https://github.com/uArm-Developer/uArm-Python-SDK . Unpack the archive, enter the uArm-Python-SDK directory and run:
python setup.py install
Try examples using this link https://github.com/uArm-Developer/uArm-Python-SDK/tree/2.0/examples/api

Hasee Amarathunga
- 1,901
- 12
- 17