Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3 . Compute that composite displacement matrix obtained by a rotation by angle alpha about the current x - axis followed by a translation

3. Compute that composite displacement matrix obtained by a rotation by angle \alpha about the current
x-axis followed by a translation of b units along the current x-axis, followed by a translation of d
units along the current z-axis, followed by a rotation by angle \theta about the current z-axis.
4. Consider the diagram of Figure 1. A robot is set to 1 meter from a table. The table top is 1 meter
high and 1 meter square. A frame \Sigma 1 is fixed to the edge of the table as shown. A cube measuring
20 cm on a side is placed in the center of the table with frame \Sigma 2 attached to the center of the cube
as shown. A camera is situated directly above the center of the block 2 meters above the table top
with frame \Sigma 3 attached as shown.
(a) Find the displacement matrices relating these frames to base frame \Sigma 0. Find the displacement
matrix relating the frame \Sigma 2 to \Sigma 3.
(b) Suppose after the camera is calibrated, it is rotated 90 about z3. Recompute above displacement matrices.
(c) If the block on the table is rotated 90 about z2 and moved so that its center has coordinated
[0.1,0.8,0.1]> relative to \Sigma 1. Compute the displacement matrices relating the block frame
to the camera frame and the block frame to the base frame.
5. Programming Assignment:
(a) Using the Z-Y-Z (\alpha ,\beta ,\gamma ) Euler angle convention, write a MATLAB program to calculate the
displacement matrix H when the user enters the Euler angles \alpha ,\beta ,\gamma and position vector d.
Test for two examples: (a)\alpha =10
,\beta =20
,\gamma =30
, d =[123]>, and (ii)\alpha =30
,\beta =
90
,\gamma =55
, d =[301]>.
(b) For Euler angles \alpha =0
,\beta =20
,\gamma =0 associated with R0
1
, O0
1=[301]>, and p
1=[101]>,
use MATLAB to compute p
0
. Demonstrate with a sketch that your results are correct. Also,
using the same numbers, demonstrate all three interpretations of the displacement matrix.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Solve reccurance relation T(n)= T(n/2) + n/2 Give time complexity

Answered: 1 week ago

Question

When is it appropriate to use a root cause analysis

Answered: 1 week ago