You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L(1) = Link([0 0 1 0]); % First '0' doesn't mean 0. MATLAB takes it in as a variable 'theta' because 5th term is 0 (or null), which defines a revolute joint.
L(2) = Link([0 0 1 0]);
Robot = SerialLink(L, 'name', '2-R Planar Robot') % Concatenate the links as a serial robot
FK_Home_Position = Robot.fkine([0 0]) % Compute the forward kinematics