The objective of the project is to employ trajectory calculation and workspace plotting of a RPP robot using robotic toolbox in MATLAB.
- Forward and Inverse Kinematics
- Trajectory Planning
- DH Table
- Run the main.m file in the folder "MATLAB Code"
- Enter the Initial Coordinates in the format (x1,y1,z1)
- Enter the Next Coordinates in the format (x2,y2,z2)
- The Trajectory will be generated and animation will be shown
- The joint variables trajectory, velocity and acceleration graphs will be shown.
- Furthur trajectory points can be entered if needed.
- Press "Ctrl+C" to terminate the program.
Links | Theta | d | a | Alpha |
---|---|---|---|---|
1 | theta1 | 5 | 0 | 0 |
2 | 0 | d2 | 0 | -pi/2 |
3 | 0 | d3 | 0 | 0 |
The workspace of the Robot can be seen below :
The Simulation for a small workspace can be seen below :
The Simulation for a larger workspace can be seen below :
The simulation video for this project can be found in this Link.