មិនមានចំណាត់ថ្នាក់
View all
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
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
Computed Torque Control of a Robot Manipulator in MATLAB 2021 | RST | SimScape
Free preview
This video explains what Computed Torque Controller is and how a simple PD controller, without any tuning, can be used to efficiently control the motion of a robotic manipulator in 3D environment.
#MATLAB2021
#ComputedTorque
#RoboticsSystemToolbox
How to Drive Robot through Dynamics in MATLAB 2021 | RST | SimScape
Free preview
This video explains what robot dynamics are and why do we need these things. Moreover, the video simulates an RRR nonplanar robot, developed in SimScape Multibody, through torques generated by the dynamics of the robot using Robotics System Toolbox.
#MATLAB2021
#Dynamics
#RoboticsSystemToolbox