How to Make an Effective EV3 Line Follower in 2 Minutes!

  Рет қаралды 217,007

Builderdude35

Builderdude35

Күн бұрын

Пікірлер: 211
@lucassanches3568
@lucassanches3568 4 жыл бұрын
man, this channel helped me get through so many stuff with my team. switching over to Arduino next year. Been here since 2017. You probably won't see this, but thank you so much for everything.
@djamparo6636
@djamparo6636 7 жыл бұрын
You are born to do youtube and to explain stuff
@kalolakeith7799
@kalolakeith7799 9 жыл бұрын
me and my team watch your videos all the time they are very helpful
@Builderdude35
@Builderdude35 9 жыл бұрын
+kalola stokely-keith Thank you!
@arnulfohernandez3248
@arnulfohernandez3248 9 жыл бұрын
Me and My 10 years old daughter love it...we are planning to experiment!! very good job thanks!
@Builderdude35
@Builderdude35 9 жыл бұрын
+Arnulfo Hernandez Glad to hear I've helped!
@leesaferite8916
@leesaferite8916 9 жыл бұрын
My solution: If the sensors are on each side of the line, subtracting the sensor values gives a number roughly between -100 and 100. This number can be used as a speed adjustment for each motor. You add the number to one motor and subtract the number from the other motor. As the sensors diverge more the adjustment becomes stronger. Not quite a standard PID loop, but interesting in any case. SA = Sensor A, SB = Sensor B, MA = Motor A, MB = Motor B, SPD = Speed MA Speed = (SPD + (SA - SB)) MB Speed = (SPD - (SA - SB)) Put this in a named loop so you can exit when needed. Put a MA and MB motor off w/coast to clear the motors before you exit. For extra points you can reset the degree sensor before the loop and use the average degrees as a loop exit for pretty close distance measurement. In the loop: Average degrees = ((MA + MB) / 2) And knowing the wheel diameter you can easily convert desired distance into rotation degrees.
@Builderdude35
@Builderdude35 9 жыл бұрын
+Lee Saferite That is a great idea! Thanks for sharing it with the community!
@sreerramchavali2405
@sreerramchavali2405 7 жыл бұрын
This helped a lot u have no idea how much my team will benefit from this wish me luck!
@Builderdude35
@Builderdude35 7 жыл бұрын
Awesome! Good luck!
@rtesdahl
@rtesdahl 9 жыл бұрын
I am a new fan, BuilderDude35. You have great topics, and you are a very good presenter. I am a new FLL coach, and my team and I will definitely be learning a lot from you. Thank you for your time and knowledge.
@Builderdude35
@Builderdude35 9 жыл бұрын
+Rob Tesdahl You're very welcome!
@HansenGirlsTV
@HansenGirlsTV 9 жыл бұрын
Im a little new with programing this helped alot.
@kavitasomanisharda7386
@kavitasomanisharda7386 6 жыл бұрын
Superb Video......very helpful tips in all your videos.....Thanks for helping the community learn
@Builderdude35
@Builderdude35 6 жыл бұрын
Thank you very much! I am pleased to serve the community.
@novarecondo3868
@novarecondo3868 8 жыл бұрын
Thanks for the video!!! Now I can use this program in a contest.
@izlaiqaizlan452
@izlaiqaizlan452 5 жыл бұрын
No u cant
@austinshe3502
@austinshe3502 3 жыл бұрын
@@izlaiqaizlan452 yes u can
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
you are very smart and this helps so many people except me this doesnt really work so uhhhh fix it
@Builderdude35
@Builderdude35 8 жыл бұрын
+Sydney Prier What's wrong with your line follower? And what have you tried doing to fix it?
@teamfirebrand596
@teamfirebrand596 7 жыл бұрын
I used 3 sensors in my robot can you please give me any tips on how to program it?
@kristina787878
@kristina787878 8 жыл бұрын
Your programs are cool.
@Builderdude35
@Builderdude35 8 жыл бұрын
+astro Thanks
@StreeterBlake
@StreeterBlake 9 жыл бұрын
Builderdude35 Love your videos. I too am a new FLL coach. We are starting to learn programming this week and I plan to have the team watch several of your videos to aid them in learning. I would love to see a turtorial on to accurate determine where you are on the field, i.e. If you need to stop and perform a mission 50% down the line you are following, how can you tell you have gotten there, accurately?
@Builderdude35
@Builderdude35 9 жыл бұрын
+StreeterBlake With that, you could just have the liner follower loop for x number of wheel rotations.
@pixeltounsi9113
@pixeltounsi9113 2 жыл бұрын
Amazing work honestly! I want to ask about how to make the code when we have gap on the line ???? Is there any solution to communicate in private if it’s possible please
@hchannel635
@hchannel635 6 жыл бұрын
Please can you tell me what is better and more faster PD line follower or proportional line follower with switch.
@simple.family.life.5452
@simple.family.life.5452 5 жыл бұрын
Do you have a tutorial on how to build the bot?
@18hridyandeshpande94
@18hridyandeshpande94 4 жыл бұрын
can I do it with one color sensor
@bayna78
@bayna78 8 жыл бұрын
U did perfect job 👏🏻👏🏻👏🏻👏🏻i want to know how u build ur robot in ur video ( how to follow line in 2 minute thanks really i learn too much from u good luck in ur all life
@Builderdude35
@Builderdude35 8 жыл бұрын
+‫بينه الكواري‬‎ Thanks!
@zedybeny1327
@zedybeny1327 8 ай бұрын
Nice!!!!
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
Yes it. Won't stop
@Builderdude35
@Builderdude35 8 жыл бұрын
+Sydney Prier You need to program it to stop when you want it to. :)
@rkhareeshnagarjuna1108
@rkhareeshnagarjuna1108 7 жыл бұрын
i want to know how to make a robot take both left and right turns using a single colour censor. can u help me out?
@Builderdude35
@Builderdude35 7 жыл бұрын
Yes, see my video on proportional line following.
@mz000-o2w
@mz000-o2w 4 жыл бұрын
i am in a comp. and do you know how to follow a oval in under 30 secs and to make it quicker?
@ashwind7921
@ashwind7921 9 жыл бұрын
Can you please show me how to use a gyro sensor.
@Lsreedhara
@Lsreedhara 8 жыл бұрын
do you know where to get the wheels
@montagnana4robotics
@montagnana4robotics 8 жыл бұрын
Thanks for the video!!! Now I can use this program in FLL.
@charliedonuttz-pcstuffandm3603
@charliedonuttz-pcstuffandm3603 8 жыл бұрын
SAME...
@Orc-icide
@Orc-icide 9 жыл бұрын
I had to use this at a very slow speed , my course in college has really sharp turns
@akulaganesh6037
@akulaganesh6037 8 жыл бұрын
hii can you please do the programming for obstacle avoider
@amdrwother4668
@amdrwother4668 7 жыл бұрын
can you make a video on how to make/build the robots?
@Builderdude35
@Builderdude35 7 жыл бұрын
I already have plenty of such videos. Keep in mind that I cannot offer specific advice or complete designs.
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
could you please do a toturial of how tho make it go for a certain number of rotations
@japiocni0km277
@japiocni0km277 5 жыл бұрын
Nice
@emrobotics3635
@emrobotics3635 4 жыл бұрын
good content!
@mostafashabanit
@mostafashabanit 2 ай бұрын
thanks , have you email to ask you about a thing?
@madassasin3602
@madassasin3602 9 жыл бұрын
thanks man very helpfull
@Builderdude35
@Builderdude35 9 жыл бұрын
+Mad Assasin360 :)
@antoniofausto3364
@antoniofausto3364 7 жыл бұрын
Hey Dude ! What's up? I was thinking... This robot can do curves of 90° degress? Good Job and good video! :)
@gtech4758
@gtech4758 5 жыл бұрын
Is this line follower effecient for 90° turns (please answer wro competition in 5 days:/)
@santiagoarcos1140
@santiagoarcos1140 9 жыл бұрын
thanks i will see it.
@MunaAlMatrushi
@MunaAlMatrushi 9 жыл бұрын
Thanks for the video. What if the line is dashed or like a maze.. Does this program work???
@Builderdude35
@Builderdude35 9 жыл бұрын
+Muna Al.Matrushi Check out one of my recent tutorials, about line following through gaps in the lines.
@itteacher9168
@itteacher9168 8 жыл бұрын
+Builderdude35 please give me the link for that tutorial. i need my robot to follow dashed lines. i have only one sensor>
@Builderdude35
@Builderdude35 8 жыл бұрын
+it teacher Here is the video: kzbin.info/www/bejne/gonHnmljfNFjjac
@priestleyjay7095
@priestleyjay7095 5 жыл бұрын
Excellent video. Do you know how to use 2 color sensors to perpendicularly line the robot up when crossing over a line. For example, “if one sensor sees a line the line the robot will turn until both see the line, and then continue forward.”
@Builderdude35
@Builderdude35 5 жыл бұрын
Absolutely! You're asking for line squaring, which happens to be my specialty. Check out this video: kzbin.info/www/bejne/rKCwnaaai6Z4iLM
@ziquuu
@ziquuu 4 жыл бұрын
Can i ask for thee robot model plz..
@Miibn
@Miibn 9 жыл бұрын
will you make a tutorial on how you make your line follower bot move faster when it goes on a straight line and it will go slower when it detects a turn
@Builderdude35
@Builderdude35 9 жыл бұрын
+Miibn 1977 That would be what a proportional line follower does; I have a tutorial for that.
@Miibn
@Miibn 9 жыл бұрын
+Builderdude35 TQ. I love your videos. It helps me prepare for competitions. Thank You So Much
@efthymiosn3381
@efthymiosn3381 8 жыл бұрын
if we have callibrated and set black as 0 what do we do??
@aleksandarvolkanovski4565
@aleksandarvolkanovski4565 7 жыл бұрын
But really nicely programed
@annamayer2809
@annamayer2809 8 жыл бұрын
Can you show us how to make the robot follow a line that has a loop at somewhere? Please!
@Builderdude35
@Builderdude35 8 жыл бұрын
+Anna Mayer Do you mean a line that has a loop or roundabout at the end? The concept is the same, just adjust the line follower for tighter turns.
@annamayer2809
@annamayer2809 8 жыл бұрын
Ok. Thank you so much!!!!
@basimaserdah6697
@basimaserdah6697 7 жыл бұрын
can you make an video about 3 light sensers
@Builderdude35
@Builderdude35 7 жыл бұрын
I've added it to the list. Thanks for the suggestion.
@Libbymoonbeam26
@Libbymoonbeam26 7 жыл бұрын
Hello Builderdude35, I was just wondering what piece you use to connect your two color sensors on the front of your dog-gear interface, as it seems to allow you to attach the sides of your color sensor connection holes to the side of that piece - or am I missing something that connects them underneath? Either way, I haven't been able to find an efficient way to connect my dual-color sensors to the front of my dog-gears in a stable way and was wondering if you had any tips regarding that?
@Builderdude35
@Builderdude35 7 жыл бұрын
Hello, I am using the two pins that are normally used for the dog gear interface to attach the sensors. I simply slide a beam onto the two pins (5 studs or longer) and then mount the color sensors onto that using crossblocks. It's a very simple mount.
@Libbymoonbeam26
@Libbymoonbeam26 7 жыл бұрын
Thank you very much! :)
@austinshipman8751
@austinshipman8751 8 жыл бұрын
Where did u get those big wheels?
@Builderdude35
@Builderdude35 8 жыл бұрын
+Austin Shipman bricklink.com or brickowl.com
@No_reason83
@No_reason83 9 жыл бұрын
Can you provide us how to make line follower if we have transactions and intersection 10cm how we can do it if we have spaces in the line
@Builderdude35
@Builderdude35 9 жыл бұрын
+Elearning Coordinator I will add that to the list of tutorial topics to do!
@shrey7503
@shrey7503 7 жыл бұрын
can u make a video on turn when green block detected for ev3
@Builderdude35
@Builderdude35 7 жыл бұрын
Yep, I actually already have it! Check out my tutorial on Loop exits: kzbin.info/www/bejne/lYq1qH5-hZmpbqM It's exactly what you need.
@alejandrofuentes1630
@alejandrofuentes1630 9 жыл бұрын
Hi! I'm a new fan. I'm learning a lot! Can you do a tutorial with a line follower which needs to know intersections please?
@Builderdude35
@Builderdude35 9 жыл бұрын
+Alejandro Fuentes Sure! I will add that to the list!
@ashwind7921
@ashwind7921 9 жыл бұрын
Thanks
@kcuevas1970
@kcuevas1970 9 жыл бұрын
Awesome tutorial. Are you planning on doing a wall follower?
@Builderdude35
@Builderdude35 9 жыл бұрын
Karen Chyntia Cuevas Mendoza Hmm... That's an interesting idea! Maybe...
@shrihan3450
@shrihan3450 7 жыл бұрын
for me, the end block on the switch is unlimited, and my program keeps going in circles. how do you make the unlimited do it only once
@Builderdude35
@Builderdude35 7 жыл бұрын
You need to change the condition of the Loop block so that it exits based on another condition, such as motor rotations.
@gurmeetkaur-vw2ry
@gurmeetkaur-vw2ry 7 жыл бұрын
hey I'm a newb so do you have any videos on programming basic like bout variables and constants explaining everything,I just love this stuff but wasn't able to do all this before please help
@Builderdude35
@Builderdude35 7 жыл бұрын
Yes, I have some tutotials on constants/variables as well as tutorials on how to program every sensor.
@zuhrasalieva8177
@zuhrasalieva8177 8 жыл бұрын
Hi ,i appreciate your videos , Can you show us how to make an effective puck collector ?please thanks
@Builderdude35
@Builderdude35 8 жыл бұрын
+Zuhra Salieva Soorry, I don't think I can help you with that.
@gaelgarcia2585
@gaelgarcia2585 8 жыл бұрын
Can this work with only one
@Builderdude35
@Builderdude35 8 жыл бұрын
No, but I have another video on a single sensor line follower (proportional line follower).
@jonasbrito431
@jonasbrito431 8 жыл бұрын
Que software é esse que você esta usando? onde consigo download?
@Builderdude35
@Builderdude35 8 жыл бұрын
I am using the EV3 Home Edition software.
@ChubbyRainLTG
@ChubbyRainLTG 9 жыл бұрын
Hi Builderdude35, I was planning on having the color sensor on the side of the robot instead of directly in the middle. would this cause any issues with its line following?
@Builderdude35
@Builderdude35 9 жыл бұрын
+ChubbyRainLTG No, the line following will still work mostly the same; of course, the robot will just be on the side of the line.
@minhnguyengia5069
@minhnguyengia5069 8 жыл бұрын
Where can you find that super big wheels?
@minhnguyengia5069
@minhnguyengia5069 8 жыл бұрын
thanks
@minhnguyengia5069
@minhnguyengia5069 8 жыл бұрын
what does it called
@minhnguyengia5069
@minhnguyengia5069 8 жыл бұрын
the wheels?
@ji94552
@ji94552 8 жыл бұрын
They are the motorcycle wheels. The wheels alone cost about $20 so it's better to buy a set of the Technic Motorcycle instead.
@azizaclementine4704
@azizaclementine4704 8 жыл бұрын
does anyone know how to program an ev3 to parallel park?
@allstarstudios6339
@allstarstudios6339 6 жыл бұрын
Can you do this with one colour sensor?
@Builderdude35
@Builderdude35 6 жыл бұрын
Absolutely; see my video on proportional line following.
@ahmedabbasi6976
@ahmedabbasi6976 8 жыл бұрын
i just programed it and installed both sensor the way you did ,but i didn't responded the same way as in your video .
@Builderdude35
@Builderdude35 8 жыл бұрын
+Ahmed Abbasi What was wrong?
@0forzer060
@0forzer060 8 жыл бұрын
whats the programmet
@eduardomedina5190
@eduardomedina5190 9 жыл бұрын
What if you have a light and a color sensor?
@Builderdude35
@Builderdude35 9 жыл бұрын
+Eduardo Medina It's not really necessary. The EV3 Color sensor is already also a light sensor.
@gerardogamez291
@gerardogamez291 8 жыл бұрын
idkh to link the color sensors... help
@Builderdude35
@Builderdude35 8 жыл бұрын
+Gerardo Guadalupe Gámez Romero Check out my video on the color sensor.
@santiagoarcos1140
@santiagoarcos1140 9 жыл бұрын
i have tryed to use one color sensor by moving the color sensor but not the robot
@Builderdude35
@Builderdude35 9 жыл бұрын
Santiago Arcos Could you please clarify?
@jaccarlson1
@jaccarlson1 9 жыл бұрын
Hey Builderdude35, my FLL team is trying to create a line following program. However, when we tried using your program, it didn't work. I changed the light value for the black line using the PortView just like you said, so I don't think the problem is there. However, we do have our 2 color sensors on the back of our robot, not in the front like yours, could this be the problem? If so, what would you recommend?
@Builderdude35
@Builderdude35 9 жыл бұрын
+Jac Carlson I recommend color sensors on the front of the robot. You could have the robot drive in reverse as it line follows.
@vikramexclusive5167
@vikramexclusive5167 5 жыл бұрын
If my two light sensors are further apart, can I use two separate lines?
@Builderdude35
@Builderdude35 5 жыл бұрын
Yes, I suppose it is possible, as long as the lines are parallel and you size the width between the two sensors appropriately.
@vikramexclusive5167
@vikramexclusive5167 5 жыл бұрын
@@Builderdude35 Okay thanks man and keep up the great tutorials.
@anacirligeanu4260
@anacirligeanu4260 8 жыл бұрын
Can you calibrate the move tanks to make the robot turn a 90 degree angle? I mean like _| I care just if I can calibrate it, not the value
@Builderdude35
@Builderdude35 8 жыл бұрын
It's not really calibrating. You just run the motors in opposite directions and determine how many rotations/degrees are necessary to complete the 90 degree turn.
@anacirligeanu4260
@anacirligeanu4260 8 жыл бұрын
+Builderdude35 thank you very much
@yasinkas3761
@yasinkas3761 9 жыл бұрын
it really works, thanks. I need your help with one more thing; how can we make a turn on green while it is following the line
@Builderdude35
@Builderdude35 9 жыл бұрын
Yasin Kas Change the Loop brock from "Infinity" to "Color Sensor -> Color" and select green in the bottom. This will make the robot break out of the loop when a color sensor sees green. Then, drag out whatever blocks you want the robot to perform after seeing green, placing them after the loop.
@달나름
@달나름 8 жыл бұрын
Hi! I was so exciting when i watched your video. I' m so interested in how to build this robot. Could you please help me to be able to build your robot? Thank you
@Builderdude35
@Builderdude35 8 жыл бұрын
You can find it under the "Downloads" tab on my website, builderdude35.com.
@matty645
@matty645 8 жыл бұрын
Does this work on different lines
@Builderdude35
@Builderdude35 8 жыл бұрын
It depends on the lighting conditions, as well as how sharp the turns are. This would work on any line with a little bit of adjustment if you are going between different light levels, or varying degrees of turns.
@the20bill88
@the20bill88 8 жыл бұрын
Put a small tire on the sensor blocks out most light should get about 6 RLI
@glenpogi213
@glenpogi213 6 жыл бұрын
How can i make the loop stop
@Builderdude35
@Builderdude35 6 жыл бұрын
I've got you covered: kzbin.info/www/bejne/lYq1qH5-hZmpbqM
@zechariahboey1544
@zechariahboey1544 9 жыл бұрын
If u use fuzzy logic it can also be as accurate and u only need 1 colour sensor.
@Builderdude35
@Builderdude35 9 жыл бұрын
zechariah boey Thanks; could you please define "fuzzy logic?"
@zechariahboey1544
@zechariahboey1544 9 жыл бұрын
It is a logic using only 1 sensor. It follows lines by taking the colour of the line and the floor, after that it follows the line on the edge. So if the value of the line is 80 and the floor is 10, the middle of these values are 45. When the sensor shines on the edge of the line, it has the value of 45 so it goes straight. So basically fuzzy logic involves the colours of not only black and white but also grey, which is the value of the edge.
@Builderdude35
@Builderdude35 9 жыл бұрын
zechariah boey Ah, okay. So I basically have something along those line with my proportional line follower tutorial: kzbin.info/www/bejne/hIushIuZdrZ9iM0
@zechariahboey1544
@zechariahboey1544 9 жыл бұрын
Ok then i was just sharing, no need for anger.
@zechariahboey1544
@zechariahboey1544 9 жыл бұрын
Dammit
@keable60
@keable60 7 жыл бұрын
Yo i am Carol :D
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
Idkh to do that do a tutorial of it plz
@chiraggupta8890
@chiraggupta8890 8 жыл бұрын
is there a faster line follower?
@Builderdude35
@Builderdude35 8 жыл бұрын
+Chirag Gupta Yes, but it will require more sensors and therefore more complexity.
@abcs1942
@abcs1942 8 жыл бұрын
Hi Builderdude35! I have a question. How do I limit how many rotations/seconds the robot line follows?
@Builderdude35
@Builderdude35 8 жыл бұрын
+Saket Mudaliar Change the Loop block's case from "infinity" to rotations, and enter the desired amount.
@abcs1942
@abcs1942 8 жыл бұрын
Do you mean numerical?
@Builderdude35
@Builderdude35 8 жыл бұрын
+Saket Mudaliar Yes, this is a numerical value; it should specifically be labelled "motor rotation."
@abcs1942
@abcs1942 8 жыл бұрын
Oh Ok Thanks!
@aleksandarvolkanovski4565
@aleksandarvolkanovski4565 7 жыл бұрын
do you have instructions?
@Builderdude35
@Builderdude35 7 жыл бұрын
This video is the instructions; it will teach you all that you need to know.
@itsyaboyr.a5618
@itsyaboyr.a5618 6 жыл бұрын
Can we communicate I have some question for you
@егорСкворцов-ь1ж
@егорСкворцов-ь1ж 7 жыл бұрын
спасибо
@ahmedabbasi6976
@ahmedabbasi6976 8 жыл бұрын
hey .it want work ....... help
@Builderdude35
@Builderdude35 8 жыл бұрын
+Ahmed Abbasi What's wrong and what have you tried to fix it?
@AJHaydenTV
@AJHaydenTV 8 жыл бұрын
You should make a tutorial on stabilizing your robot.
@yongjunrun4089
@yongjunrun4089 8 жыл бұрын
I was wondering if this is faster than a rcx robot because i am taking part in a line following contest where rcx always wins
@Builderdude35
@Builderdude35 8 жыл бұрын
+jun run No, the program won't be too much different between platforms. It's really going to come down to hardware.
@santiagoarcos1140
@santiagoarcos1140 9 жыл бұрын
never mind, sorry but i use the medium motor to move the color sensor by doing that the color sensor see the black moves but i'm still ttrying.
@Builderdude35
@Builderdude35 9 жыл бұрын
Santiago Arcos I have a proportional line follower tutorial coming out this Thursday, if you want to try another one of my single-sensor line followers.
@Logan-zm5sc
@Logan-zm5sc 8 жыл бұрын
i like your probrram
@Builderdude35
@Builderdude35 8 жыл бұрын
+Logan Shimabukuro Thanks!
@cactusman15
@cactusman15 8 жыл бұрын
nice, have a look at mine!
@سندحمد-ت1ص
@سندحمد-ت1ص 7 жыл бұрын
جميل
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
Yeah.
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
For a certain number of rotations
@Builderdude35
@Builderdude35 8 жыл бұрын
+Sydney Prier You have to set the loop for the specified number of rotations.
@petterm77
@petterm77 7 жыл бұрын
i am having some glitches With my ev3 brick when it runs a program like a line following sudenly the colorsensor shuts off and 1 to 2 sec later it turns back on again .. anyone else have that problem
@Builderdude35
@Builderdude35 7 жыл бұрын
That;'s strange. I recommend reinstalling the firmware on the robot and re-downloading the program onto the brick.
@petterm77
@petterm77 7 жыл бұрын
I found out that IT was a problem with the color sensor i orderd a new one and the problem dissaperd
@wwshadowz250
@wwshadowz250 6 жыл бұрын
Thank u because my teacher wouldn’t help me
@IllusionQuest16
@IllusionQuest16 3 жыл бұрын
is it really 2 mins tho
@robertpoirier9018
@robertpoirier9018 8 жыл бұрын
CAN YOU FOLLOW A CURVY LINE?
@Builderdude35
@Builderdude35 8 жыл бұрын
Yes.
@sevennieofficial
@sevennieofficial 7 жыл бұрын
terrerrrrrr!!!!!
@bennettjunod2231
@bennettjunod2231 7 жыл бұрын
You can do it with only one sensor
@Builderdude35
@Builderdude35 7 жыл бұрын
Yes indeed. This is just one type of line follower. Here's another type: kzbin.info/www/bejne/q4Gpl5ism9WArtU
@sydneyprier1519
@sydneyprier1519 8 жыл бұрын
I don't know how I'm kinda new to programming
@Builderdude35
@Builderdude35 8 жыл бұрын
+Sydney Prier All you have to do is click on the Loop block (the button on the right) and change it.
@riokar2135
@riokar2135 8 жыл бұрын
Please make a boxing robot
@shibuyya
@shibuyya 9 жыл бұрын
hi billy
@dluders
@dluders 9 жыл бұрын
If the ideal spacing for EV3 Line Following is ~one stud between the two EV3 Color Sensors, what is the ideal spacing for LINE SQUARING, as shown in your tutorial kzbin.info/www/bejne/bmOokqyJjdunl5I ? As you know, in FLL almost all of the lines on the FLL Robot Game mat have perpendicular lines in front of each Challenge model. It would seem that the best, all-around spacing between two EV3 Color Sensors in FLL would be 4-5 studs -- would you agree?
@Builderdude35
@Builderdude35 9 жыл бұрын
dluders You ask a very good question! I meant to mention that in this tutorial, but forgot (I may make a quick video explaining that). For line squaring, the farther apart the color sensors, the more effective; I'm not sure how they fare when they're this close. However, I don't recommend using this line follower with the sensors farther apart than what I have here, as the robot will wander farther off the line and reduce consistency. So, my recommendation is that, if someone wishes to use both, the best bet is to have 2 pairs of color sensors, one for each task.
@mitjanovak6082
@mitjanovak6082 6 жыл бұрын
Another amazing RCJ project with robot and program plan. Check it out: kzbin.info/www/bejne/amWsi4iQatKBrpo
How to Make a 2 Sensor Proportional Line Follower in EV3-G
6:51
Builderdude35
Рет қаралды 97 М.
Proportional Line Follower for EV3 - Follow the Line Smoothly!
7:59
Builderdude35
Рет қаралды 208 М.
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 12 МЛН
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2,1 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 98 МЛН
Can You Find Hulk's True Love? Real vs Fake Girlfriend Challenge | Roblox 3D
00:24
3d in WebUI
10:36
asviridenkov
Рет қаралды 6
Spike Prime Basic Line Follower and Gyro Controlled Straight Programs
5:41
Gibford's Robot Lab
Рет қаралды 54 М.
Lego Mindstorms EV3 - Line Tracking and Obstacle Avoidance
4:04
Control Systems Lab
Рет қаралды 1,3 М.
EV3 Classroom Line Follower
13:41
Mr. Goddard's STEM Tutorials
Рет қаралды 71 М.
How to Make My Blocks: EV3 Mindstorm Programming
6:29
EPRA Robotics
Рет қаралды 619
PID Line Follower for EV3 - The Ultimate Line Follower!
21:38
Builderdude35
Рет қаралды 256 М.
2 Sensor PID Line Follower - The Most Efficient EV3 Line Follower
7:42
Make the TINIEST Line Follower Robot without a Microcontroller!
11:34
Max Imagination
Рет қаралды 324 М.
I put ChatGPT on a Robot and let it explore the world
15:24
Nikodem Bartnik
Рет қаралды 792 М.
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 12 МЛН