Designing Robot Manipulator Algorithms
This submission contains all the files used for the MATLAB and Simulink Robotics Arena videos, "Designing Robot Manipulator Algorithms" and "Controlling Robot Manipulator Joints".
The files include the following:
- A MATLAB script demonstrating how to implement inverse kinematic algorithms for a robot manipulator
- Simulink models of torque control of a robot manipulator using configuration-space and task-space controllers
- Simulink model of a manipulator using the derived inverse kinematics algorithm to pick up an object and follow a trajectory
- Simulink model of a manipulator using inverse kinematics to catch an object in the air that demonstrates possible next steps and the integration of perception algorithms
All files necessary to run the scripts and models, including CAD files and URDF files are either contained within the submission or downloaded using the startup script provided. You must have command-line Git installed to automatically download the robot description files.
For convenience, local copies of the Simscape Multibody Multiphysics Library and Simscape Multibody Contact Forces Library have been included with this submission. If you would like to install the latest version of these libraries, you can find them below:
* Simscape Multibody Multiphysics Library: https://www.mathworks.com/matlabcentral/fileexchange/37636-simscape-multibody-multiphysics-library
* Simscape Multibody Contact Forces Library: https://www.mathworks.com/matlabcentral/fileexchange/47417-simscape-multibody-contact-forces-library
Cite As
MathWorks Student Competitions Team (2024). Designing Robot Manipulator Algorithms (https://github.com/mathworks-robotics/designing-robot-manipulator-algorithms), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Physical Modeling > Simscape Multibody > Model Import >
- Engineering > Electrical and Computer Engineering > Robotics >
Tags
Acknowledgements
Inspired by: Simscape Multibody Multiphysics Library, Simscape Multibody Contact Forces Library
Inspired: Mass Estimation for Manipulators using Sliding Mode Observer
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Libraries/MPL_Libs
Libraries/MPL_Libs/Libraries
Libraries/MPL_Libs/Libraries/+forcesPS
Libraries/MPL_Libs/Libraries/+forcesPS/+hydraulic
Libraries/MPL_Libs/Libraries/+forcesPS/+math
Libraries/MPL_Libs/Libraries/+forcesPS/+mechanical
ScriptsFunctions/Initialization
ScriptsFunctions/Kinematics
ScriptsFunctions/Utilities
Libraries
Libraries/MPL_Libs/Libraries
Models
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
2.5.0.0 | Linked to GitHub. Updated to use new built-in contact forces in Simscape Multibody. Switched from Curve Fitting Toolbox splines to Robotics System Toolbox for cubic and trapezoidal velocity trajectories. |
|
|
2.4.0.0 | Bug fixes due to changes in external robot description repository. |
||
2.3.0.0 | Upgraded models to R2018b. Now using the built-in Inverse Kinematics block in Robotics System Toolbox. |
||
2.2.0.0 | Minor updates due to robot description file changes in the ROBOTIS GitHub repository. |
||
2.1.0.0 | Bug fixes to check and resolve external file dependencies. Added preloaded MATLAB object as a backup in case external files cannot be set up correctly. |
||
2.0.0.0 | Added torque control examples, using the new R2018a Robotics System Toolbox blocks. |
||
1.0.0.0 | Adding a script to check necessary dependencies for submission |