李金梦 2021-12-08 11:26 采纳率: 92.3%
浏览 57
已结题

请问ABB-IRB4400机器人可以用解析法求它的逆解吗?

看过其他机器人逆解解析法的求解,过程蛮复杂的,而且有的文献说ABB-IRB5400型号的机器人是斜交末端型结构,这样的特殊机构导致其逆运动学无封闭解,所以无法使用代数法求解。我要用的是ABB-IRB4400,不知道它是不是和ABB-IRB5400一样,有解析解吗,如果没有的话,我就不做无用功用解析法去求解了。

img

syms theta1 theta2 theta3 theta4 theta5 theta6 a1 a2 a3 d1 d4 d6 nx ox ax px ny oy ay py nz oz az pz
T01=[cos(theta1) 0 -sin(theta1) a1*cos(theta1);
     sin(theta1) 0 cos(theta1) a1*sin(theta1);
     0          -1      0            d1;
     0           0      0             1];
 T12=[cos(theta2) -sin(theta2) 0 a2*cos(theta2);
     sin(theta2)  cos(theta2)  0 a2*sin(theta2);
     0                0        1          0;
     0                0        0          1];
 T23=[cos(theta3) 0 -sin(theta3)  a3*cos(theta3);
     sin(theta3)  0  cos(theta3)  a3*sin(theta3);
     0           -1      0             0;
     0            0      0             1];
  T34=[cos(theta4) 0   sin(theta4) 0;
     sin(theta4)   0  -cos(theta4) 0;
     0             1         0     d4;
     0             0         0     1];
  T45=[cos(theta5) 0 -sin(theta5)  0;
     sin(theta5)   0  cos(theta5)  0;
     0            -1      0        0;
     0             0      0        1];
 T56=[cos(theta6)  -sin(theta6)  0  0;
     sin(theta6)   cos(theta6)   0  0;
     0             0             1  d6;
     0             0             0  1];
 T06=[nx  ox    ax     px;
      ny  oy    ay     py;
      nz  oz    az     pz;
      0    0     0      1];
  T1=inv(T01)*T06
  T2=T12*T23*T34*T45*T56

  • 写回答

1条回答 默认 最新

  • 「已注销」 2021-12-08 16:53
    关注

    你现在求解到哪一步了,用的什么工具

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 12月24日
  • 已采纳回答 12月16日
  • 创建了问题 12月8日

悬赏问题

  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)