Unit 6: I’m organizing the notes around the planning method, Cartesian straight-line generation, the two-link planar kinematics, and the Orangewood arm implementation. The equations will distinguish Cartesian path generation from joint-space execution, since that distinction is central to obtaining a genuinely straight end-effector path.# Unit 6: Trajectory Planning - Subjective Questions

ECE245 — Elements Of Robotics Laboratory • Practice Questions with Detailed Answers

20 questions

1

Define trajectory planning for a two-axis planar articulated robot. How does it differ from path planning?

2

Describe the kinematic structure of the Orangewood Robotic Arm when it is modeled as a two-axis planar articulated robot.

3

Derive the forward-kinematic equations for the end-effector of a two-link planar articulated robot.

4

Derive the inverse-kinematic equations required to move a two-axis planar robot to a desired point .

5

Explain how a straight-line Cartesian path is generated between an initial point and a final point.

6

Explain why direct linear interpolation of joint angles generally does not produce straight-line motion of the end-effector.

7

Distinguish between joint-space trajectory planning and Cartesian-space trajectory planning for the Orangewood Robotic Arm.

8

Describe a complete algorithm for implementing straight-line trajectory planning on the Orangewood Robotic Arm.

9

What is time scaling in trajectory planning? Derive a cubic time-scaling function with zero initial and final velocity.

10

Derive a quintic time-scaling function that provides zero velocity and zero acceleration at both endpoints.

11

Explain the role of sampling time and waypoint spacing in implementing a straight-line trajectory.

12

Explain how the reachable workspace of a two-link planar robot is checked before executing a trajectory.

13

What are elbow-up and elbow-down inverse-kinematic solutions? How should a solution branch be selected during trajectory execution?

14

Derive the Jacobian matrix of a two-link planar robot and state its use in trajectory planning.

15

Define a kinematic singularity for the two-axis planar robot. Explain its effect on straight-line trajectory execution.

16

Explain how joint velocity and acceleration constraints can be checked for a planned Cartesian straight-line trajectory.

17

Describe the calibration and coordinate transformations required before sending computed joint angles to the Orangewood Robotic Arm.

18

Describe how the accuracy of an experimentally executed straight-line trajectory can be evaluated.

19

Discuss the major practical sources of error when implementing straight-line motion on a physical Orangewood Robotic Arm.

20

Compare cubic, quintic, and trapezoidal velocity profiles for straight-line trajectory execution.