Python Tutorial: Inverse Dynamics of 3-Link RRR Articulated Arm using SymPy and NumPy

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

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

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

    Can the same idea used to implement inverse dynamics for panda robot?

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

      The Panda Arm (if you're referring to this: www.ori.ox.ac.uk/robots/panda-arm/ ) appears to have more DOFs than the example I presented; however, if by "the same idea" you mean an approach similar to this one, then yes, pretty much any structure can be broken down like that. But you have to bear in mind that by adding more and more degrees of freedom, you start introducing more and more redundancy that has to be taken care of somehow. Otherwise, you will end up with infinitely many solutions.