Uncategorised
View all
Probabilistic Roadmap Path Planning for Mobile Robots in MATLAB 2021 | PRM | Dijkstra
Free preview
The video explains Probabilistic Roadmaps technique for planning obstacle avoiding path for mobile robot. Though this technique can be used for planning paths for manipulator's but is seldomly used for that. Major application of this technique remains in the context of mobile robots. This technique generates a roadmap and then utilizes the Dijkstra algorithm to find the shortest possible path from a start to end location.

Video explaing Dijkstra Algorithm: https://youtu.be/LGiRB_lByh0
#MATLAB2021
#PathPlanning
#dijkstra
PID Controller for a Robot Manipulator in MATLAB 2021 | RST | SimScape
Free preview
This video explains what PID controller is how to use it to control a dynamically modeled robot manipulator. Moreover, automatic tuning of a PID controller is also discussed and implemented.
#MATLAB2021
#PIDController
#RoboticsSystemToolbox
How to Design Articulated Robot (RRR) in MATLAB 2021 | RST | SimScape
Free preview
This video explains the process of designing a 3DOF Articulated (RRR) manipulator in Multibody SimScape environment and then drive it through Robotics System Toolbox. The detailed process of designing robots in Multibody has already been explained in another video (https://youtu.be/_8YCc3pJDPI). However, earlier only a planar 2DOF robot was designed but this time 3DOF RRR Manipulator has been designed.
#MATLAB2021
#ArticulatedRobot
#SimScape
How to Generate Trajectory for Robotic Manipulators in MATLAB 2021 | RST | Trapezoidal Velocity
Free preview
This video explains the process of generating trajectory for Robotic Manipulators using Robotics System Toolbox of MATLAB. Two blocks, namely the Polynomial Trajectory Block and Trapezoidal Velocity Trajectory Blocks are discussed and simulations are shown.
#MATLAB2021
#TrapezoidalVelocity
#Robotics