SYSC 4206 Lecture 7: Inverse kinematics 2, 6DOF robot arm with spherical wrist

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 20

  • @Apocobat
    @Apocobat Год назад +2

    If i am not mistaken there is a typo for theta 6, the matrix multiplication should go row-column so there is no way the last term coulde be paired with r11 and r22, it should be r11,r21

    • @biomechlab
      @biomechlab  Год назад +1

      That"s correct. Thank you.

  • @shivrajpatil7281
    @shivrajpatil7281 Год назад +2

    Best of the best! Thank you very much.🙂

  • @oluwaferanmi100
    @oluwaferanmi100 2 месяца назад +1

    Gold

  • @ongoithanhhien
    @ongoithanhhien Год назад +4

    can you give me the documentation for this part, please?

  • @057_jimlyadamahmad9
    @057_jimlyadamahmad9 8 месяцев назад +2

    If the last joint does not exist but the rest joint still the same, meaning there is only 5 DoF, does the solution you described still work? Can it still be called a spherical joint?

  • @MohamadMohandes-qc1hj
    @MohamadMohandes-qc1hj 7 месяцев назад

    Hello
    It's great lectures.
    But How I can get the pdf files for the lectures I didn't find them

  • @taquocviet5716
    @taquocviet5716 2 месяца назад

    Sir, how can we get the exact parameter P in the coordinate system in practice?

    • @biomechlab
      @biomechlab  2 месяца назад

      P is known, as it is a vector containing the desired Cartesian position of the end effector (where you want the tip of the robot to be in the xyz space)

  • @lokidarkness5688
    @lokidarkness5688 7 месяцев назад

    I want to ask, how can we exactly find the wrist position (wx, wy, wz). The equation that W = P-d6×R is straight forward, however, the R (third column of the rotational matrix of the R0to6) is not given and they are still unknown variable.is that right? Can someone explain it for me pls

    • @biomechlab
      @biomechlab  7 месяцев назад

      The rotational matrix is known when the desired position and orientation of the end effector are specified in the inverse kinematics problem.

  • @barajr1349
    @barajr1349 7 месяцев назад

    Sorry, I have a question at θ2 there is a3c3, what does c3 mean?

    • @biomechlab
      @biomechlab  7 месяцев назад

      cosine of theta 3, see lecture 6: ruclips.net/video/RzaeS5LLhxA/видео.html

    • @barajr1349
      @barajr1349 7 месяцев назад

      @@biomechlab Then how to find θ2 and θ3, if a3 is descending?

  • @Determinator21
    @Determinator21 Год назад

    Are those diff equations?

    • @kpm25
      @kpm25 10 месяцев назад

      No they are not.

    • @Determinator21
      @Determinator21 10 месяцев назад

      @@kpm25 what are they?

    • @kpm25
      @kpm25 10 месяцев назад

      @@Determinator21They are Homogeneous Transformation Matrices, look up "Denavit-Hartenberg parameters" you'll learn all about it! Differential equations come when dealing with Jacobian matrices/velocities. 👍

    • @kpm25
      @kpm25 10 месяцев назад +1

      ​@@Determinator21 They are Homogeneous Transformation Matrices Using Denavit-Hartenberg parameters. Look up "Denavit-Hartenberg parameters" and you'll learn all about it. Basically each set of joints has its own coordinate frame so you need to transform from one to the next etc..
      Differential equations are used in Jacobians when dealing with joint velocities. It's a very interesting topic👍

    • @Determinator21
      @Determinator21 10 месяцев назад +1

      @@kpm25 thank you