Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The forward kinematics ( FK ) of a robot tell you where the gripper / hand is a given set of joint angles. For a

The forward kinematics (FK) of a robot tell you where the gripper/hand is a given set of joint angles. For a 2-link robot (illustrated above, but like your shoulder and elbow) the FK are given by two equations. Let x,y be the position of the hand in Cartesian coordinates with respect to the shoulder. I.e. the shoulder is the origin of the coordinate frame. Let 1,2 be the joint angles. Let the lengths of the two limbs be l1,l2. The FK equations are
x=l1cos1+l2cos(1+2)
y=l1sin1+l2sin(1+2)
If the joint motors are turning, then 1 and 2 are time varying. The limbs move, and the hand moves. The forward velocity kinematics (FVK) of a robot tell you what the speed of the gripper/hand will be for a given set of joint angular velocities. If we differentiate the equations above with respect to time, we get the FVK equations
x=-l1sin11-l2(1+2)sin(1+2)
y=l1cos11+l2(1+2)cos(1+2)
(7pts) Let l1=l2=11. Let 1=3,2=2. We want to solve for the inverse velocity kinematics that tell us what joint velocity we need to get a desired hand velocity x=0.5,y=0.5.
a. Write the FVK equations as a matrix equation x=A
b. Use Gaussian elimination to solve for 1,2 to get the desired x,y.
?1 It is common for limbs to be equal lengths. Check out the two limbs of your own arm by bending your elbow so
your hand touches your shoulder. Your upper arm and lower arm limbs are the same length!
image text in transcribed

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

What factors are important in selecting a market target?

Answered: 1 week ago