Starting from:

$24.99

CMPSCI403 Homework 5 Solution

All questions refer to the robot arm sketched in the figure below. The robot is the same as the one used in homework 4. Answer the questions below with text, mathematical statements, and supporting sketches where appropriate. Include a commented copy of your Matlab code.
1. Make a Matlab function that computes a Jacobian matrix in global frame given joint positions.
2. Find the joint configuration that coincides with the following end-effector goal position and orientation(i.e EE SE(3)) and submit a screenshot of the robot’s posture in the kinematic simulation you built in homework 4.
,
Tip:
Use the Jacobian you found in question 1 together with Newton-Raphson method to find the joint configuration.

Figure 1: Six DOF arm in its home configuration (i.e θ1 = θ2 = θ3 = θ4 = θ5 = θ6 =0). Notice the local frame of the end-effector {EE} is aligned with the global frame {0}. Each of the cylinders represent the joints of the robot and the arrows going through the cylinders represent the axes of rotation. Therefore, θ1 is the rotation around z axis, θ2,3,5 are the rotation around y axis, and θ4,6 are the rotation around x axis.
1

More products