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

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 46

  • @ActuallyNothing-pg9ew
    @ActuallyNothing-pg9ew Рік тому

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

  • @a_valles
    @a_valles Місяць тому

    Thank you so much for your videos!!! They are amazing

  • @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.

  • @falcao_g
    @falcao_g 5 років тому

    you can made a version of that without variables?

  • @TCeries-plays
    @TCeries-plays 5 років тому

    Can it work on curved lines??

  • @aadijain6482
    @aadijain6482 5 років тому

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

  • @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

  • @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.

  • @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?

  • @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  6 років тому

      You can learn about programming a line follower to pass over intersections (or gaps) in lines from this tutorial: ua-cam.com/video/LXdm6-Gl0WE/v-deo.html

  • @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.

  • @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!

  • @yongrun6706
    @yongrun6706 6 років тому

    Does this works for the nxt robot? Thanks

  • @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!

  • @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.

  • @coconutperson1985
    @coconutperson1985 3 роки тому

    You need 3 sensors for right angles? I need 1

  • @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 : ua-cam.com/video/LXdm6-Gl0WE/v-deo.html

  • @nicbonhomme9877
    @nicbonhomme9877 6 років тому

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

  • @pozitiv9850
    @pozitiv9850 4 роки тому +1

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

  • @bravesquid6183
    @bravesquid6183 7 років тому

    I got the same glasses!!!

    • @Builderdude35
      @Builderdude35  7 років тому +1

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

  • @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 : ua-cam.com/video/kaL13tEwL1E/v-deo.html

  • @bogdanstoican5080
    @bogdanstoican5080 5 років тому +1

    love you