Engineering Robotics Practical Lab
Engineering Robotics Practical Lab
GROUP MEMBERS
QUESTION
1. Using the Simulink (MATLAB) package, model the forward kinematics equations for
a 2 D.O.F planar manipulator and simulate.
2. Verify simulation results using a graph.
3. Prepare a write up.
INTRODUCTION
For a planar manipulator, the forward kinematics is essential to find the orientation and
position of the end-effector in cartesian space with the help of all joint angle and link
parameters. With the help of all joint angles, forward kinematics gives only one exact
solution.
MATLAB Simulink was used to model the forward kinematics equations of a 2 D.O.F planar
manipulator. These equations are:
x = L1cosθ1 + L2cos(θ1+θ2)----(i)
y = L1sinθ1 + L2sin(θ1+θ2)----(ii)
Equation (i) and (ii), shows the position of the robot with respect to the x and y directions.
On simulating, two graphs were plotted to verify the solutions of the equations (i) and (ii).
Theses graphs show the output of the 2 positional equations i.e. x and y.
REQUIREMENTS
Computer
Simulink (MATLAB) software
INSTRUCTIONS
The model of the forward kinematics equations for a 2 D.O.F planar manipulator is shown
below along with the X1 & Y1 graphs respectively.
CONCLUSION
The model of the forward kinematics equations for a 2 D.O.F planar manipulator was
successfully designed and simulated using the Simulink (MATLAB) package. Simulation
results were verified using the graphs.