5.1 Inverse Kinematics

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 24

  • @TheLeontheking
    @TheLeontheking Před rokem +3

    Really nice that you start with the most simple examples!
    For me, starting with them is the right approach, and afterwards one can look at the theory of solutions, more general methods etc.

    • @feel-my-hope
      @feel-my-hope Před rokem +1

      Can you explain me what is the purpose of this please ?

    • @robn2497
      @robn2497 Před rokem +1

      Inverse kinematics is a way to figure out how to move the different parts of a robot or character to get them to reach a certain point or follow a specific path. It's like solving a puzzle where you have to figure out which pieces to move to get to the right spot!

  • @keyb
    @keyb Před 8 měsíci +2

    There seems to be a mistake at 4:21.
    it says tan^-1(x/y) when I believe it should be tan^-1(y/x).
    The previous slide says y/x.

  • @sumitesh_behera
    @sumitesh_behera Před 11 měsíci +2

    Extremely helpful... Please make more videos on robotics and please cover the the dynamics portion and all.

  • @projects_k.michalsky9763
    @projects_k.michalsky9763 Před 3 lety +14

    Hello you made a mistake on min 4:22 the formulas should be arctan(y/x) and not arctan(x/y)

    • @CATel_
      @CATel_ Před 11 měsíci

      Omg wait I've been trying to use this formula for a digital robot but its been just basically flailing the arm around, and I've had no idea why.
      I'm going to go and change this, and check if that fixes things, and I hope to god it does, because I have no other ideas of what could be the problem.

  • @nazryJ
    @nazryJ Před rokem

    How do we solve for x = 0 (fully horizontal) or y = 0 (fully vertical)?

  • @musikrausch2675
    @musikrausch2675 Před rokem

    I just simulated the 2-link solution (I put the formulas inside octave and GeoGebra).
    It completely breaks as soon as you play around with l1,l2,x and y even if there's clearly 2 solutions. Is it possible that there is an error in the formulas?

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

    for 2 dof, wont the q1 also change

  • @edizferitkula9920
    @edizferitkula9920 Před rokem

    Very nice video!

  • @relart6682
    @relart6682 Před 5 lety +1

    crystal clear

  • @scottboughton2848
    @scottboughton2848 Před 2 lety

    For the three link, how would one determine Ψ if the desired (x,y) endpoint is at or below the origin x axis.

    • @Woolfrey
      @Woolfrey  Před 2 lety

      If you don't care about psi (redundant case), it can be whatever you want. Otherwise it might be fixed depending on what kind of object you want to pick up. The example is theoretical to illustrate the concepts of inverse kinematics.

  • @phamquangchung9298
    @phamquangchung9298 Před 5 lety +1

    thank for sharing, so useful and easy to understand.

  • @user-if1bn3qj1m
    @user-if1bn3qj1m Před 2 lety +1

    Mistake at 2:49 should be d^2

  • @musicgotmelike9668
    @musicgotmelike9668 Před 3 lety +2

    6:58 - end

  • @akstis4183
    @akstis4183 Před 2 lety

    very helpful

  • @SmugDarkLoser10
    @SmugDarkLoser10 Před 3 lety

    My main issue also is figuring out the bounds for psi. What values should that be? I think in practice it might be possible to just choose some values and solve via some computational methods, but is there a better analytical solution for choosing this value?
    In terms of representations, instead of the hard geometry, can you model the problem with transform matrices, so each point is effectively a transform that depends on rotation and the location? You then combine the values and simply take the inverse? Picking psi is still a challenge I suppose. Seems easier that way since can be extended to 3 dimensions easily. I think that's probably a better representation?

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

      The first thought that comes to mind about psi (no idea how it's actually done, this is just an idea), is to assume that the first two sticks are in line with each other (logically, they will be at the upper and lower bound for psi). This means it can be treated as a single stick with a known length (just the sum of the two that make it), and then it's a two-stick problem, which we know how to solve. And that'll get you the bounds :)

  • @kacperxt371
    @kacperxt371 Před 3 lety

    what does it mean that -1 next to cos mean?

    • @djay10101
      @djay10101 Před 3 lety +2

      Are you referring to inverse cos?

    • @kacperxt371
      @kacperxt371 Před 3 lety

      yes and I already figure it out