Search
Use
>>addpath('robot');
to add the robotic toolbox to Matlab path. A manipulator with rotational links can be created by
>>L{1} = link( [ alpha, a, 0, d, 0, theta_offset ],'standard'); >>L{2} = .... >>. >>. >>r = robot( L, 'PRO', 'name', '' );
and visualized by
>>drivebot(r); >>view([1;1;1]);
Upload via the course ware the zip archive hw02.zip containing
hw02.zip