hoverbot - hoverboard motor balancing robot

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 46

  • @krosaen
    @krosaen 7 หลายเดือนก่อน +2

    Super cool! Appreciate all of the details being included about the development process.

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน +2

      Nice to hear from you Karl! This was one of those projects where making the video and explaining it was 4x the work of actually building the thing, so it is great to see it appreciated!

  • @rudisoft
    @rudisoft 7 หลายเดือนก่อน +2

    Good to hear you're still doing awesome stuff. Keep it going, make more updates!

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน

      I'm working to keep them coming!

  • @AerialWaviator
    @AerialWaviator 6 หลายเดือนก่อน

    An excellent design/build. Appreciate you taking time to explain your thought process and detail the build. Looking forward to seeing how it evolves as you learn and experiment.
    That hoverbot has a fun factor, I'd expect you probably already have ideas as to future mods.

  • @googleyoutubechannel8554
    @googleyoutubechannel8554 7 หลายเดือนก่อน

    Thanks for including the design, checking it out now, looks solid

  • @ohaginias6609
    @ohaginias6609 7 หลายเดือนก่อน +1

    Excellent! Nice work Bro!!

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน

      Thanks!

  • @MiniMasterpiece1
    @MiniMasterpiece1 2 หลายเดือนก่อน

    Hi, I absolutely love our Videos and products! That’s also why your moteus starter kit is at the top of my birthday wish list! 😊 I am planning on powering it with a drill Battery and maybe adding some more motors in the future. That’s why I wanted to ask which exact Battery you are using (also in the robot dog) and if you think it could also handle some bigger or more motors. Thank you for reading!

    • @awesjosh
      @awesjosh  2 หลายเดือนก่อน +1

      The battery used in the hoverbot is a Bosch 18V drill battery.
      The size of motor that can be driven will be constrained by the motor phase current and electrical power. Each of the moteus controllers has different limits for these values, and different thermal properties regarding continuous operation, so there isn't one answer for "what size motor can it operate".

    • @MiniMasterpiece1
      @MiniMasterpiece1 หลายเดือนก่อน

      @@awesjoshThank you very much for your fast answer! 😊 It was very helpful

    • @MiniMasterpiece1
      @MiniMasterpiece1 หลายเดือนก่อน

      @@awesjoshWhich Battery did you use for the robot dog?

    • @awesjosh
      @awesjosh  หลายเดือนก่อน

      A Ryobi 18V 4Ah battery

    • @MiniMasterpiece1
      @MiniMasterpiece1 หลายเดือนก่อน

      @@awesjoshThank! :)

  • @anthonyg4671
    @anthonyg4671 2 หลายเดือนก่อน +1

    From watching your videos I have concluded your brain is on another level 🤔

  • @mihir777
    @mihir777 หลายเดือนก่อน

    How did you drive the pid? I’m seeing so many different ways people have implemented pid and no consistent standard way. Where can I find a formal derivation that implements pid like you have? For example, why no integral term in inner loop? How did you know that won’t be needed?

    • @awesjosh
      @awesjosh  หลายเดือนก่อน

      Most uses of PID control have no formal derivation behind them and this project was no exception. In my experience, you want to avoid the I term always if possible.

  • @yunustalhaerzurumlu6547
    @yunustalhaerzurumlu6547 7 หลายเดือนก่อน

    Hi man! I love what you build! I am waiting for more videos (maybe like the type of DevLogs, similar to the robot dog video.)

  • @bylolo4964
    @bylolo4964 7 หลายเดือนก่อน +1

    C'est juste splendide ❤

  • @andreasr3412
    @andreasr3412 2 หลายเดือนก่อน

    Very stable control!
    You are using your pi3hat, which does not have a magnetometer, right?
    Is it sufficient for the yaw calculation to use the gyro value of the Z axis or have you also installed a magnetometer and fused the sensors?

    • @awesjosh
      @awesjosh  2 หลายเดือนก่อน +1

      Correct, there is no magnetometer. The yaw for the robot just uses gyros, which means it does drift a bit with time, but that is totally fine for a teleoperated platform.

  • @mihir777
    @mihir777 2 หลายเดือนก่อน

    No ROS2? Was this pure C++? Amazing project!

    • @awesjosh
      @awesjosh  2 หลายเดือนก่อน

      Correct, this has no ROS2. You can see the code at: github.com/mjbots/hoverbot

  • @sermadreda399
    @sermadreda399 7 หลายเดือนก่อน

    Great video thank you for sharing

  • @amorpheuses1627
    @amorpheuses1627 7 หลายเดือนก่อน

    Thanks for another interesting project! Question: can the pi3hat be used with a raspberry pi 5? Wouldn't think there would be a problem - but would like to check.

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน

      Unfortunately no, it can't be used with a raspberry pi 5. It only works with a pi3 or pi4.

    • @amorpheuses1627
      @amorpheuses1627 7 หลายเดือนก่อน

      Opps checked the manual and it clearly states it isn't.

  • @jonwatte4293
    @jonwatte4293 7 หลายเดือนก่อน

    Looks like fun!
    What's the power distribution (?) board beside the pi?

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน +1

      Thanks!
      You called it, it really just does pre-charging and over-current faulting: mjbots.com/products/mjbots-power-dist-r4-5b

    • @jonwatte4293
      @jonwatte4293 7 หลายเดือนก่อน

      @@awesjosh I end up building something like that into almost every board I make, so it makes a lot of sense to have that as a stand-alone unit 🙂
      Those who haven't struggled with power management might wonder why they'd need to spend money on a glorified power switch; I think it's up to us who have stubbed our toes to explain why ...

  • @yoggi56
    @yoggi56 7 หลายเดือนก่อน

    Hi! Thank you for sharing this video! Do you use any observers or filters to obtain wheel velocities?

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน

      moteus uses a pll filter on the hall effect sensors for commutation purposes, and that is the reported velocity that was used for the outer velocity control loop. The bandwidth of that filter was somewhere between 50-100Hz, so it doesn't do much at low speed with the coarse resolution of the hall encoders.

    • @yoggi56
      @yoggi56 7 หลายเดือนก่อน

      Thank you! I do similar project and for now use the similar control approach but with some differences th-cam.com/video/LMvEsF9Y2AY/w-d-xo.htmlsi=PAa4gED8A2Uu-Ezu
      In the future I'm going to ustilize mpc for increasing the stability and the robot's speed

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน

      Cool! Thanks for sharing!
      As you can see from my video, you don't need to go to MPC to get significantly improved results. Probably the easiest ways to improve your system would be to see if the structure of your control laws can be improved (or perhaps copy the ones here), and the second would be to ensure your attitude and attitude rate solution are operating well and with a sufficiently high bandwidth. It could also be that your tuning is just sub-optimal. Are you using integrative terms anywhere (you probably shouldn't)?

    • @yoggi56
      @yoggi56 7 หลายเดือนก่อน

      Thank you for recommendations!
      Yes, I use integrative terms both in attitude loop and in velocity control loop.
      I have some suspicious about imu. It outputs data only with 100hz. Probably if I replace IMU to better one, the whole system will be more stable.

    • @awesjosh
      @awesjosh  7 หลายเดือนก่อน

      I'm not sure an integrative term for attitude is useful, certainly this robot does not use one. A feedforward term is probably a lot more valuable there if a plain PD is insufficient.
      While a 100Hz IMU update rate is borderline feasible, there are lots of things that could potentially make it problematic. That could be if you are just using pitch and not pitch rate, or if the IMU has a software configured low-pass filter, or if it is poorly mounted, or a host of other things. This robot uses a 400Hz update IMU for instance with a 200Hz onboard filter, uses the pitch rate in addition to the pitch, and is known to work well at up to that rate.

  • @vishaltejwani940
    @vishaltejwani940 4 หลายเดือนก่อน

    can I use it in electric skateboard?

    • @awesjosh
      @awesjosh  4 หลายเดือนก่อน

      While you could for a low power skateboard, something like a VESC would be a more appropriate option.

  • @igort5418
    @igort5418 3 หลายเดือนก่อน

    Those motors are an overkill

    • @awesjosh
      @awesjosh  2 หลายเดือนก่อน +1

      Yep, they just happened to be ones I had lying around. However, you can't likely get similarly sized ones any cheaper.

  • @oracid
    @oracid 7 หลายเดือนก่อน +1

    💙🤍❤ 🗼

  • @Jp-ue8xz
    @Jp-ue8xz 7 หลายเดือนก่อน

    put a claymore on it o_o