pymycobot icon indicating copy to clipboard operation
pymycobot copied to clipboard

This is a python API for ElephantRobotics product.

Results 23 pymycobot issues
Sort by recently updated
recently updated
newest added

I find there is a Ethernet port for MyCobotPro 320 M5. Is there a way to connect with this arm using Ethernet. Currently I use UART (USB typeC port) with...

Hello, I am trying to set up my 280 M5 to connect to WiFi using the ` set_ssid_pwd() ` function on my Windows computer. I am afraid I cannot find...

Fix typo of markdown

**Describe the bug** get_angles() may fail. **To Reproduce** changes angles using pymycobot API. and then call get_angles(). It will empty array as result. **Desktop (please complete the following information):** Python...

**Describe the bug** Similar to https://github.com/elephantrobotics/pymycobot/issues/19, but this worked for the first time but then it stopped return data after that. Restart mycobot doesn't fix the issue. **To Reproduce** Steps...

Hi, I am using the MyCobot 280 Jetson Nano robot arm. I have initialized the interface in Python with the following commands: from pymycobot.mycobot import MyCobot mc = MyCobot('/dev/ttyTHS1',1000000) When...

**Describe the bug** In file `demo/myCobot_280_demo/280_draw_gcode.py`, the function `process_gcode` uses colon to copy a Numpy array, which only creates a view in latest Numpy (1.26.4) **Toy Example To Reproduce** Steps...

I made a reproducible the bug. See here: ``` from pymycobot.mycobot import MyCobot import time class Arm: @staticmethod def connection_initialize(port='/dev/cu.usbserial-023EDC85'): """ :param port: The default would be '/dev/ttyUSB0'. If the...

**Describe the bug** I upload ubuntu 22.04 server on raspbarrypi sd card which in myagv and pip install mypycobot, run simple test code but code stuck when serial write wheels...

**Describe the bug** I am starting at a joint position of `[-12.21, -70.48, -71.19, -32.51, -104.94, 3.6]` for a 6-DOF cobot Raspberry Pi. I then send `send_angles([[-7.82, -85.69, -26.63, -65.47,...