Questions: The Robot Jacobian and Velocity Control

2 questions to test your understanding

Score: 0 / 2
Question 1 Multiple Choice

For a 2-link planar robot arm with forward kinematics x = L₁·cos(θ₁) + L₂·cos(θ₁ + θ₂), y = L₁·sin(θ₁) + L₂·sin(θ₁ + θ₂), the Jacobian J relates joint velocities [θ̇₁, θ̇₂]ᵀ to end-effector velocity [ẋ, ẏ]ᵀ. Which is the correct expression for J?

AJ = [[-L₁·sin(θ₁) - L₂·sin(θ₁ + θ₂), -L₂·sin(θ₁ + θ₂)], [L₁·cos(θ₁) + L₂·cos(θ₁ + θ₂), L₂·cos(θ₁ + θ₂)]]
BJ = [[L₁·cos(θ₁), L₂·cos(θ₁ + θ₂)], [L₁·sin(θ₁), L₂·sin(θ₁ + θ₂)]]
CJ = [∂x/∂θ₁, ∂x/∂θ₂; ∂y/∂θ₁, ∂y/∂θ₂] = [[-L₁·sin(θ₁) - L₂·sin(θ₁ + θ₂), -L₂·sin(θ₁ + θ₂)], [L₁·cos(θ₁) + L₂·cos(θ₁ + θ₂), L₂·cos(θ₁ + θ₂)]]
DOptions (a) and (c) are equivalent
Question 2 True / False

A 6-DOF robot arm is commanded with a desired end-effector velocity [v_x, v_y, v_z, ω_x, ω_y, ω_z]ᵀ (3 linear + 3 angular velocity components). The Jacobian is 6×6. If this Jacobian is singular, which of the following must be true?

TTrue
FFalse