Python controlled robot arm: part 1

Sdílet
Vložit
  • čas přidán 7. 01. 2022
  • 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:
    github.com/NNaert/Python-cont...
    Tinkerkit Braccio robot arm:
    store-usa.arduino.cc/products...

Komentáře • 62

  • @SYNAPSEdwl
    @SYNAPSEdwl Před rokem +14

    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.

  • @kaloanneichev3353
    @kaloanneichev3353 Před rokem +1

    Worked , thanks a lot!

  • @PhG1961
    @PhG1961 Před rokem

    Waw, dit is echt schitterend !!

  • @rockman1942
    @rockman1942 Před rokem +1

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

  • @jichen6516

    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?

  • @crazylongjumper95
    @crazylongjumper95 Před rokem +3

    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?

  • @muhriddintashlanov4538

    👌👏👏👏👏

  • @carlliljedahl3499
    @carlliljedahl3499 Před 2 lety +1

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

  • @llbrandoxgtll6811
    @llbrandoxgtll6811 Před 2 lety +2

    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.

  • @davidegrasso3480
    @davidegrasso3480 Před rokem +1

    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.

  • @abdelmajedmuktar3015
    @abdelmajedmuktar3015 Před 2 lety +5

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

  • @williamhuang5329
    @williamhuang5329 Před 2 lety +1

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

  • @REALVIBESTV
    @REALVIBESTV Před rokem

    Why do the servo motors make so much loud noise?

  • @oldrepublic7251
    @oldrepublic7251 Před rokem

    Great project. Do you think in use opencv?

  • @judsondunne4075
    @judsondunne4075 Před 2 lety

    Currently having this issue when running any inverse kinematic function ("go to" or move vertically":

  • @qtuan4070

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

  • @neonicblader
    @neonicblader Před rokem

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

  • @chrishofland264
    @chrishofland264 Před 2 lety +2

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

  • @tag_of_frank
    @tag_of_frank Před rokem

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

  • @chakerbellili2441

    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?