uArmCreatorStudio
uArmCreatorStudio copied to clipboard
uArm Creator Studio is a Visual Programming Language for robot arms, with a heavy emphasis on computer vision and usability for both low experience and high experience programmers. It's written entire...
What's the problem?
How can I use this program with a 6 axis robot arm What modification s will be required in the program My robot runs marlin based firmware I can even...
It was erroring out during camera setup. Didn't dig too much, but looks like some checks were missing before initialization. I was able to work around the issue by using...
Hi, I was wondering if we can have a contributing guideline, as things are still a bit unclear to me. 1. What shall we use to track the issues, this...
Currently the ranges are hardcoded https://github.com/apockill/uArmCreatorStudio/blob/47a8acd039897ac4eec353996975d312b8100305/CalibrationsGUI.py#L800-L818, but in practice, the real range also depends on how camera is mounted or zoomed in. For example, the effective range my camera can...
Hi, I have a pretty decent camera (latest logitec c922, which is capable of outputing full hd) and a very big and very detailed marker, but the program can't detect...
As the project grows, it becomes harder for quality control, i.e. to ensure any incoming change does not break anything in the past. E.g. we can use systems like TravisCI...
I'm not a license expert, so only mean to provide some generic ideas in the long run. I noticed that this software and the libraries it uses including [PyQt](https://pypi.python.org/pypi/PyQt5) are...
The current version of the COM protocol. [ssS#V#] which sets servos will fail when setting wrist servos, because the uArm Library tries to get calibration data for the wrist servo-...
Hello, The software doen't scale on an high dpi screen (4k), as a result, everything looks very small.