YeeKal

05_jacobian

YeeKal
"#"

differential motion

末端执行器的位姿变化(cartesian velocity)$X={x_1,x_2,x_3,x_4,x_5,x_6}$由各个关节的变化(joint rates)${q_1,q_2\dots}$产生,记为:

对每一个状态量进行全微分:

此微分矩阵被称为雅可比矩阵(jacobian matrix), 记为$J$. 则上述微分式简写为:

jacobian

雅可比矩阵是状态量(position/orientation)对关节变化量的微分矩阵,因此事实上也表示了速度(linear/angular)对关节变化的关系. 另一方面根据正运动学也可以求得末端执行器的速度:

linear: $V_i=\varepsilon_i Z_i\dot{q}+\bar{\varepsilon_i}\cdot(\Omega_i\times P_{end})$($P_{i}$:坐标系$i$的原点指向末端坐标系原点在基坐标系中的向量表示)
angular: $\Omega_i=\bar{\varepsilon_i}\cdot\Omega_i$ (prismatic joint: $\varepsilon$=1;revolute joint: $\bar{\varepsilon}$=1)
- $Z_i=^0Z_i=R^0_ie_z$: 坐标系z轴方向基坐标系下的向量表示
- $P_i$:坐标系$i$的原点指向末端坐标系原点在基坐标系中的向量表示(故若坐标系原点重合,则叉积为0,即旋转运动不影响线性速度) - $Z_i\cdot \dot{q_i}$: Z是向量,与线性速度值相乘表示速度在三个轴上的投影分量
- $Z_i\times P_i\cdot \dot{q}$: 与旋转关节的旋转轴与末端向量叉乘表示旋转对线速度的影响

速度在坐标系间(旋转+平移)的转换:

$P_B$ 是点在相对坐标系(B)中的坐标

denote: $\hat{a}, $skew symetric matrix

transformation in different frames

在同一个坐标系中计算$J$.

不同坐标系间的变换:

velocity propagation

The velocity computed relative to the base frame {0} and often represented reltive to other frames{$\mathcal{k}$}. The following notation is used for this conditions:

Velocity of link i+1 computed and represented relative to the base {0}:

then converted to frame {i+1}:

  • ${}^{i+1}\omega_{i+1}$ , Angular velocity of frame {i+1} measured relative to therobot base, and expressed in frame {i+1}
  • ${}^{i+1}\omega_{i}$, Angular velocity of frame {i} measured relative to the robot base, and expressed in frame {i+1}
  • ${}^{i+1}iR{}^i\Omega$, Angular velocity of frame {i+1} measured relative to frame{i} and expressed in frame {i+1}

conclusion

$0\longrightarrow i+1$

$i+1 \longrightarrow i+1$

kinematic singularity

singularity: the effector locality loses the ability to move in a direction or to rotate about a direction.

If jacobian is nonsingular, then we can invert it to calculate joint rates from given cartesian velocities:

奇异点会降低$J$的秩。

singular configuration: det(J)=0

cross product operator in diff. frames

velocity/force duality

静力传递

  • $^if_i$表示第i-1个连杆对连杆i的作用力,可以认为是对joint i的作用力
  • 低阶连杆对本连杆的作用力等于高阶连杆对本连杆的作用力,低阶连杆对本连杆的力矩等于高阶连杆对本连杆的力矩和高阶坐标系原点在本坐标系的向量与力的叉积。

All components of the force and moment vectors are resisted by the structure of the mechanism itself, except for the torque about the joint axis. To find the joint torque requied to maintain the static equilibrium, the dot product of the joint-axis vector with the moment vector acting on the link is computed:

In the case that joint i is prismatic, the joint actuator force is:

cartesian transformation