Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Exam (elaborations) TEST BANK FOR Robotics Modelling, Planning and Control 1st Edition By Villani L., Oriolo G., Siciliano B. (Solution Manua)

Rating
-
Sold
-
Pages
156
Uploaded on
16-11-2021
Written in
2021/2022

2 Kinematics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 3 Differential Kinematics and Statics . . . . . . . . . . . . . . . . . . . . . . . . 19 4 Trajectory Planning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 5 Actuators and Sensors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6 Control Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 7 Dynamics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 8 Motion Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 9 ForceControl. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101 10 Visual servoing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 11 Mobile Robots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127 12 Motion Planning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 2 Kinematics Solution to Problem 2.1 Composition of rotation matrices with respect to the current frame gives R(φ) = Rz(ϕ)Rx(ϑ)Rz (ψ). Using the expressions of elementary rotation matrices in (2.6) and (2.8): Rz(ϕ) = ⎡ ⎣ cϕ −sϕ 0 sϕ cϕ 0 0 0 1 ⎤ ⎦ Rx(ϑ) = ⎡ ⎣ 1 0 0 0 cϑ −sϑ 0 sϑ cϑ ⎤ ⎦ Rz (ϕ) = ⎡ ⎣ cψ −sψ 0 sψ cψ 0 0 0 1 ⎤ ⎦ and taking the products gives R(φ) = ⎡ ⎣ cϕcψ − sϕcϑsψ −cϕsψ − sϕcϑcψ sϕsϑ sϕcψ + cϕcϑsψ −sϕsψ + cϕcϑcψ −cϕsϑ sϑsψ sϑcψ cϑ ⎤ ⎦. As for the inverse problem, given a rotation matrix R = ⎡ ⎣ r11 r12 r13 r21 r22 r23 r31 r32 r33 ⎤ ⎦, 2 2 Kinematics the set of Euler angles ZXZ is given by ϕ = Atan2(r13,−r23) ϑ = Atan2  r2 31 + r2 32, r33  ψ = Atan2(r31, r32) when ϑ ∈ (0, π). Otherwise, if ϑ ∈ (−π, 0) then the solution is ϕ = Atan2(−r13, r23) ϑ = Atan2  −  r2 31 + r2 32, r33  ψ = Atan2(−r31,−r32). Solution to Problem 2.2 In the case sϑ = 0, the rotation matrix in (2.18) becomes R(φ) = ⎡ ⎣ cϕ+ψ −sϕ+ψ 0 sϕ+ψ cϕ+ψ 0 0 0 1 ⎤ ⎦ when ϑ = 0. Otherwise, if ϑ = π, then the matrix is R(φ) = ⎡ ⎣ −cϕ−ψ −sϕ−ψ 0 −sϕ−ψ cϕ−ψ 0 0 0 −1 ⎤ ⎦. From the elements [1, 2] and [2, 2] it is possible to compute only the sum or difference of angles ϕ and ψ, i.e., ϕ ± ψ = Atan2(−r12, r22) where the positive sign holds for ϑ = 0 and the negative sign holds for ϑ = π. Solution to Problem 2.3 In the case cϑ = 0, the rotation matrix in (2.21) becomes R(φ) = ⎡ ⎣ 0 sψ−ϕ cψ−ϕ 0 cψ−ϕ −sψ−ϕ −1 0 0 ⎤ ⎦ when ϑ = π/2. Otherwise, if ϑ = −π/2, then the matrix is R(φ) = ⎡ ⎣ 0 −sψ+ϕ −cψ+ϕ 0 cψ+ϕ −sψ+ϕ 1 0 0 ⎤ ⎦. 2 Kinematics 3 From the elements [2, 2] and [2, 3] it is possible to compute only the sum or difference of angles ψ and ϕ, i.e., ψ ± ϕ = Atan2(−r23, r22) where the positive sign holds for ϑ = −π/2 and the negative sign holds for ϑ = π/2. Solution to Problem 2.4 The rotation matrix can be obtained as in (2.24) R(ϑ, r) = Rz(α)Ry(β)Rz(ϑ)Ry(−β)Rz(−α), where the elementary rotation matrices are given as in (2.6) and (2.7): Rz(α) = ⎡ ⎣ cα −sα 0 sα cα 0 0 0 1 ⎤ ⎦ Ry(β) = ⎡ ⎣ cβ 0 sβ 0 1 0 −sβ 0 cβ ⎤ ⎦ Rz(ϑ) = ⎡ ⎣ cϑ −sϑ 0 sϑ cϑ 0 0 0 1 ⎤ ⎦. Taking the first product gives Rz(α)Ry(β) = ⎡ ⎣ cαcβ −sα cαsβ sαcβ cα sαsβ −sβ 0 cβ ⎤ ⎦. The next product gives Rz(α)Ry(β)Rz(ϑ) = ⎡ ⎣ cαcβcϑ − sαsϑ −cαcβsϑ − sαcϑ cαsβ sαcβcϑ + cαsϑ −sαcβsϑ + cαcϑ sαsβ −sβcϑ sβsϑ cβ ⎤ ⎦. Then, by observing that Ry(−β)Rz(−α) = (Rz(α)Ry(β))T , the overall rotation matrix is R(ϑ, r) = ⎡ ⎣ (s2 α + c2 αc2 β)cθ + c2 αs2 β sαcαs2 β(1 − cϑ) − cβsϑ sαcαs2 β(1 − cϑ) + cβsϑ (s2 αc2 β + c2 α)cθ + s2 αs2 β cαsβcβ(1 − cϑ) − sαsβsϑ sαsβcβ(1 − cϑ) + cαsβsϑ cαsβcβ(1 − cϑ) + sαsβsϑ sαsβcβ(1 − cϑ) − cαsβsϑ s2 βcϑ + c2 β ⎤ ⎦. 4 2

Show more Read less











Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Uploaded on
November 16, 2021
Number of pages
156
Written in
2021/2022
Type
Exam (elaborations)
Contains
Unknown

Subjects

$20.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
GradeMaster1 Chamberlain School Of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
87
Member since
4 year
Number of followers
79
Documents
1026
Last sold
1 month ago
GradeMaster1

Unlocking the potential of minds, one subject at a time. We are a team of passionate tutors specializing in nursing, engineering, science, and education. With our knowledge and expertise, we guide students towards academic excellence and career success. Join us on this educational journey!

3.5

18 reviews

5
6
4
3
3
6
2
0
1
3

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions