代写UFMF4X-15-M exam-1718代写留学生Matlab程序

UFMF4X-15-M

Q1

a) Linear segments with parabolic blends can be used to generate smooth trajectories. Which statement is correct?

i) The velocity is never continuous but has transients at many points along the trajectory.

ii) The acceleration is a sequence of constant values at certain intervals.

iii) The second derivative of the position is quadratic during the blends.

iv) Integrating the position three times results in the desired acceleration profile for the entire trajectory.   (2 marks)

b) Which equation is used as part of the computation of linear segments with parabolic blends for trajectories along via points?

(2 marks)

c) The joint velocity is a function of ...

i ... time squared and can be described by a cubic equation when using cubicd polynomials for a joint trajectory.

ii ... time and can be described by a quadratic equation when using cubicd polynomials for a joint trajectory.

iii ... time and can be described by a linear equation when using cubic polynomials for a joint trajectory.

iv ... angular acceleration which in turn is a function of the joint diameter, in case of translational joints.           (2 marks)

d) How can the homogeneous coordinate transformation matrix be used to specify the position and orientation of the end effector of a robot arm.

i) Attach a frame. Ft to the end effector. Let F0 be the fixed frame. Then  where  gives the position of the end effector and  gives the orientation of the end effector. Rt0 gives the direction cosines of (xt, yt, zt) relative to (x0, y0, z0).

ii) This is not possible.

iii) Attach a frame. Ft to the end effector. Let F0 be the fixed frame. Then  where  gives the end effector singularity and  gives the Null position of the manipulator.

iv) Attach a frame. to the end-effector and the base of the manipulator and then apply a cubic spline to connect the two. This is to be repeated for all joints and results in the forward kinematic solution for the robot.   (2 marks)

e) The Jacobian Matrix can be used to relate forces applied to the manipulator end effector to forces at the joints as follows:

                           (2 marks)

f) Why is the inverse kinematic solution important in controlling a robot manipulator.

i) Robot manipulators are usually programmed at world coordinates (tool space). However, control is performed at the joint level. Hence, world coordinates have to be transformed to joint coordinates to control the robot manipulator.

ii) Robot manipulators are usually programmed at joint level (joint coordinates). However, control is performed at the tool (or end-effector) level. Hence, joint coordinates have to be transformed to world coordinates to control the robot manipulator.

iii) Robot manipulators are usual programmed by hand, hence, inverse kinematics are not needed and never used to control the robot.

iv) This is a trick question. Since inverse kinematics is mathematically proven to lead to singularities in any situation or configuration, it is better to use reverse dynamics for the control of a robot.      (2 marks)

g) What does it mean for a robot to be in a singular configuration?

i) It creates a road map connecting vertices of manipulator frames that can be used for control and path planning.

ii) A singularity describes mathematically what happens inside a black hole. Hence, if a manipulator approaches a singular configuration it will turn into a black hole and effectively turn inside out.

iii) At singularities, the solution of the inverse Jacobian tends to infinity, because the determinant of the Jacobian becomes zero. Hence, the closer the configuration of the manipulator comes to the singularity the larger are the velocities required to move the manipulator. This is not desired.

iv) It is a mapping technique that creates paths between robot and visible obstacles only.         (2 marks)

h) How can the manipulator Jacobian matrix be used to find a solution to the inverse kinematic problem.

i) The Inverse Jacobian can only be used, if the robot manipulator moves through a well-defined zero position (called Null-Space).

ii) If the Inverse Jacobian can be determined, based on the start configuration and ΔX (pose change), then Δθ (the change in joint configuration) can be found, and [Θ] as a function of X + ΔX can be derived.

iii) The Inverse Jacobian can only be employed to compute the Forward Kinematics of a manipulator. iv) The Jacobian matrix provides an analytical IK solution.   (2 marks)

j) What are the advantages and disadvantages of using the Jacobian matrix to solve the inverse kinematics problem, compared to the analytical solution of the inverse kinematic problem?

i) The Inverse Jacobian method has the following advantages: it is fast to compute (always real-time capable) and always diverges to infinity.

ii) The main advantage is that the inverse Jacobian method is generally applicable to all manipulators; disadvantages: it is a numerical method whose accuracy depends on the step size; it is plagued by singularities.

iii) An advantage is that the Jacobian matrix does not need to be inverted when using it for computing the inverse kinematics of a manipulator.

iv) The Jacobian can only be used to compute the inverse kinematics, if the robot is made up of a combination of rotary and prismatic links.          (2 marks)

k) What are issues that make it difficult to find analytical solutions to inverse kinematics for manipulators?

i) Computing the inverse kinematics is as straightforward as computing forward kinematics.

ii) The required equations are often non-linear, transcendental (in terms of cos & sin functions) and coupled. Hence, no general solution method exists; a solution may not exist at all; there may be multiple solutions.

iii) The required equations are linear, non-transcendental (in terms of cos and sin) and decoupled; hence, only one exact solution can be found.

iv) The main difficulty is that the solutions suffer from the curse of dimensionality.       (2 marks)

l) Mark the following statements with TRUE or FALSE:

i) A quaternion is a type of higher complex number that can be written as: w + ix + jy + kz, where w, x, y, z are real numbers.

ii) In the previous equation, i, j, k are imaginary numbers for which the following is valid:

i2 = j2 = k2 = -1 and ij = k = ji.

iii) Using quaternions we can avoid Gimbal lock, which is what can occur when representing orientation with rotation matrices.

iv) Using quaternion, four parameters are needed to express a rotation, whereas rotation matrices need 9 entries. However, quaternion multiplication is not as plain as matrix multiplication.        (2 marks)

m) The dynamic equation of a robot is  If q is the joint vector of the robot, explain what

i) matrix M(q) corresponds to

ii) what forces corresponds to the term 

iii) what forces correspond to the term g(q).                                (2marks)

n) What are the ZYZ Euler angles that describe the rotation of frame. {b} with respect to frame. {A} below:

                                     (1 mark)

Q2

A smooth trajectory for a manipulator joint can be calculated employing linear functions with parabolic blends. Use this type of function to solve part (a) of this question.

a) The trajectory of one particular joint of a robotic manipulator is specified as follows: Path points: θ1 = 50°, θ2 = 100°, θ3= 10°. The magnitude of the acceleration to use is 20°/sec2 at each path point. The maximum speed at which the joint can move is limited to 10°/sec. The manipulator is motionless at the start of the trajectory and at the end of the trajectory.

i) Make three sketches showing the angular position, velocity and acceleration versus time for this trajectory. Show in your sketch positions ( 1, 2, 3), duration times (td12, td23), blend times (t1, t2, t3), and linear times (t12, t23).   (6 marks)

ii) Now, determine all blend times (t1, t2, t3), and all linear times (t12, t23), the signs of all accelerations, and the durations of the two segments, td12 and td23, respectively. Assume that the robot joint moves at maximum speed during the linear segments.  (8 marks)

b) An alternative approach is to use cubic splines to generate smooth trajectories. Draw a graph showing two cubic splines connecting start, intermediate and end points of the single manipulator joint. Also, provide sketches for the velocity and acceleration profiles. There are no calculations required for this part of the question. For your sketch use the angular values provided and the segment times calculated under (a), where possible.   (6 marks)

c) Discuss advantages and disadvantages of using cubic splines and linear segments with parabolic blends for trajectory generation. Relate your answer to the results above.   (5 marks)

Q3

The first three links of an RPR robot manipulator are shown in Figure 3a. The three parameters are 1, d2, and 3, respectively.

Figure 3a

a) State the Denavit-Hartenberg (D-H) convention for attaching frames on a manipulator. Add the labels where missing from the frames shown in Figure 3 and verify then that all frames attached to the manipulator conform. to the D-H convention.   (5 marks)

b) Find the Denavit-Hartenberg parameters for the shown manipulator.  (5 marks)

c) Using the Denavit-Hartenberg method, find the forward kinematic equations for the shown manipulator.  (8 marks)

d) Assume the planar 2RPR parallel robot in Figure 3b has two legs. Calculate the length of joints p1 and p2 when the end-effector is at position [2 4]T .

Figure 3b

(4 marks)

e) Find the homogenous transformations T01, T02 between the frames shown in Figure 3c.

Figure 3c

(3 marks)

Q4

A three degree of freedom planar manipulator (RPR) with two rotary joints (O1 and O2) and a prismatic joint (J) is shown in Figure 4. Link R2 has a constant length of 5 units and link r1 has a variable length. The base of the robot (at origin O1) is fixed.

Figure 4

a) Using an analytical approach, find the joint coordinates ( 1, 2, r1) when the manipulator is in the following two configurations, config1: (Px1, Py1 α1) = (8.5cm, 8.5cm, 55 o), and config2: (Px2, Py2 α2) = (9.0cm, 9.0cm, 60 o), where {Pxi, Pyi} describe a coordinate pair in the planar workspace of the manipulator with respect to origin O1 and αi describes the tool angle measured from the positive x-axis.   (7 marks)

b) It is now required to move the tool from config1 to config2. Find the corresponding joint coordinates using the inverse Jacobian method.   (7 marks)

c) Compare the results found under (a) and (b) and calculate the error that is made when the Jacobian Method is used. Briefly discuss.   (4 marks)

d) When the robot is in configuration config1, the tool is required to exert the following forces on a work piece in contact with the end effector: fx = 1.0 unit along the x-axis and fy = 1.0 units along the y-axis. Find the actuator forces required in order for the tool to exert the above forces. Make use of the Jacobian that you have calculated under (c).         (7 marks) 



热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图