Developing a Pick-and-Place Robotic Arm

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 40

  • @Haza3137
    @Haza3137 5 หลายเดือนก่อน +5

    Dude amazing work

  • @NowayJose14
    @NowayJose14 ปีที่แล้ว +1

    Wonder if you could use the new gpt api to understand where objects are and how to mainuplate them

  • @timothysands5537
    @timothysands5537 ปีที่แล้ว

    For the forward kinematics, i thought the matrices were exponentials of those 4x4 transformation matrices with [omega, velocity]. Love this video btw, awesome presentation

  • @chamodbandara5754
    @chamodbandara5754 ปีที่แล้ว +2

    brother this is awesome! what areas should i study to get in to this.

    • @miron__
      @miron__ ปีที่แล้ว +2

      probably trigonometry, linear algebra and Python programming

  • @samm7716
    @samm7716 ปีที่แล้ว +1

    wish i had friends like you

  • @enderslayer2111
    @enderslayer2111 ปีที่แล้ว

    Can you do more of this videos how did you guys design the hand was it via solidworks I working with a robot hand but I having trouble with it

    • @kaihnakamura
      @kaihnakamura  ปีที่แล้ว

      The arm we used is the OpenMANIPULATOR-X. More details about it can be found in our full report here: kainakamura.com/project/rbe3001

  • @DIYRobotGirl
    @DIYRobotGirl ปีที่แล้ว

    How are the servos not blocki g each other with no timed millis. I still dont understand in the code how the servos know where to go or when?

    • @miron__
      @miron__ ปีที่แล้ว

      The Dynamixel servos are more advanced than normal servos. They each have their own processor and can receive a command to move their joint to a specific position, which they then do without additional help from the main computer

  • @MDFB985
    @MDFB985 ปีที่แล้ว +1

    can you send the link of any paper on this you have cited or writed ?

    • @kaihnakamura
      @kaihnakamura  ปีที่แล้ว +1

      Yes! I've got some more details and a full report on my website at kainakamura.com/project/rbe3001

    • @MDFB985
      @MDFB985 ปีที่แล้ว

      Thanks
      @@kaihnakamura

  • @enderslayer2111
    @enderslayer2111 ปีที่แล้ว

    How can I get to talk to you I wanted to know how u guys came up with the program and did you use java

    • @kaihnakamura
      @kaihnakamura  ปีที่แล้ว

      We used MATLAB to control the arm, you can look at the source code here: github.com/KaiNakamura/RBE3001

  • @qutabshah8201
    @qutabshah8201 10 หลายเดือนก่อน

    Can you please explain how we design the algorithm regarding conputer vision based pick and place robotic hand??
    I'm struggling with my project

    • @kaihnakamura
      @kaihnakamura  9 หลายเดือนก่อน

      There’s no one right way to create a computer vision pipeline, but there are certainly some things that help a whole lot. One of the more difficult steps is getting the color thresholding just right since it can vary a lot with ambient light levels so it’ll inevitably pick up some unwanted pixels. To combat this, I highly recommend using the MATLAB imfindcircles function to clean up unwanted pixels. In my experience it works far better than other alternatives like erosion. Best of luck with your project!

  • @removechan10298
    @removechan10298 4 หลายเดือนก่อน

    great work!

  • @python.programmer5567
    @python.programmer5567 5 หลายเดือนก่อน +1

    How do you display the data in a 3d simulation?

    • @kaihnakamura
      @kaihnakamura  5 หลายเดือนก่อน

      All of the 3D plots were made in MATLAB, mostly using the plot3 and quiver3 functions. Full code can be found here: github.com/KaiNakamura/RBE3001

    • @python.programmer5567
      @python.programmer5567 5 หลายเดือนก่อน

      @@kaihnakamura thank you

  • @calebjones3062
    @calebjones3062 ปีที่แล้ว +1

    The ball juggler

  • @enderslayer2111
    @enderslayer2111 ปีที่แล้ว

    You guys use mathlab damn that's cool

  • @kid-a
    @kid-a ปีที่แล้ว

    Very nice video! The reference frames shown @3:46 are left-handed, not right-handed. Was this intentional?

    • @kaihnakamura
      @kaihnakamura  ปีที่แล้ว +1

      Good catch! No this was not intentional, the x and y axes should be switched in each frame.

    • @kid-a
      @kid-a ปีที่แล้ว

      @@kaihnakamura Got it. Anyway, really good video. With your permission, I'd like to use this video for when I'll teach RBE 3001 in C term.

    • @kaihnakamura
      @kaihnakamura  ปีที่แล้ว

      @@kid-a Absolutely, feel free to use this video!

  • @khusanakramkhodjaev5583
    @khusanakramkhodjaev5583 ปีที่แล้ว

    this is so cool

  • @nickhermann5858
    @nickhermann5858 3 หลายเดือนก่อน

    nice

  • @HalaHala-rq7ys
    @HalaHala-rq7ys 4 หลายเดือนก่อน

    Can u do another project where it can play board games like chess , x o

  • @GunvitGupta
    @GunvitGupta 3 หลายเดือนก่อน

    please give code

    • @kaihnakamura
      @kaihnakamura  3 หลายเดือนก่อน

      There’s a link in the description where you can find the code. You can also find it here github.com/KaiNakamura/RBE3001

    • @gunvitgupta440
      @gunvitgupta440 3 หลายเดือนก่อน +1

      Thank you brother ❤​@@kaihnakamura

  • @enderslayer2111
    @enderslayer2111 ปีที่แล้ว

    Hi can you help me out please

  • @GunvitGupta
    @GunvitGupta 3 หลายเดือนก่อน

    can you give me code? please

    • @SonuChaudhary-v4f
      @SonuChaudhary-v4f 2 หลายเดือนก่อน

      Did you find some where bro ?

  • @falin9557
    @falin9557 5 หลายเดือนก่อน

    is 1400€ low-cost? I found way better, full aluminium, 6-DOF robotic arms for not even a 10% of the price

    • @sshinde3394
      @sshinde3394 5 หลายเดือนก่อน

      Can you please give link for that?

    • @dinoscheidt
      @dinoscheidt 5 หลายเดือนก่อน

      Ha … one can always spot the noobs prone to falling for scams from the far east @falin9557. A single motor of this thing costs 300 USD (they use the DYNAMIXEL X430)… same cost for equivalents that have the driver, sensors and torque of 4,8 newton meter to enable this size and repeatability.

    • @dinoscheidt
      @dinoscheidt 5 หลายเดือนก่อน +3

      There is sadly no link. @OP is just a someone who pulls on a door with a push sign. This arm uses already quite affordable DYNAMIXEL X430 motors having a driver, sensors and torque of 4.8 newton meter. A single motor is about 300USD… and they are needed to enable the arms range and repeatability.