Python controlled robot arm: part 1

preview_player
Показать описание
With the help of inverse kinematics, I was able to make a simple pick and place machine. In this version of the software, it's still necessary to define the coordinates of the piece of foam manually. I am planning to eliminate this and use video images to define the exact location.

Code:

Tinkerkit Braccio robot arm:
Рекомендации по теме
Комментарии
Автор

Great job! I am currently working on a project of my own robot, I started with the simplest thing, I programmed forward kinematics. The next step is inverse kinematics.

SYNAPSEdwl
Автор

ARMS:whats the purpose of my life? Me: you move stuff

rockman
Автор

This is a great project. I love it. I would like to integrate it into a robotics course. May I know the dimension of the wood board and also the measurements of grid you set it up. are 100, 200 and 300 marked on the board 100mm, 200mm, 300mm?

jichen
Автор

A question: is there a way to know the value of the force that the gripper should exert in order to correctly grasp the object?

crazylongjumper
Автор

Hanzhen harmonic drive gear, robot joint, strain wave reducer, over 30 years experience

williamhuang
Автор

Why do the servo motors make so much loud noise?

REALVIBESTV
Автор

Can you let me know what is the list hardware is used in this project, thanks sir

qtuan
Автор

please where can we find prev_teta.txt it's not linked in the repository

filbertfuraha
Автор

It's one of my dreams to create my own robot, not just a robot arm but a really robot

abdelmajedmuktar
Автор

I would like to learn how to do that compensation thing to get to exactly the same point... that's with the Control Theory course, right?... programming in python would also be part of this course?... or how come is that achieved? Excellent project friend, success.

llbrandoxgtll
Автор

Is the base with 360 degrees available?

palukuru
Автор

Hi, nice work, do you have a code to share...

chrishofland
Автор

Great project. Do you think in use opencv?

oldrepublic
Автор

Hi Natan, can you please tell me where to find the "prev_teta.txt" file? I'm having some problems running the code due to this file, that apparently my pc cannot find.

davidegrasso
Автор

I am working on my graduation project: “automation of fusible insertions by a robot.” When I follow this work, can I control the robot automatically to know each piece and place it in its appropriate place?

chakerbellili
Автор

How did you compensate the play in the components? Are you able te get encoder data from the servos? Any other compensations done? Thanks :)

carlliljedahl
Автор

What type of micro controller are you using and what programming ide

neonicblader
Автор

Have you used ROS? Do you recommend pure python over ROS?

tag_of_frank
Автор

Currently having this issue when running any inverse kinematic function ("go to" or move vertically":
AttributeError: module 'solverNNA' has no attribute 'move_to_position_cart'
Any idea of what I should do

judsondunne
Автор

Code is linked but missing BraccioRobot.h and Position.h?

Pyramid