dobot-python
dobot-python copied to clipboard
A cross-platform low-level interface and high-level API for the Dobot Magician robotic arm written in Python 3
Hey! have you used an infrared sensor? if so does it work correctly
Hi, I'm getting an issue running protocols using this API. Using a modified version of the example gripper protocol: ```python import cv2 from serial.tools import list_ports import sys import os...
Some minor extra functionality. Was it your intention to wrap all the interface methods in the `Dobot` class, or to use the `bot.interface.METHOD()` syntax?
Hello i'm using the Dobot conveyer belt, but i have trouble getting belt moving, belt does work in Dobot studio. I have tried this code: bot.interface.set_extended_motor_velocity(0,True,int(Velocity), True). With this belt...
I added `bot.set_end_effector_params (60,0,0)` in homing.py. When I ran it, I got the following error: > Traceback (most recent call last): File "examples/homing.py", line 17, in bot.set_end_effector_params(60, 0, 0) File...
Hi, not sure if you can help but i need to write a code to image process a simple portrait from google and then code for the dobot arm to...
Hi Alex, great package. I cant seem to get clear_alarms_state to clear alarms and reset the LED. Once I have an error I move to a safe position and reset,...
For a school project we are trying to work with the color sensor. We don't understand how to use the implemented functions. We tried the following approach: ``` from lib.interface...