1 末端姿态表示

两种末端操作器的姿态表示方法

  • ①欧拉(Euler)角表示法
    如(a)所示,以Euler(φ\varphi,θ\theta,η\eta)对末端姿态进行表示,绕坐标轴线的旋转顺序为Rot(zz,φ\varphi)→xyzx'y'z→Rot(yy',θ\theta)→xyzx''y'z'→Rot(zz',η\eta)→xyzx'''y''z',则末端操作器的坐标系xyz此时与x’’‘y’'z’完全重合。
  • ②Roll-Pitch-Yaw表示法
    如(b)所示,以(θr\theta_r,θp\theta_p,θy\theta_y)对末端操作器的姿态进行表示,绕坐标轴线的旋转顺序为Rot(zz,θr\theta_r)→Rot(yy,θp\theta_p)→Rot(xx,θy\theta_y)
    机构运动学(一)——姿态、坐标

2 坐标系的表示和坐标变换

1. 物体和坐标系
物体坐标系内一点PP标记为objP^{obj}P,可用矢量形式表示为:
objP=[objPx,objPy,objPz]T^{obj}P=[^{obj}P_x,^{obj}P_y,^{obj}P_z]^T

2. 坐标变换

  • ①回转变换
    物体坐标系obj\sum_{obj}与绝对坐标系abs\sum_{abs}间的坐标轴回转变换关系为矩阵A,则物体上点P在绝对坐标系abs\sum_{abs}中的矢量表示absP^{abs}P为:
    absP=[absPxabsPyabsPz]=[A]objP+absP0^{abs}P=\left[ \begin{matrix} ^{abs}P_x \\ ^{abs}P_y \\ ^{abs}P_z \end{matrix} \right]=[A]·^{obj}P+^{abs}P_0
    如绕参考坐标系oxyzo-xyzzz轴旋转了θ\theta角:
    f(x)={xa=x0cosθy0sinθya=x0sinθ+y0cosθza=z0[xayaza]=[cosθsinθ0sinθcosθ0001][x0y0z0] f(x)=\left\{ \begin{aligned} x_a & = x_0cos\theta-y_0sin\theta\\ y_a & = x_0sin\theta + y_0cos\theta\\ z_a & = z_0 \end{aligned} \right. \Rightarrow \left[ \begin{matrix} x_a \\ y_a \\ z_a\end{matrix} \right]= \left[ \begin{matrix} cos\theta & -sin\theta &0\\ sin\theta&cos\theta&0 \\ 0&0&1\end{matrix} \right] \left[ \begin{matrix} x_0 \\ y_0 \\ z_0\end{matrix} \right] \Rightarrow
    R(z,θ)=[cosθsinθ0sinθcosθ0001]R(z,\theta)=\left[ \begin{matrix} cos\theta & -sin\theta &0\\ sin\theta&cos\theta&0 \\ 0&0&1\end{matrix} \right]
    同理可得:
    R(y,θ)=[cosθ0sinθ010sinθ0cosθ]R(y,\theta)=\left[ \begin{matrix} cos\theta & 0 &sin\theta\\ 0&1&0 \\ -sin\theta&0&cos\theta\end{matrix} \right]
    R(x,θ)=[1000cosθsinθ0sinθcosθ]R(x,\theta)=\left[ \begin{matrix} 1 & 0 &0\\ 0&cos\theta&-sin\theta \\ 0&sin\theta&cos\theta\end{matrix} \right]
  • ②平移变换
    设两坐标系间的平移变换矢量为TT,则:
    T(px,py,pz)=[pxpypz]T(p_x,p_y,p_z)=\left[ \begin{matrix} p_x \\ p_y \\ p_z\end{matrix} \right]
  • ③齐次变换矩阵
    齐次变换矩阵A,可表示为:
    机构运动学(一)——姿态、坐标

相关文章:

  • 2021-11-05
  • 2021-07-13
  • 2021-06-04
  • 2022-12-23
  • 2021-07-15
  • 2021-12-31
  • 2022-03-08
  • 2021-05-09
猜你喜欢
  • 2021-04-14
  • 2021-12-29
  • 2021-04-10
  • 2022-02-12
  • 2022-02-08
  • 2022-01-09
  • 2022-12-23
相关资源
相似解决方案