Python Project | Forward and Inverse Kinematics with 3 DOF Planar Robot

  Рет қаралды 48,450

qrbx

qrbx

Күн бұрын

Пікірлер: 53
@chaitanyasutar4252
@chaitanyasutar4252 3 жыл бұрын
Wow.! Thank you man...This I always wanted..This is the Most fundamental practical demonstration for understanding
@muhammadsyazwan4974
@muhammadsyazwan4974 2 жыл бұрын
Super cool project! Complicated topics but it was done in a very simple and fun way!
@조수완-r7y
@조수완-r7y 4 ай бұрын
Hello, I'm a student studying robotics. If you look at the video, the Arduino code has A, B, C, and D, does it work only with A code?
@Game.of.thrones.714
@Game.of.thrones.714 2 жыл бұрын
i liked the vid. but i have some doubts where can i get the solution? could you please help me in it?
@navidam4003
@navidam4003 3 жыл бұрын
Can you please explain how you calculated wx = px - a4*cos(phi) wy = py - a4*sin(phi) equations....will be very much helpful if you explain the equation part
@chayanchakraborty9966
@chayanchakraborty9966 22 күн бұрын
What is code and Blam,, difference plz
@GM-sn2vg
@GM-sn2vg 2 жыл бұрын
why do you have 6 lengths values for your forward kinematics???
@jadenbenton4472
@jadenbenton4472 Жыл бұрын
ong
@jadenbenton4472
@jadenbenton4472 Жыл бұрын
I figured it out. Think of the original 3 distances you have as the hypoteneuse of a triangle. These three distances must be broken down into their x and y components respectively, sqrt(x^2+y^2) = h( one of your original lengths). Robotics 1 U1 (Kinematics) S5 (HTM) P2 (HTM by Denavit Hartenberg) explains it best in my opinion.
@kestans
@kestans 3 жыл бұрын
Orders whiteboard, ends up drawing coords himself :) just print lines on paper and glue on paper on a mounting surface :)
@faresalaa4562
@faresalaa4562 3 жыл бұрын
@Trenton Alvin HAHAHA
@CooperDuper3000
@CooperDuper3000 3 жыл бұрын
i just want to inform you that you have a little mistake in your arduino code. For Example @04:59 you can see that you have specified pos_two = 86.4 but you declared pos_two as an int that means you can not store float values inside of an int variable. What you will get instead is that 86.4 will mit truncated to just 86 and stored as an int variable inside pos_two. If you do that a lot inside your project you will get a heck lot of inperfektions of your positioning. Solution: Use float or double instead of int for any floatingpoint number you want to store inside an variable. *Cheers*
@박종헌-z7d
@박종헌-z7d 4 жыл бұрын
I am a Korean developer. Your video was very helpful.
@hassanismail6120
@hassanismail6120 4 жыл бұрын
Hello, I want to make 6 DOF robotic arm. can't we run the motors directly from python? From where i get the 6 DOF robotic arm ik equations?
@songtingyu626
@songtingyu626 Жыл бұрын
hello, im doing a project on a 4 dof robotic arm but i dont really know how to use inverse kinematics to control my arm to move to a specific location can you help me with it? appreciate it.
@GaryMcKinnonUFO
@GaryMcKinnonUFO 2 жыл бұрын
Very cool indeed, thanks for sharing.
@max.s_tech
@max.s_tech Жыл бұрын
Could somebody translate this python code to c++ code? Please it would be sooo helpfull
@himanshkumarsahu6473
@himanshkumarsahu6473 3 ай бұрын
arduino code plzz
@mysticalsoulqc
@mysticalsoulqc 3 жыл бұрын
Thank you for intro, i would like to connect my gt2560 prussa that i converted in a robotic arm to blender. would you be kind and share a script for that. i am new at this. thank you, i will open source what i do also. thank you
@harisshs3461
@harisshs3461 3 жыл бұрын
Can anyone say, how to calculate inverse kinematics for robotic arm (3dof) L1 =4.8inch , L2=4.8inch , L3=5inch? How do I determine the value of phi ?
@kaylaschuchalter5788
@kaylaschuchalter5788 2 жыл бұрын
great project! what is the differance in equations of inverse kinimatics if i want elbow up??
@darkrasen
@darkrasen 3 жыл бұрын
Awesome project, thank you so much for sharing the code!
@권남수-o3v
@권남수-o3v Жыл бұрын
It's very very helpful. Thank you sir.
@robonxt
@robonxt 4 жыл бұрын
Nice! Is there an code for the Arduino for 3 DOF? It's not in the github repo, and I'm not sure how to modify your 2 DOF program. Thanks!
@ayeleyorr6609
@ayeleyorr6609 2 жыл бұрын
plz can i get the arduno code
@erentekin227
@erentekin227 2 жыл бұрын
hello sir, I am designing a 4 axis robot arm for my university project. What is required of me in my project is to move my robot arm lineary in x,y,z axes with 3 potentiometers. I need your help with software. I would be very happy if you could help.
@QRobotix
@QRobotix 2 жыл бұрын
what motors are you using?
@erentekin227
@erentekin227 2 жыл бұрын
Servo motors
@aubbdulhannanthanamas3173
@aubbdulhannanthanamas3173 4 жыл бұрын
How much should be included in the configuration corner? thank you.
@kotai2003
@kotai2003 3 жыл бұрын
Very nice instruction. Thanks a lot.
@ngocsangao5536
@ngocsangao5536 3 жыл бұрын
Love your project. Can you send me ardruino code and your connecting from robot to ardruino
@QRobotix
@QRobotix 3 жыл бұрын
Hi the code is in the description. You can check out my dxl playlist for connections
@kridsadahaengphit8514
@kridsadahaengphit8514 2 жыл бұрын
if we need control degree by gui. how to write code interrup?
@QRobotix
@QRobotix 2 жыл бұрын
Maybe use pythons tkinter library?
@nttn_mare
@nttn_mare 3 жыл бұрын
I built a 5 Dof Robotic Arm and I need your help. Can I sent you a picture of it? I dont know how to calculate the inverse kinematic of it
@QRobotix
@QRobotix 3 жыл бұрын
Do you have a video? Share me the link
@nttn_mare
@nttn_mare 3 жыл бұрын
@@QRobotix kzbin.info/www/bejne/Y5TQXqWhgK2pl5Y
@nttn_mare
@nttn_mare 3 жыл бұрын
@@QRobotix Are you able to help me? Would appreciate it :) I am only 18 and i tried to code the inverse kinematics for the robotic arm. But I failed.
@benjaminmclaws3477
@benjaminmclaws3477 4 жыл бұрын
What method do you use for inverse kinematics? Or does your program just use trigonometry to solve for the motors positions?
@QRobotix
@QRobotix 4 жыл бұрын
Yes the inverse kinematics is derived from trigonometry
@5621346
@5621346 3 жыл бұрын
nice project!
@cengiztezel4576
@cengiztezel4576 4 жыл бұрын
its looking amazing! can you add PID control on python ?
@QRobotix
@QRobotix 4 жыл бұрын
Yeah you can if you want to.
@varunwalimbe3468
@varunwalimbe3468 4 жыл бұрын
I am making a 3DOF Robotic Arm that can pick and place objects. I am not able to figure out inverse kinematics equations by myself as there are no resources at all. Yours Is the only video which is practical and I have understood so far. Can you please make a video on inverse kinematics including Z axis also ? This is because for pick and place robotic arm Height is not fixed.. So Z axis will change.will you please make it? I am really confused how to figure out that phi angle
@QRobotix
@QRobotix 4 жыл бұрын
So you are building an RRR articulate robot?
@varunwalimbe3468
@varunwalimbe3468 4 жыл бұрын
Yes... Can i send you the picture of my robot on your email if you don't mind? Can you just take a look at it?
@QRobotix
@QRobotix 4 жыл бұрын
@@varunwalimbe3468 yup I'll take a look at it
@varunwalimbe3468
@varunwalimbe3468 4 жыл бұрын
@@QRobotixcan i get the email id on which it is to be sent?
@varunwalimbe3468
@varunwalimbe3468 4 жыл бұрын
@@QRobotix I have emailed you
Inverse Kinematics of Articulated Manipulator
13:29
Angela Sodemann
Рет қаралды 81 М.
High precision speed reducer using rope
20:19
Aaed Musa
Рет қаралды 1,8 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 38 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 137 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 9 МЛН
Easy inverse kinematics for robot arms
5:49
RoTechnic
Рет қаралды 86 М.
Inverse Kinematics of Robots | Robotics 101
9:41
Engineering Simplified
Рет қаралды 53 М.
The coolest robot I've ever built!
19:40
Thomas Burns
Рет қаралды 4,7 МЛН
Robotics - Inverse Kinematics - Example
14:23
UConn HKN
Рет қаралды 122 М.
Controlling A Servo Motor With Python
11:30
ExplorationSci
Рет қаралды 12 М.
How Robots Use Maths to Move
15:54
James Bruton
Рет қаралды 452 М.
I Optimised My Game Engine Up To 12000 FPS
11:58
Vercidium
Рет қаралды 684 М.
Mini Robot Dog #4 - Inverse Kinematics
19:33
James Bruton
Рет қаралды 132 М.
I built my own graphics card
15:34
jdh
Рет қаралды 1,5 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 38 МЛН