LAB2 - Robotics
LAB2 - Robotics
• Reachable.
• Reach the point by at least one
orientation.
• Dextrous.
Joints and Links
Joints and Links
Degree of Freedom (DOF)
1. Cartesian Robot
(PPP or 3P)
Three linear motion in X , Y and Z
Types of Robots
2. Cylindrical Robot
(RPP or R2P)
Types of Robots
3. Spherical Robot
(2RP)
Types of Robots
4. Articulated Robot
(3R)
Types of Robots
5. SCARA Robot
(3RP)
Homework 1
Robotics MATLAB
TOOLBOX
Know every function inside
the RVC tools library
Term Assignments
• Attendance – 10%
• HomeWorks. – 40%
• Final Term Project – 50%
Final Term Project – Due Week 8
A
3
P 5
P
5
1 A 3 X
A 3 X
Frame Movement
Translation Matrix
Y
B
P A 5
B X
A 3 X
Frame Movement
Translation Matrix -2D Space
Y
Y
1 0 3
0 1 5
5
0 0 1 B X
3x3 A 3 X
Frame Movement
Translation in a 3D Transformation
Matrix Y
1 0 0 3
0 1 0 5 5
B X
0 0 1 0
0 0 0 1 A 3 X
1 0 4
0 1 5
0 0 1
>> trplot2(transl2(4, 5));
MATLAB – rotation 2D
Rotation matrix representing a rotation of theta in radians:
>> rot2(pi/2)
ans =
0.0000 -1.0000
1.0000 0.0000