[robot]Forward-Kinematics

Forward Kinematics

degree of freedom

universal join 万向节

universal-joint

grubler’s criterion

F=λ(nj1)+i=1jfi

where, F is number of DOF,
n is number of links,
j is number of joints ,
λ is number of DOF in the space.
fi is number of DOF permitted by joint ji .

对于万向节而言, n为3, j 为2, λ 为6,
j1 为 1, j2 为1
所以万向节的自由度为2.

constrain formulation

constrain-formulation

example

3-DOF

2-DOF

exercise

01

02

00

Forward Kinematics and DH

Forward Kinematics is used to find the position of end effect.

00

00

DH Parameters

00

00

00

00

00

00

DH relies mainly on the X and Z frames
00

00

ai is distance between zi1 and zi along xi1 .

αi is angle from zi1 to zi along xi1 .

di is distance between plane xi1yi1 to plane xiyi along zi1

θ is angle about previous zi1 , from xi1tonew x_{i}$.

xi 始终垂直并与 zi 相交.

DH 参数只由x,z轴确定。

exercise

oo

00

00

00

00

02

09

05

98

57823

6523

5637

function A = compute_dh_matrix(a, alpha, d, theta)


ctheta = cos(theta);
stheta = sin(theta);
salpha = sin(alpha);
calpha = cos(alpha);
A = [ctheta, -stheta*calpha, stheta*salpha, a*ctheta;
    stheta, ctheta*calpha, -ctheta*salpha, a*stheta;
    0,salpha, calpha,d;
    0,0,0,1];
end
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值