The RRP Robot is a basic robotic system implemented using MATLAB and the Robotics Toolbox. It consists of two revolute joints followed by a prismatic joint in a serial configuration.
- RRP Configuration: Revolute-Revolute-Prismatic configuration.
- Forward Kinematics: Calculate the end-effector position given joint angles.
- Inverse Kinematics: Compute joint angles given desired end-effector position.
- Visualization: Visualize the robot and its movement in MATLAB.
- MATLAB
- Robotics Toolbox
-
Install MATLAB on your system if not already installed.
-
Clone the repository:
git clone https://github.com/your_username/rrp-robot.git
-
Set up the Robotics Toolbox:
- Download and install the Robotics Toolbox for MATLAB from Peter Corke's website.
-
Open MATLAB and navigate to the project directory.
-
Run the MATLAB scripts to interact with the RRP robot.
- Define the DH parameters of the RRP robot in MATLAB.
- Use the provided scripts to perform forward and inverse kinematics calculations.
- Visualize the robot and its movements using MATLAB plotting functions.
- Experiment with different joint angles and end-effector positions to observe the robot's behavior.