Ws 25 Introrobots
Ws 25 Introrobots
Overview:
𝑞 → 𝑆𝐸 (3) Forward kinematics (easy after learning rotations, geometry, DH)
Must generate:
𝑣
𝑞̇ → 𝜉 forward velocity kinematics 𝜉 = 𝐽𝑞̇ 𝜉 = [ ], needed skew symmetric matrices
𝜔
𝑣 = 𝐽𝑣 𝑞̇
𝜔 = 𝐽𝜔 𝑞̇
When can we find solutions to 𝜉 = 𝐽𝑞̇ ? IFF rank[ 𝐽(𝑞)] = rank[ 𝐽(𝑞)| 𝜉]
(the rank of the augmented matrix [ 𝐽(𝑞)| 𝜉] is the same as the rank of the Jacobian 𝐽(𝑞), \xi is
in the range space of the Jacobian
Page 1 of 6
Where do we lose DOF (where are the singularities)? Whenever all 𝜃𝑖 = 𝑘𝑖 𝜋, 𝑖 > 1
1
−√2 −√2 −
𝜋 𝜋 √2
𝐽𝑣 ([0, , ]) =
4 2 1
2 0 −
[ √2]
1/√2
How can we get 𝜉 = [ ], i.e. what is 𝑞̇ ?
1/√2
0
One way is: choose 𝜃̇ = [ 0 ]
−1
The norm is 1
Better way is to calculate the “pseudo inverse” 𝜃̇ = 𝐽𝑣𝑇 (𝐽𝑣 𝐽𝑣𝑇 )−1 𝜉 =
0.19074356983054613
[−0.46049571322036414]
−0.4604957132203642
Page 2 of 6
−1
Why “right” psuedo inverse? right because 𝐽𝐽 + = 𝐼, 𝐽+ = 𝐽𝑇 (𝐽 𝐽𝑇 )
𝑞̇ = 𝐽+ 𝜉 + (𝐼 − 𝐽+ 𝐽)𝑏, 𝑏 ∈ ℝ𝑛
Null space of J:
All vectors in (𝐼 − 𝐽+ 𝐽)
𝐽 = 𝑈𝛴𝑉 𝑇
𝜎1
𝜎2 0
𝛴=
⋱
[ 𝜎𝑚 ]
𝜎1 ≥ 𝜎2 ≥ ⋯ ≥ 𝜎𝑚 ≥ 0
𝑇
𝜎1−1
𝜎2−1 0
𝛴+ =
⋱
−1
[ 𝜎𝑚 ]
Page 3 of 6
Manipulability
Set of inputs with unit norm: ‖𝑞̇ ‖2 = 𝑞̇ 12 + 𝑞̇ 22 + ⋯ + 𝑞̇ 𝑛2 ≤ 1
𝐽 = 𝑈𝛴𝑉 𝑇
‖𝑞̇ ‖2 = 𝜉 𝑇 (𝐽𝐽𝑇 )−1 𝜉 = (𝑈 𝑇 𝜉)𝑇 𝛴𝑚
−2 (𝑈 𝑇
𝜉) ≤ 1
−2
𝜎1
−2 𝜎2−2
𝛴𝑚 =
⋱
−2
[ 𝜎𝑚 ]
Substitute 𝑤 = 𝑈 𝑇 𝜉
𝑤𝑖2
(𝑤)𝑇 𝛴𝑚
−2
𝑤
=∑ 2 ≤1
𝜎𝑖
This is the equation for an axis-aligned ellipse in the coordinate system obtained by
rotating by U T
Axes of ellipsoid: 𝜎𝑖 𝑢𝑖
Volume of ellipsoid: 𝐾𝜎1 𝜎2 ⋯ 𝜎𝑚
4
𝐾 is a constant depends on dimension 𝑚 of ellipsoid. 𝑚 = 2, 𝐾 = 𝜋, 𝑚 = 3, 𝐾 = , …
3𝜋
𝜇 is the Manipulability measure
𝜇 = 0 iff 𝑟𝑎𝑛𝑘(𝐽) < 𝑚 (𝐽 is not full rank)
‖𝛥𝑞̇ ‖
error in measured velocity 𝛥𝜉, then (𝜎1 )−1 ≤ ≤ (𝜎𝑚 )−1
‖𝛥𝜉‖
Page 4 of 6
Intro to Robotics, In-Class Handout – prep for Lecture 26: Motion Planning
2. A robot must obey orders given it by human beings except where such orders would
conflict with the First Law.
𝑦̇ = 𝑢𝑠 sin(𝜃)
𝑢𝑠
𝜃̇ = tan (𝑢ϕ )
𝐿
𝑥̇ = cos(𝜃)
𝑦̇ = sin(𝜃)
𝜃̇ = 𝑢 tan 𝜙𝑚𝑎𝑥 𝑢 chosen from interval 𝑈 = [−1,1]
Page 5 of 6
Assignment
Page 6 of 6