3 Sensor Line Follower?! - The Most Versatile EV3 Line Following Program

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

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

  • @ActuallyNothing-pg9ew
    @ActuallyNothing-pg9ew Год назад

    builderdude35 has singlehandedly made my will to live skyrocket with these videos. thank you SO MUCH

  • @jacksonsherriff9899
    @jacksonsherriff9899 7 лет назад +1

    I remember you! I used to watch so many of your videos 2 years ago when I first got my ev3. Good on you for still making videos!

    • @Builderdude35
      @Builderdude35  7 лет назад

      Haha, thank you! I hope I can continue as long as I can.

  • @ggelosstavrou9117
    @ggelosstavrou9117 5 лет назад +4

    Will this algorithm work for extreme paths for example if there are circles and zig zags?

    • @joaquim9410
      @joaquim9410 3 года назад

      I know it's been a year, but I just tried and it works very well. I would just recommend making your round do some rotations before start doing the curve

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

      nope its shit af

  • @mairisberzins8677
    @mairisberzins8677 5 лет назад

    Can you upload your programs somewhere and put the link here? It's annoying to pause the video and go back into mindstorms to put the block i saw.

  • @w0ttheh3ll
    @w0ttheh3ll 6 лет назад

    awesome! is there any video of it following a curved line?

    • @Builderdude35
      @Builderdude35  6 лет назад

      No video, but it should be able to handle gentle curves.

  • @pozitiv9850
    @pozitiv9850 4 года назад +1

    Спасибо Бро))))

  • @falcao_g
    @falcao_g 5 лет назад

    you can made a version of that without variables?

  • @aadijain6482
    @aadijain6482 5 лет назад

    I have a question
    what happens when we put the whole pid part in the middle sensor

  • @DexFire1115
    @DexFire1115 7 лет назад

    Nice. Do 4 sensor line follow exist? Also, how would you code a wall follower with one sensor on two sides?

    • @Builderdude35
      @Builderdude35  7 лет назад

      Yes, they exist. Maybe I'll do a video on that!

  • @coconutperson1985
    @coconutperson1985 2 года назад

    You need 3 sensors for right angles? I need 1

  • @warnniemusah9530
    @warnniemusah9530 5 лет назад

    Hi there, in my case after completed the mission to follow the line, how to stop the robot in the loop program? Thank you.

    • @Builderdude35
      @Builderdude35  5 лет назад

      See my tutorial on programming loop interrupts

  • @tushitchatterjee8383
    @tushitchatterjee8383 4 года назад

    Can it work on curved lines??

  • @dluders
    @dluders 7 лет назад

    I imagine that having three EV3 Color Sensors would make it easier to ACQUIRE the line (from a far-away launch point), and then STAY ON the line. If the approach angle is sharp, the outermost EV3 Color Sensors would allow the robot to turn sharply to stay on the line (without overshooting it), correct?

    • @Builderdude35
      @Builderdude35  7 лет назад

      Great point! You are absolutely correct!

  • @albidwawi
    @albidwawi 6 лет назад

    What if we have a white gap and I want it to catch the other end of my line? the robot will start rotating on itself because of the propotional.. How can I fix this error?

    • @Builderdude35
      @Builderdude35  5 лет назад

      You can learn about programming a line follower to pass over intersections (or gaps) in lines from this tutorial: ruclips.net/video/LXdm6-Gl0WE/видео.html

  • @PC-fe1pf
    @PC-fe1pf 5 лет назад

    Mine is going like crazy to the right and left.Any solution?

    • @mairisberzins8677
      @mairisberzins8677 5 лет назад

      adjust your proportionality value or whatever that was?

  • @dluders
    @dluders 7 лет назад

    What happens if the three EV3 Color Sensors are all in aligned evenly, straight across the front of the robot? Does the center EV3 Color Sensor have to be mounted a bit more forward than the outermost two EV3 Color Sensors?

    • @Builderdude35
      @Builderdude35  7 лет назад

      I was just too lazy to change the sensor configuration on the robot. It actually works better with the middle sensor in line or behind the other two, so the robot can anticipate the 90 degree turns better. But, with enough programming, you can make anything work.

  • @nicbonhomme9877
    @nicbonhomme9877 6 лет назад

    Makes you wonder how much programming goes into a Mars rover that can't follow any particular line!

  • @bogdanstoican5080
    @bogdanstoican5080 5 лет назад +1

    love you

  • @reecerobinson7888
    @reecerobinson7888 7 лет назад +2

    How is this even close to as efficient as a one sensor PID..?

    • @DexFire1115
      @DexFire1115 7 лет назад

      Reece Robinson, yeah. Also if you buy an EV3 kit it only comes with one. 🙁

    • @reecerobinson7888
      @reecerobinson7888 7 лет назад

      DexFire yeah man, we have 3 on our robot, but we only use 1 sensor PID. Takes a full day to calibrate, but it is PERFECT.

    • @Builderdude35
      @Builderdude35  7 лет назад

      As I said in the video, a 3-sensor line follower is not a replacement for a PID. This is for those extreme cases that a PID can't handle (90 degree turns).

    • @reecerobinson7888
      @reecerobinson7888 7 лет назад

      Builderdude35 But our PID can do 90 degree turns on either side of the line?

    • @Builderdude35
      @Builderdude35  7 лет назад

      In that case, yes, your PID line follower is much more efficient. It's much easier to get a three-sensor program to that performance level, but if you have a PID that works just as well, then definitely use that.

  • @yongrun6706
    @yongrun6706 6 лет назад

    Does this works for the nxt robot? Thanks

  • @bravesquid6183
    @bravesquid6183 7 лет назад

    I got the same glasses!!!

    • @Builderdude35
      @Builderdude35  7 лет назад +1

      Sounds like you've got a great fashion sense! ;)

  • @Cephurr
    @Cephurr 6 лет назад

    Will 3 sensor line follower turn properly on Intersections?

    • @Builderdude35
      @Builderdude35  6 лет назад

      Yes, but you will need to program it to react similar to how any other line follower would : ruclips.net/video/LXdm6-Gl0WE/видео.html

  • @seppochuu4688
    @seppochuu4688 7 лет назад

    Could i make a 3 sensor PID line follower?

    • @Builderdude35
      @Builderdude35  7 лет назад +1

      Not really... With the kind of 3-sensor line follower I show here, you can apply a PID algorithm to the middle sensor, but the two outer sensors will always be Boolean. While it is possible to do it (at least, only for the middle sensor), it wouldn't make much sense to do it, as you wouldn't get many advantages from the added complexity.

    • @seppochuu4688
      @seppochuu4688 7 лет назад

      Thanks!

  • @ESTUMDA
    @ESTUMDA 6 лет назад

    Line Follower dan Sumo Robot Competition Tech Enthusiast Day D'TEDI SV UGM : ruclips.net/video/kaL13tEwL1E/видео.html