UR5机器人运动学

function [ G ] = ur5fwdtwist( theta, i )
%UR5FWDTWIST - Long Qian
%   Forward kinematics of UR5 using Twist theory
%   targetJoints - the joint value for 6 joints of UR5
%   i - not supported here
%   G - the transformation from base to end
    d1 = 0.089159;
    d2 = 0;
    d3 = 0;
    d4 = 0.10915;
    d5 = 0.09465;
    d6 = 0.0823;
    a1 = 0;
    a2 = -0.425;
    a3 = -0.39225;
    a4 = 0;
    a5 = 0;
    a6 = 0;
    
    gRest = [1,0,0,a2+a3;0,0,-1,-d4-d6;0,1,0,d1-d5;0,0,0,1];
    
    twist1 = twist([0;0;1], [0;0;0], theta(1));
    twist2 = twist([0;-1;0], [0;0;d1], theta(2));
    twist3 = twist([0;-1;0], [a2;0;d1], theta(3));
    twist4 = twist([0;-1;0], [a2+a3;0;d1], theta(4));
    twist5 = twist([0;0;-1], [a2+a3;-d4;d1], theta(5));
    twist6 = twist([0;-1;0], [a2+a3;-d4;d1-d5], theta(6));
    % Compute transformation using twists
    G = twist1 * twist2 * twist3 * twist4 * twist5 * twist6 * gRest;
end

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值