elephantrobotics / pymycobot

This is a python API for ElephantRobotics product.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get_angles always returns a fixed value

suresh-venkate opened this issue · comments

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 I run mc.get_angles(), the returned value is always: [180.08, 180.08, -180.08, 180.08, 180.08, 180.08]

Even after rotating various joints, mc.get_angles always returns: [180.08, 180.08, -180.08, 180.08, 180.08, 180.08]

Please let me know how this can be fixed.

Please use myStudio to re-burn the latest atom firmware to see if the problem is solved.
image