apockill / uArmCreatorStudio

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 entirely in Python, and supports python scripting within the application.
82 stars 39 forks source link

Arm not going low enough #24

Closed joihn closed 6 years ago

joihn commented 7 years ago

Hi,

When an object is recognised and the software try to automatically pick it up, it oftently stop 1cm on top of it. ( even though I made the uarm calibration correctly).

I suggets lowering the ground value, or getting a tough feedback via the tip sensor

apockill commented 7 years ago

Hi Joihn,

That's an interesting issue. I don't have a "ground" value persay, the robot should generally move downwards until the tip sensor is pressed, or it reaches a value that is far below the "ground" value set in the calibration. I assume your robot is touching the ground when you do the calibration?

There might be something in the robots firmware preventing it from going to a Z value lower than that, as well.

joihn commented 7 years ago

Hi, thanks for the fast response Yes I did the calibration correctly.

in fact I'm using ufactory fork with their firmware, not yours.

When I give a "move to" command, the robot is able to touch the ground, and even go under.

I will inspect the issue when I can :)