Ball Balancing Robot pt.2

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 23

  • @gearscodeandfire
    @gearscodeandfire 29 дней назад

    Binging your stuff and finding it so freakin helpful- thanks man

  • @PCRduino
    @PCRduino Год назад +7

    Excellent explanations and very well done! Best I've seen on PID systems! Great for my students. Keep up the excellent work; you've earned my subscription!

    • @AaedMusa
      @AaedMusa  Год назад +4

      thanks I appreciate it!

    • @RobertShaverOfAustin
      @RobertShaverOfAustin Год назад +3

      I agree. I might have learned more; understood more, if they had this back when I needed it some 50 years ago. Also, I can't believe how few subscribers you have. Well now I'm *SUBSCRIBED!*

    • @AaedMusa
      @AaedMusa  Год назад +1

      @@RobertShaverOfAustin one of the greatest mysteries of the universe lol

  • @p.f.3014
    @p.f.3014 2 месяца назад

    A logical development would be to now have balls of variable mass (or other physical properties?) It would be nice to see plots of the error with time. I think you could make the algorithm tune itself. Fuzzy control might also be possible. Great work!

  • @harshgupta5027
    @harshgupta5027 Год назад +1

    where can i learn about servo motors...and other electronic devices that is used to make some stuff

  • @erezk2170
    @erezk2170 Год назад +1

    Excellent

  • @qcnck2776
    @qcnck2776 Год назад

    Thanks for another great video.

  • @benoitlagace
    @benoitlagace 3 месяца назад

    Wouldnt the integral value would help him being constantly learning from his incorrect movements and tuning himself all the time ?? Im not an engineer but i did a electromechanic formation some 12 years ago i did not worked with pid very much since school and even then it was simplified

  • @bahadrsar8991
    @bahadrsar8991 9 месяцев назад

    hello man do you learn this systems without university ı stdy mechn engnr 2.class but ı didnt learn this systems

  • @user-fn2mk6cv9b
    @user-fn2mk6cv9b 5 месяцев назад

    great

  • @JeremyCook
    @JeremyCook Год назад +1

    Neat. What's that software you're using for notes?

  • @ehoworka
    @ehoworka Год назад +1

    A long time ago (in the BasicX days) I tried to develop a self-balancing robot. It had a single DOF: simply, just a T-square ruler placed upside-down on the floor with a single servo on top operating a single "arm". Sort of like a human keeping her balance standing with her legs apart and being only able to swing one arm. The robot had a single sensor - reporting the level angle. You may think of it as an upside-down Segway problem. I failed because the equations of angular momentum and acceleration got too hairy and BasicX was too slow.
    This problem is much simpler than the one that you have solved. Can you think (in your spare time) of a simple solution?

    • @AaedMusa
      @AaedMusa  Год назад +1

      Interesting, that's something I'll look into doing.

  • @user-ol1qm9ey7g
    @user-ol1qm9ey7g 6 месяцев назад

    รู้จักเศรษฐีบ้านนอก หมายถึงการศึกษาไม่มากวิทยุทรานซิสเตอร์เสียธานินทร์ไม่มีปัญญาซ่อม ความรู้ท่วมหัว เงินก็พิมพ์เอา ?

  • @jsbrsb
    @jsbrsb Год назад

    Thank you for doing this! I've always wanted to understand PID control and inverse kinematics. This second video explains PID control and your approach with the software very well. Is there any chance a third video is coming to explain the inverse kinematics?

    • @AaedMusa
      @AaedMusa  Год назад

      Unfortunately no. The brief overview is that I used vector calculus to derive the equations and it took a really long time lol! The equations essentially allow you to input a vector and have the platform point in the direction of that vector. Knowing the distances between the servos and how long each linkage is, you can break the entire system into a bunch of 3D lines and can then solve for the positons which each servo must face in order to get the platform to point in the direction of the aformetntioned vector.

    • @jsbrsb
      @jsbrsb Год назад

      @@AaedMusa thank you for the explanation. I'll go through it (which will take me some time!) and I appreciate the assistance. Keep up the great work!

    • @AaedMusa
      @AaedMusa  Год назад

      @@jsbrsb thanks!

    • @qingchen4920
      @qingchen4920 4 месяца назад

      @@jsbrsb Did you finish it,and can you share me it