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

  Рет қаралды 50,342

Builderdude35

Builderdude35

Күн бұрын

Пікірлер: 45
@pozitiv9850
@pozitiv9850 4 жыл бұрын
Спасибо Бро))))
@ggelosstavrou9117
@ggelosstavrou9117 5 жыл бұрын
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
@ESTUMDA
@ESTUMDA 5 жыл бұрын
Line Follower dan Sumo Robot Competition Tech Enthusiast Day D'TEDI SV UGM : kzbin.info/www/bejne/oZKvYmaqetx_Z6c
@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
@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!
@ActuallyNothing-pg9ew
@ActuallyNothing-pg9ew Жыл бұрын
builderdude35 has singlehandedly made my will to live skyrocket with these videos. thank you SO MUCH
@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.
@bravesquid6183
@bravesquid6183 7 жыл бұрын
I got the same glasses!!!
@Builderdude35
@Builderdude35 7 жыл бұрын
Sounds like you've got a great fashion sense! ;)
@jacksonsherriff9899
@jacksonsherriff9899 7 жыл бұрын
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.
@bogdanstoican5080
@bogdanstoican5080 5 жыл бұрын
love you
@coconutperson1985
@coconutperson1985 2 жыл бұрын
You need 3 sensors for right angles? I need 1
@nicbonhomme9877
@nicbonhomme9877 6 жыл бұрын
Makes you wonder how much programming goes into a Mars rover that can't follow any particular line!
@albidwawi
@albidwawi 5 жыл бұрын
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: kzbin.info/www/bejne/gonHnmljfNFjjac
@falcao_g
@falcao_g 5 жыл бұрын
you can made a version of that without variables?
@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!
@aadijain6482
@aadijain6482 4 жыл бұрын
I have a question what happens when we put the whole pid part in the middle sensor
@tushitchatterjee8383
@tushitchatterjee8383 4 жыл бұрын
Can it work on curved lines??
@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.
@reecerobinson7888
@reecerobinson7888 7 жыл бұрын
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.
@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.
@yongrun6706
@yongrun6706 6 жыл бұрын
Does this works for the nxt robot? Thanks
@Builderdude35
@Builderdude35 6 жыл бұрын
Yes.
@seppochuu4688
@seppochuu4688 7 жыл бұрын
Could i make a 3 sensor PID line follower?
@Builderdude35
@Builderdude35 7 жыл бұрын
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!
@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 : kzbin.info/www/bejne/gonHnmljfNFjjac
The Optimal Color Sensor Placement for EV3 Line Followers
6:38
Builderdude35
Рет қаралды 28 М.
PID Line Follower for EV3 - The Ultimate Line Follower!
21:38
Builderdude35
Рет қаралды 255 М.
Every parent is like this ❤️💚💚💜💙
00:10
Like Asiya
Рет қаралды 18 МЛН
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 26 МЛН
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 11 МЛН
I made a SUPER FAST Line Follower Robot Using PID!
10:02
Shyam Ravi
Рет қаралды 330 М.
Robocup Rescue with EV3
17:19
Club Engineer
Рет қаралды 71 М.
High precision speed reducer using rope
20:19
Aaed Musa
Рет қаралды 1,8 МЛН
10 Reasons Why EV3 Was the Golden Age of LEGO MINDSTORMS
12:36
Builderdude35
Рет қаралды 7 М.
Are PID line followers ACTUALLY faster?
6:07
Haase Industries
Рет қаралды 19 М.
Homemade Machine Turns Bioplastics Into Cooling Fabric
30:58
NightHawkInLight
Рет қаралды 364 М.
Lego EV3 Robot Sumo Wrestling BattleBots Challenge
19:50
Joe Slifka
Рет қаралды 1,1 МЛН
Ev3 Best Follow Line Medium Motors Design With Steps
9:24
House of robots
Рет қаралды 10 М.
Arduino Line Follower - Code Development #1
48:11
Bot Reboot
Рет қаралды 38 М.