Тёмный

4 Sensor Line Follower for EV3?!?! 

Builderdude35
Подписаться 33 тыс.
Просмотров 10 тыс.
50% 1

By popular request, here it is... the 4-sensor line follower! An absolute absurdity of a program, it combines the function of a two-sensor proportional line follower with that of the 3-sensor line follower I showed a few weeks ago. Making use of four EV3 color sensors, this ludicrous line follower fills up all sensor ports!
My Patreon supporters for more than $5 for the month of November were: Al Douglas, Stephen Rozmiarek and Turnabout Akamia. Thank you very much!
My supporters on Patreon contribute additional funding that allow me to build up and improve this channel and to make more videos. If you would like to help, you can support me here: / builderdude35
Special thanks to my friend Preston Nichols for designing Builderdude35's awesome new introduction and logo!
My Website: builderdude35.com/
Builderdude35 RU-vid: / @builderdude35
EV3 Line Follower: • 4 Sensor Line Follower...

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@KIXEMITNOG
@KIXEMITNOG 5 лет назад
3:10 the lion sleeps tonight meme
@aryanmediratta955
@aryanmediratta955 6 лет назад
Hi, I have a suggestion for a tutorial: n-sensor PID line follower, where n is any even number, where it's no longer absurd! I have the algorithm! This will end the whole cycle for any more line follower algorithms! In fact, more sensors do make line following better, provided we program them properly :) As mentioned by Chris, it might not make sense to an FLL participant, but it really matters to a RoboCup Junior Rescue-Line participant. Here's how my algorithm goes for a 2-sensor PID line follower (github.com/aryan-02/2sensorpid ): Left Sensor's Reflected Light Intensity - Right Sensor's Reflected Light Intensity = Error Integral += Error (Initialized as 0) Derivative = Last Error - Error Move Steering -> steering = (Error * kP) + (Integral * kI) + (Derivative * kD) Now, the only thing that'll change in the algorithm for n sensors is the error calculation. Here's how you'll do that for 4 sensors: Let the sensor reflected light intensity values from left to right be a, b, c and d Now Error = [(2*a)+(1*b)] - [(1*c)+(2*d)]. Basically, we're giving each sensor its own priority constant, so if the extreme left sensor senses black, we'll have a really sharp turn. Similarly for a 6-sensor PID line follower: (Let sensor values from left to right be a, b, c, d, e and f) Error = [(3*a)+(2*b)+(1*c)]-[(1*d)+(2*e)+(3*f)] I hope you understand!
@Builderdude35
@Builderdude35 6 лет назад
Wow, this is awesome! Thank you for sharing; I will certainly consider making a tutorial for this sometime soon!
@Builderdude35
@Builderdude35 6 лет назад
I just saw your comment again today. I am currently making a tutorial based on your idea. You will see it in September. Thank you for sharing such a great idea!
@mohamadbazzi6824
@mohamadbazzi6824 6 лет назад
You can make the angle less sharp by not stoping a motor and moving the other move both but let be faster than the other and vice versa
@SheepyChris
@SheepyChris 6 лет назад
"just for nothing" You probably never heard about RoboCup's Rescue Line...
@aryanmediratta955
@aryanmediratta955 6 лет назад
I totally agree. In fact, I myself used an 8-sensor line follower array for RoboCup Junior Rescue Line :)
@Builderdude35
@Builderdude35 6 лет назад
Oh wow, maybe I should look into that!
@rohu6320
@rohu6320 6 лет назад
Plz make a video on how to program ev3 to follow a wall at a 90 degree turn or any sharp turn
@Builderdude35
@Builderdude35 6 лет назад
Thanks for the suggestion! I've added it to the list.
@AmanSingh-nc8kf
@AmanSingh-nc8kf 6 лет назад
Hey, do you participate in other robotics competitions other than FLL and WRO?
@Builderdude35
@Builderdude35 6 лет назад
I actually participate in neither of those (I aged out of FLL). I am currently participating in FTC. See my Q+A video for more info about my robotics competition experience.
@davidegreen9846
@davidegreen9846 6 лет назад
I think a 6 sensor 3 in the front and 3 in the back so both sides are working not only the front
@Builderdude35
@Builderdude35 6 лет назад
That sounds like a good idea; the front is getting too crowded anyway.
@whoopyfpv3428
@whoopyfpv3428 6 лет назад
6 sensor plz??
@lihvincent3401
@lihvincent3401 6 лет назад
good
@Builderdude35
@Builderdude35 6 лет назад
Thanks!
@avios
@avios 6 лет назад
Well... do you think it will survive our line following Isolierband Robotics Competition ? Not sure... check our tracks and let us know... (Facebook... Isolierband Robotics Competition)
@Builderdude35
@Builderdude35 6 лет назад
Maybe... like I said in the video, this isn't really the greatest line follower. A good PID or 3-sensor system will work much better than this.
@nicbonhomme9877
@nicbonhomme9877 6 лет назад
Idea for tutorial: please demonstrate how to use multiplexers for those of us who have never used one. It would help me decide if I want to buy one. I am disabled and living on disability income is NOT a caviar and champagne lifestyle haha, so showing how things work from third-party vendors is actually a big help.
@Builderdude35
@Builderdude35 6 лет назад
I just saw this comment months later... you will be pleased to find out that I am currently making a tutorial on the Mindsensors Sensor Multiplexer! The video will be out on August 9th. Enjoy!
@นางสาวรุจิรดาเอี่ยมรักษา
I want you to teach robot programming?
@user-qh8zk3de7x
@user-qh8zk3de7x 6 лет назад
What about RCX?
@СергейСтарцев-к5и
How to contact you?
@Builderdude35
@Builderdude35 6 лет назад
builderdude35.com/contact-me
@gruenkragena.z.4597
@gruenkragena.z.4597 6 лет назад
What sensors do you use for fll? We use 2 color sensors, and 1 gyro sensor and 1 touch sensor.
@Builderdude35
@Builderdude35 6 лет назад
When I was in FLL, the only sensors I used were the NXT Light sensors and a Color sensor. You can check out my FLL robot designs from years past in this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gDlTo277MNo.html
@minecraftmayhem7660
@minecraftmayhem7660 6 лет назад
You sho7ld do a showcase on the mindsensors motor multiplexer, and the mindsensor sensor multiplexer
@Builderdude35
@Builderdude35 6 лет назад
That's a good idea!
@epiNoesis
@epiNoesis 6 лет назад
It looks like someone died at 3:10 XD
@imedtouati3197
@imedtouati3197 5 лет назад
please send me program 4-sensors
Далее
AI Learns to Run Faster than Usain Bolt | World Record
10:22
I Made The Ultimate Cheating Device
9:39
Просмотров 1 млн
FATAL CHASE 😳 😳
00:19
Просмотров 300 тыс.
Barno
00:22
Просмотров 470 тыс.
Новый вид животных Supertype
00:59
Просмотров 138 тыс.
PID Line Follower for EV3 - The Ultimate Line Follower!
21:38
Following a Line with Lego Mindstorms
15:56
Просмотров 35 тыс.
I made a SUPER FAST Line Follower Robot Using PID!
10:02
EV3 Classroom Line Follower
13:41
Просмотров 66 тыс.
A Strange Map Projection (Euler Spiral) - Numberphile
12:55
The Fastest Maze-Solving Competition On Earth
25:22
Просмотров 19 млн
2 Color Sensor Line Follow EV3 | Simple!
6:53
Просмотров 10 тыс.