https://github.com/mathworks-teaching-resources/robotic-manipulators
This curriculum module contains interactive examples that teach fundamental concepts of robotic manipulators.
https://github.com/mathworks-teaching-resources/robotic-manipulators
courseware cwm electrical-engineering manipulator matlab mechanical-engineering robotics simulink
Last synced: 6 months ago
JSON representation
This curriculum module contains interactive examples that teach fundamental concepts of robotic manipulators.
- Host: GitHub
- URL: https://github.com/mathworks-teaching-resources/robotic-manipulators
- Owner: MathWorks-Teaching-Resources
- License: bsd-3-clause
- Created: 2023-05-11T18:55:09.000Z (about 2 years ago)
- Default Branch: release
- Last Pushed: 2024-10-24T20:22:51.000Z (7 months ago)
- Last Synced: 2024-10-24T21:13:45.993Z (7 months ago)
- Topics: courseware, cwm, electrical-engineering, manipulator, matlab, mechanical-engineering, robotics, simulink
- Language: MATLAB
- Homepage:
- Size: 21.1 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://www.mathworks.com/matlabcentral/fileexchange/130124-robotic-manipulators) or [](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Robotic-Manipulators&project=RoboticManipulators.prj)

**Curriculum Module**
_Created with R2022b. Compatible with R2022b and later releases._
# Information
This curriculum module contains interactive [MATLAB® live scripts](https://www.mathworks.com/products/matlab/live-editor.html) and [Simscape™](https://www.mathworks.com/products/simscape.html) models that teach the fundamental concepts of robotic manipulators (robot arms).
You can use these live scripts as demonstrations in lectures, class activities, or interactive assignments outside class. Robotic manipulators covers topics such as point translations/rotations, transformation matrices, DH parameters, forward kinematics, and inverse kinematics.
The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the
Stop button in the **RUN** section of the **Live Editor** tab in the MATLAB Toolstrip.
## Contact Us
Solutions are available upon instructor request. Contact the [MathWorks teaching resources team](mailto:[email protected]) if you would like to request solutions, provide feedback, or if you have a question.
This module assumes knowledge of basic linear algebra and coordinate systems. There is minimal MATLAB and Simscape knowledge required for these scripts, but you could use [MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) and [Simscape Onramp](https://matlabacademy.mathworks.com/details/simscape-onramp/simscape) as a resource to acquire familiarity with MATLAB syntax, live scripts, and models.
## Getting Started
### Accessing the Module
### **On MATLAB Online:**Use the [
](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Robotic-Manipulators&project=RoboticManipulators.prj) link to download the module. You will be prompted to log in or create a MathWorks account. The project will be loaded, and you will see an app with several navigation options to get you started.
### **On Desktop:**
Download or clone this repository. Open MATLAB, navigate to the folder containing these scripts and double-click on [RoboticManipulators.prj](https://github.com/MathWorks-Teaching-Resources/Robotic-Manipulators/blob/release/RoboticManipulators.prj). It will add the appropriate files to your MATLAB path and open an app that asks you where you would like to start.
Ensure you have all the required products ([listed below](#H_E850B4FF)) installed. If you need to include a product, add it using the Add-On Explorer. To install an add-on, go to the **Home** tab and select
**Add-Ons** > **Get Add-Ons**.
*MATLAB* is used throughout. Tools from Robotics System Toolbox™, Simulink®, Simscape™, and Simscape Multibody™ are used frequently as well. Statistics and Machine Learning Toolbox™ is used specifically for the [range](https://www.mathworks.com/help/releases/R2024b/stats/range.html?overload=range+false) function. Image Processing Toolbox™ is used specifically for the [padarray](https://www.mathworks.com/help/images/ref/padarray.html) function.
*If you are viewing this in a version of MATLAB prior to R2023b, you can view the learning outcomes for each script* [*here*](https://www.mathworks.com/matlabcentral/fileexchange/130124-robotic-manipulators)
## [**CoordinateSystemTransformations.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Robotic-Manipulators&project=RoboticManipulators.prj&file=CoordinateSystemTransformations.mlx)
| | **In this script, students will...** | **Academic disciplines** |
| :-- | :-- | :-- |
||
• Explore the importance of coordinate frames
• Learn the utility of translation and rotation matrices
• Apply transformation matrices to move between coordinate frames |
• Mechanical Engineering
• Electrical Engineering
• Mathematics |
## [**DHParameters.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Robotic-Manipulators&project=RoboticManipulators.prj&file=DHParameters.mlx)
| | **In this script, students will...** | **Academic disciplines** |
| :-- | :-- | :-- |
||
• Acquire knowledge of Standard and Modified DH Parameters
• Create a transformation matrix with DH parameters
• Construct a robot frame with DH parameters |
• Mechanical Engineering
• Electrical Engineering
• Mathematics |
## [**ForwardKinematics.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Robotic-Manipulators&project=RoboticManipulators.prj&file=ForwardKinematics.mlx)
| | **In this script, students will...** | **Academic disciplines** |
| :-- | :-- | :-- |
||
• Perform forward kinematics using DH parameters
• Modify joint angles to visualize a robot's movement
• Practice unbounded trajectory planning for a simulated robot |
• Mechanical Engineering
• Electrical Engineering
• Mathematics |
## [**InverseKinematics.mlx**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Robotic-Manipulators&project=RoboticManipulators.prj&file=InverseKinematics.mlx)
| | **In this script, students will...** | **Academic disciplines** |
| :-- | :-- | :-- |
||
• Learn the limitations of inverse kinematics approaches
• Visualize an inverse kinematic solution for a 6DOF robot
• Practice trajectory planning with constraints for a simulated robot |
• Mechanical Engineering
• Electrical Engineering
• Mathematics |The license for this module is available in the [LICENSE.md](https://github.com/MathWorks-Teaching-Resources/Robotic-Manipulators/blob/release/LICENSE.md).
# Related Courseware Modules
## [Applied Linear Algebra: Robotics](https://www.mathworks.com/matlabcentral/fileexchange/136364-applied-linear-algebra)
|| **Available on:**
[](https://www.mathworks.com/matlabcentral/fileexchange/136364-applied-linear-algebra)
[](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-Linear-Algebra&project=AppliedLinAlg.prj)
[GitHub](https://github.com/MathWorks-Teaching-Resources/Applied-Linear-Algebra) |
| :-- | :-- |
## [Virtual Hardware and Labs for Controls](https://www.mathworks.com/matlabcentral/fileexchange/100064-virtual-hardware-and-labs-for-controls?s_tid=srchtitle)
|| **Available on:**
[](https://www.mathworks.com/matlabcentral/fileexchange/100064-virtual-hardware-and-labs-for-controls?s_tid=srchtitle)
[](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Virtual-Controls-Laboratory&project=VirtualControlsLaboratory.prj)
[GitHub](https://github.com/MathWorks-Teaching-Resources/Virtual-Controls-Laboratory) |
| :-- | :-- |Feel free to explore our other [modular courseware content](https://www.mathworks.com/matlabcentral/fileexchange/?q=tag%3A%22courseware+module%22&sort=downloads_desc_30d).
# Educator Resources
- [Educator Page](https://www.mathworks.com/academia/educators.html)
# ContributeLooking for more? Find an issue? Have a suggestion? Please contact the [MathWorks teaching resources team](mailto:%[email protected]). If you want to contribute directly to this project, you can find information about how to do so in the [CONTRIBUTING.md](https://github.com/MathWorks-Teaching-Resources/Robotic-Manipulators/blob/release/CONTRIBUTING.md) page on GitHub.
*©* Copyright 2023 The MathWorks™, Inc