Question: Develop a MATLAB script for determining the position of a Universal Robotics UR-10 to locate the end effector link called tool0 in a specific position
Develop a MATLAB script for determining the position of a Universal Robotics UR-10 to locate the end effector link called "tool0" in a specific position and orientation as defined below. Determine the UR-10 configuration using both BFGS and LM algorithms. Answer the following questions. Start each algorithm at the UR-10 home configuration.
For each of the following tool configurations
- position = [0 0.5 1]T, orient tool z axis in the base y direction
- position = [2 3 0]T, orient tool z axis in the base x direction
- position = [0 0.0 0]T, orient tool z axis in the base y direction
- position = [0 0.5 1]T, orient tool z axis in the base z direction
- position = [1 1 1]T, orient tool z axis in the base z direction
for each of the above 5 tool targets, answer the following
- does the BFGS algorithm converge
- does the LM algorithm converge
- is it possible for the robot to achieve this configuration? why or why not?
- include a isometric view picture of the robot using the show command for BFGS
- include a isometric view picture of the robot using the show command for LM
- compare and contrast the pictures. Same configuration or different configurations?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
