Machine Learning on Arduino Uno was a Good Idea

  Рет қаралды 313,978

Nikodem Bartnik

Nikodem Bartnik

Күн бұрын

Пікірлер: 164
@nikodembartnik
@nikodembartnik Жыл бұрын
More about the project: indystry.cc/ml-robot/ Happy making!
@blaircox1589
@blaircox1589 Жыл бұрын
After years of having the equipment laying around, I've finally begun to dive more into creating robots using lidar. So I'm curious, is there really machine learning involved (required) here? Or is it just saying - here are solid obstacles on either side, I need to stay N distance away from it while I travel forward.
@1islam1
@1islam1 Жыл бұрын
@@blaircox1589 ⚠️ God has said in the Quran: 🔵 { O mankind, worship your Lord, who created you and those before you, that you may become righteous - ( 2:21 ) 🔴 [He] who made for you the earth a bed [spread out] and the sky a ceiling and sent down from the sky, rain and brought forth thereby fruits as provision for you. So do not attribute to Allah equals while you know [that there is nothing similar to Him]. ( 2:22 ) 🔵 And if you are in doubt about what We have sent down upon Our Servant [Muhammad], then produce a surah the like thereof and call upon your witnesses other than Allah, if you should be truthful. ( 2:23 ) 🔴 But if you do not - and you will never be able to - then fear the Fire, whose fuel is men and stones, prepared for the disbelievers.( 2:24 ) 🔵 And give good tidings to those who believe and do righteous deeds that they will have gardens [in Paradise] beneath which rivers flow. Whenever they are provided with a provision of fruit therefrom, they will say, "This is what we were provided with before." And it is given to them in likeness. And they will have therein purified spouses, and they will abide therein eternally. ( 2:25 ) ⚠️ Quran
@jongwonlee4728
@jongwonlee4728 11 ай бұрын
can you create Tubercle + Toroidal version fan...?
@jeffstewart7698
@jeffstewart7698 Жыл бұрын
This is really exceptional work. I love how your thought process is always generating the next possible improvement, and then you just keep pushing to refine your designs.
@sendhan6454
@sendhan6454 Жыл бұрын
Haven't been doing robotics for a while and this is one of the coolest videos. I got recommended.
@sorryboss8550
@sorryboss8550 Жыл бұрын
I’m trying to start bro it’s so cool. I just got my learners kit
@bofa722
@bofa722 10 ай бұрын
​@@sorryboss8550 where from
@sorryboss8550
@sorryboss8550 10 ай бұрын
@@bofa722 anywhere, got mine from a store near me👍🏽
@kevinlind4640
@kevinlind4640 Жыл бұрын
The most intriguing thing about this according to me is realisation that you could work leanly with data sets. Yes, within a certain dataset eg. maze (the square one for example) you want as many laps as possible, but for industrial purposes keeping the the amount of mazes down when you know what kind of mazes the robot will encounter should also avoid bloating the Arduino with unnecessary data. Also, truly amazing that you made a robot that could race faster by itself than you could race it manually, just by tweaking the motor speed. That goes to show what machine learning can do in terms of work optimisation, sort of like how the search function on a computer vastly outpaces any human manually searching for a document in an archive room. Thank you for making a video that clarifies so much with so little!
@TheSelfUnemployed
@TheSelfUnemployed Жыл бұрын
On an Arduino! I am grabbing a LIDAR module as soon as possible. Thank you for the videos.
@patrickjdarrow
@patrickjdarrow Жыл бұрын
Great project. The reason it was able to handle the increased speed was twofold: 1) the control dynamics were similar enough at both speeds and 2) the sampling rate was high enough that the time delta didn't have an impact on the stateless prediction model.
@midnight121190
@midnight121190 Жыл бұрын
“I am an algorithm I need more learning and training” ❤ cheers to you!😊
@nikodembartnik
@nikodembartnik Жыл бұрын
For all Polish people! I started a new polish YT channel: www.youtube.com/@prosteczesci
@CraigHollabaugh
@CraigHollabaugh Жыл бұрын
This was awesome, congratulations! I've used o-rings for tires for 3D printed wheels.
@nikodembartnik
@nikodembartnik Жыл бұрын
Good idea!
@scaletownmodels
@scaletownmodels Жыл бұрын
Very cool. I've been programming for a little over 40 years but I've never had the time / opportunity to delve into machine learning. Closest I've gotten is using AI services for photo processing. Now that it can drive itself it would be an interesting progression to give it memory of where it's been, building a map of the course it travels and being able to use that to plot improved trajectories for future loops. Just like we're slow when traversing unfamiliar territory but with repeated trips we can anticipate and optimize our course. You should be able to borrow from tech such as CNC path processing which can optimize acceleration / deceleration for curves and apply that to steering. Just an idea.
@christophersmith108
@christophersmith108 Жыл бұрын
Watching this, I was shocked to realise that you don’t have a million subscribers. People are missing out!
@gasior529
@gasior529 Жыл бұрын
Great job! It would be great to see this robot learning by itself by reinforcement learning
@sumitmamoria
@sumitmamoria Жыл бұрын
That is doable. But, a more efficient (and less fun) way of doing it would be to build a simulator. Use RL methods in a sandbox, train the model and load it into the robot and that's it!
@matthiasneumeister5685
@matthiasneumeister5685 11 ай бұрын
Well done! This was a very satisfying video to watch. Well explained and I totally understand the thrill of building something that actually works in the end!
@JeromeDemers
@JeromeDemers Жыл бұрын
Really like the ghost version when comparing the speed. That was nice. Make a other one and see if you can train to pass slow robots.
@fireheadpet2039
@fireheadpet2039 Жыл бұрын
Great video and content! Love how you bring us through the journey of your experiments and the tidbits of discoveries that is available oit there. BTW, little editing features like the ghosting effect really elevates your game. I must agree with other commenter, some of your voice recording suffers in quality (when in testing area, hard walls). It does not impact my opinion but, you are competing for attention against others. I hope you continue to push this project further. Maybe like an iRobot that travels throughout the house for guard duties or identify any new objects...
@droko9
@droko9 Жыл бұрын
I wonder if you could set up virtual race tracks in something like Unity to collect training data. The benefits would be that you could control it with an actual controller and from first person ( so better precision ), and you could have much larger and more complicated tracks
@conorstewart2214
@conorstewart2214 Жыл бұрын
Nvidia have created Isaac Sim for that purpose, it can even generate photorealistic images on the environment for training but just using a distance sensor like this should be easy to implement. It is made for training ML algorithms so can generate the training data and train the AI and can even do things like reinforcement learning, genetic algorithms or similar.
@aayush212
@aayush212 Жыл бұрын
​@@conorstewart2214That's really great 👍. Is it open to use for free?
@user-qw1rx1dq6n
@user-qw1rx1dq6n Жыл бұрын
At that point it would be possible to run ppo with a neural network instead
@pfever
@pfever Ай бұрын
First time I see your channel, this is great! Awesome work !
@frafracho473
@frafracho473 Жыл бұрын
In general I just take inspiration on KZbin to make my own projects, because it’s not exactly the way I would’ve done it. But for this robot, I would’ve done it exactly the same way if I had the idea, so I’m going to do it anytime soon ! Thank you very much for this cool video, and congratulations, that’s impressive !
@nikodembartnik
@nikodembartnik Жыл бұрын
Huge thanks for a really nice comment!
@Artronics1
@Artronics1 10 күн бұрын
The coolest project ever on machine learning. So realistic
@needyourbrainzz7686
@needyourbrainzz7686 Жыл бұрын
Very nice robot and video! ❤
@fastyrapz0
@fastyrapz0 9 ай бұрын
Had a look at the RPLidar DataCollector code, what is the purpose of setting the Lidar resolution to 240? Why not set it at 360 degrees?
@VARPYGAMER
@VARPYGAMER Жыл бұрын
I cam make some suggestions as a 5 year in a row roborace winner. Me Personally, i would put a switch on the robot that allows for automatic learning or performing, u can use the distance from the sensor as a valid/invalid logic for keeping the data or trashing it due to a crash (too short of a distance, mean crash), also try to add a preference on the robot as far of lefty or righty robot, doing so in can also navigate maze, and i usually add also a preference for the longer the distance it measure in a direction the bettere it is, but with all of this, to proper race u need to now how to access really low level on arduino or a more powerful mc. Anyway if it's your first time, not bad. Ps. With lidar won't be common but implement a system to detect when the signal is wrong (like wall to far or too close, or a reflective wall, or sometimes also really pointy corner can cause problems, like if u have an Y too narrow. Usually i do like, of i detec for x time too similar data, do a sweep around and check if Im stuck
@EmekaEkawuokwu
@EmekaEkawuokwu Жыл бұрын
Teach me bro pls 😢
@abushsemahegn2124
@abushsemahegn2124 Ай бұрын
Wow! Thank you for this amazing video. I was always wondering how lidar data is being used to train machine learning models. Most of the ML tutorials are object detection using images.
@pepcirera5219
@pepcirera5219 14 күн бұрын
A really interestin and amazing project. You are the Master. Nikodem, I need to do a ball robot collect. So, how to do for to adapt your experience on a ball collect robot arm by arduino? My idea is: - to put sensors on each axis (angle sensors) to move. Maybe 4 axis (minimum). - To move the arm manually. Or is better to use by BT like you? or in each movement to put a switch and when the movemt is fisnish to push the switch? - To write each sensor data on a SD. How to organize the datas on SD for to TinyML? - Use the TinyML to create the code "*.h" and then use it on the arduino. Some other suggestion for to adapt you project on my robot? And another option could be will be to use a "PixyCam2", it generate a lot of data could be interesting (size, position, reco👌gnise object, ...)
@aimaker
@aimaker 10 ай бұрын
감사합니다. 열심히 공부해 보겠습니다.
@jeremygeorgia4943
@jeremygeorgia4943 Жыл бұрын
Can it be made to teach itself? Technically, it has a rangefinder on the top. In the square, for example, it shouldn't be running into the wall, when faced perpendicular to it. Is there a way to have it go through the course at low speed, be aware of when it completes a lap, optimize its path, then gradually increase its speed, as it becomes more confident? That could save a few minutes/hours of manual training, while also making full speed training unnecessary. You could have a routine that varies the amount of left to right distance bias, and after a few runs it could have complete familiarity with the track. Then you might be able to send a command to either hug the inside, outside, or prefer the center, while the robot is moving. Just a thought.
@Engr-Azhar-Iqbal
@Engr-Azhar-Iqbal Жыл бұрын
Well done. Highly appreciated from Pakistan. Keep it continue.
@todddrumheller6726
@todddrumheller6726 Жыл бұрын
Great channel, glad I found it.
@alexanderyang126
@alexanderyang126 Жыл бұрын
Fascinating! Thanks for posting this video!
@edgar9651
@edgar9651 Жыл бұрын
Great work. You do already amazing things. And you are young. I wonder what you will do in a year or 5 or 10. Keep going!
@dragosbogdan3450
@dragosbogdan3450 10 ай бұрын
Hi. You can make a smart vacuum cleaner with automatic cartographer on sd card?
@micahmock3505
@micahmock3505 11 ай бұрын
5:09 "I'm not an expert... I'm just learning and experimenting by implementing some machine learning in my projects."
@AndersJackson
@AndersJackson Жыл бұрын
You could used ordinary tracking a line on the floor or collition detection to teach the LIDAR to track. And you could even use that input while learning. Then you can remove that tracking device. It is not uncommon to use extra input while doing the learning.
@blaxxun75
@blaxxun75 Жыл бұрын
This is a very cool project! Machine learning on an Arduino! Imagine Teensy or ESP
@sumitmamoria
@sumitmamoria Жыл бұрын
Nice Work! It would be interesting to see if one could "simulate" the movements for a rectangular track, instead of training on the actual path. I would guess, it would lead to comparable results. If yes, then the advantage with simulation is that one can design more complex paths without actually building them - making the training process very efficient and robust.
@artemygaming4439
@artemygaming4439 Жыл бұрын
I recommend you making it so it will learn while riding by itself.
@ElioFernandez
@ElioFernandez Жыл бұрын
Un crack el Niko! Gracias por compartir tus conocimientos!!! 👏👏👏
@nikodembartnik
@nikodembartnik Жыл бұрын
gracias!
@michakurek5618
@michakurek5618 Жыл бұрын
Cool!, you mentioned that this is the first time you have used knowledge from the university. What are you currently studying? What kind of specialization?
@falconarea
@falconarea 11 ай бұрын
Very cool project. Perhaps I would have approach the training of the model via software in a simulated environment as it would be way faster to collect data always in the optimal path.
@MisterkeTube
@MisterkeTube Жыл бұрын
Would it not be easier / faster to generate the features via simulation rather than you driving by hand? That way you can train on way more tracks (as they can be pseudo-randomly generated) and also have the simulation provide feedback on collisions when driven by the AI model.
@TechnopolisDotTV
@TechnopolisDotTV Жыл бұрын
Love it! Pro Tip (i guess): In Training Mode: Let the robot follow a black line instead of driving it yourself.
@conorstewart2214
@conorstewart2214 Жыл бұрын
That would be a different type of machine learning. Here none of the actual learning is done on the robot, he just gathers training data and then trains the algorithm on a computer. What you suggest would involve training on the robot itself or setting up a separate line follower system just to gather the training data. Also line following isn’t that useful and can be difficult to do well. You can do the simple way of just using colour or reflection sensors but beyond that you have to go into machine vision which the arduino can’t handle. The best way to do it would be to set up a simulation and then use something like reinforcement learning to train the robot.
@TechnopolisDotTV
@TechnopolisDotTV Жыл бұрын
@@conorstewart2214 i never said that it should be done on the arduino. instead of driving it yourself, the robot does itself by following lines and save it on the sdcard as usual.
@conorstewart2214
@conorstewart2214 Жыл бұрын
@@TechnopolisDotTV still that isn't the best option. You are just teaching it how to follow a virtual line essentially. It also involves making a separate line following system too that is just used for gathering data and for it to be useful for gathering data it would have to be a well tuned system for smooth and consistent movements, not just the jerky and slow versions that most people make. How you lay out the line would heavily influence what path the robot takes round the track. Reinforcement learning in a virtual environment would be much better and would let the ML decide on the path itself. You also want some inconsistency in training data and driving it around the track manually provides that, so it doesn't take the same path every time, with a line the path is pretty fixed.
@wszystko321
@wszystko321 Жыл бұрын
Siemanko. Na wstępie musze powiedziec ze bardzo rzadko pisze komentarze, ale.. Twój filmik a bardziej projekt mnie powalił! =CZAPKI Z GŁÓW= pomyślałem zobacze co to za kolo, bo tak ładnie mówi po angielsku a tu okazuje sie ze jesteś z Polski.. Świetna robota naprawde! Czemu ja nie mam takich właśnie kolegów ;) pozdrawiam Marcin
@conorstewart2214
@conorstewart2214 Жыл бұрын
If you have access to, or can get an Nvidia GPU then you could train it in a virtual environment and use the virtual environment to gather training data, then you only need to implement the ML model on the arduino. Edit: you don’t strictly need an Nvidia GPU and for simple ML like this could probably get away with just using your CPU but Nvidia has a lot of support for ML and robotics. Your best bet for really good results is to train it using reinforcement learning in a virtual environment. That way you can change the track much faster too.
@aayush212
@aayush212 Жыл бұрын
Can you explain little bit more how this can be done?
@conorstewart2214
@conorstewart2214 Жыл бұрын
@@aayush212 your best option is to look at "OpenAI Gym" or Nvidia's "Isaac Sim" and "Isaac Gym".
@SAGEmania-q8s
@SAGEmania-q8s 10 ай бұрын
Amazing. I like what you're up to. Keep it up!
@rileyellis1623
@rileyellis1623 Жыл бұрын
New subscriber here! This is a fantastic project. I just came to this video from the one where you raced two of them, very cool stuff. I am working on a similar project using an RP1 LiDAR with a differential drive robot as a learning platform for things such as SLAM. I am not too familiar with ML. Do you have any favorite resources or project ideas to get begin learning?
@PaulDominguez
@PaulDominguez Жыл бұрын
This awesome. I want to learn machine learning more than every
@herbertkleber5069
@herbertkleber5069 11 ай бұрын
Great work, super cool!
@donkorte
@donkorte Жыл бұрын
Super cool. Great job!
@thefreakbt
@thefreakbt Жыл бұрын
Loved that you needed algorithm, hehe
@jhoo58
@jhoo58 11 ай бұрын
Dude this is so cool!!!
@balakrishnaprabhubn3410
@balakrishnaprabhubn3410 Жыл бұрын
Heyyy, This is pretty cool. Wouldn't adding an RL Algorithm(Maybe Q-Table or a Deep-Q) to this solve the problem of manually having to drive this around?
@benjaminverbeek4232
@benjaminverbeek4232 Жыл бұрын
Super impressive! :o
@StormBurnX
@StormBurnX Жыл бұрын
Wonderful work!
@Woodrina
@Woodrina 7 ай бұрын
Thank you for helping me ❤❤❤
@papa-dt1cv
@papa-dt1cv 10 ай бұрын
How much please. OK to advise what parts to buy or used parts and where please..eg lidar. Have u tried used vacuum cleaner lidar too?
@spsomnath
@spsomnath Жыл бұрын
Love that how it performed
@kalamalahala1
@kalamalahala1 Жыл бұрын
zajebist kanał stary, oglądałem aż w końcu mnie uderzyło "chwila chwila...ten akcent brzmi bardzo znajomo...XDD"
@HarpaAI
@HarpaAI Жыл бұрын
🎯 Key Takeaways for quick navigation: 00:00 🤖 *Introduction to the robot and project setup.* - Introduction to a small robot with machine learning algorithms running on Arduino Uno. - Overview of the project's goal: autonomous navigation on a racetrack. - Mention of the steps to be covered in the video, including building the robot, creating a racetrack, data collection, processing, and a final race. 02:20 🤖 *Building the robot and the racetrack.* - Description of the robot's construction using an open robotic platform. - Explanation of using simple blocks for the robot's chassis and adding necessary components. - Improving traction on robot wheels with TPU tires. - Innovative use of cardboard for creating racetrack walls. 05:01 📊 *Data collection setup.* - Installation of a Bluetooth module and an SD card for data collection. - Explanation of recording lidar measurements and control labels while driving the robot. - Details about the data format and collection process. 07:10 🧠 *Processing and training the machine learning model.* - Discussion of feature selection to reduce data dimensionality. - Overview of experimenting with different machine learning classifiers. - Mention of using Python libraries for processing and training. 09:08 🏁 *Testing the robot's autonomous driving capabilities.* - Introduction to testing the robot's performance on various racetracks, including square and figure-eight. - Highlighting the ability to adapt to new racetracks with additional training. - Preparing for a final test on a complex racetrack. 11:40 🏎️ *Achieving high-speed autonomy.* - Surprising results as the robot successfully handles high-speed autonomous driving. - Discussion of motor speed settings and PWM signals. - Comparison of robot performance between manual control and machine learning algorithms. Made with HARPA AI
@tvinay9979
@tvinay9979 11 ай бұрын
Good video for robotic knowledge
@caseyjordan9513
@caseyjordan9513 Жыл бұрын
Very cool. Any thoughts on how youd approach training a model for pan tilt camera object tracking that could out perform standard control algorithms like PID or MPC? I know I could use the data from the PID controller to train a model to do the same thing, but i wany the model to be better and feels like the only solution there is some type of deep reinforcement learning using real world setup
@BeatrizPinoMamani
@BeatrizPinoMamani 5 ай бұрын
Please can you tell me if the Arduino supports the amount of data from the lidar? because the arduino will have to control the motors according to the lidar data,.Really. I would appreciate your response.
@EvilSpyBoy
@EvilSpyBoy Жыл бұрын
I really really REALLY want to know how you are controlling the arduino (I am assuming) with your phone interface
@AirtonSilvaTV
@AirtonSilvaTV 10 ай бұрын
You have a sensor for penalty in case of the error?
@usatheesh7779
@usatheesh7779 8 ай бұрын
Is it possible to make the same project with multiple ultrasonic sensors instead of ladar
@wizrom3046
@wizrom3046 Жыл бұрын
Yery impressive! A fun project. 👍
@mdeeen
@mdeeen Жыл бұрын
the final track should be a combination of circular, sharp edges & cross junction...
@havidfernando5795
@havidfernando5795 9 ай бұрын
Hello sir, can you share how to convert Python to Arduino library, and how to apply it?
@simonpgw
@simonpgw Жыл бұрын
Interesting and very inspiring! Thanks
@jusufrrustaj496
@jusufrrustaj496 Жыл бұрын
Well done!
@Sparecat-w1w
@Sparecat-w1w Жыл бұрын
Oh no, almost same as my graduation thesis😢 But I am using GP algorithm so is it ok..?
@Z_1Y1_D
@Z_1Y1_D Жыл бұрын
hello, can we do it with ultrasonic sensor ?? and if please make video
@calinmoldoveanu6858
@calinmoldoveanu6858 Жыл бұрын
amazing, very good!!! i like you project.
@666pss
@666pss Жыл бұрын
Could you have made a synthetic dataset for this using something like ray tracing on a 2d simulated race track instead of manually training it? I don't know much about lidar so maybe not.
@abdullaal-bader46
@abdullaal-bader46 Жыл бұрын
You are amazing, keep up
@patrickrotter515
@patrickrotter515 10 ай бұрын
Since I’m not playing with such things my question is: Why do you have to train it? Since it got a radar just tell it not to come too close to something. 🤔🤷‍♂️ So easy 😜
@koandres8314
@koandres8314 Жыл бұрын
is it possible to replace the track with a room like a warehouse that has several rooms???
@sarath.p.l8367
@sarath.p.l8367 Жыл бұрын
Nice Work
@majdthabit4976
@majdthabit4976 Жыл бұрын
wonderfull thank you for sharing and good luck
@dexterchewy
@dexterchewy Жыл бұрын
ooo where did you buy your cutting mat?
@OfficialCreater15
@OfficialCreater15 3 ай бұрын
Great Job Brother keep going
@alexandresutioso7029
@alexandresutioso7029 Жыл бұрын
Can you make the movement using a servo motor like the fire extinguisher robot in the contest on the Trinity University ?
@emrengineer
@emrengineer 8 ай бұрын
hello , if I want to measure the density of traffic on a road, what kind of system can I install? i want something low cost and functional. it should be a system that can transmit this density to another device and show the density. i would be very grateful if you help me. lidar sensor is used? which one do you think is advantageous?
@nunnakalyan2536
@nunnakalyan2536 2 ай бұрын
can any one provide sources for setting up the robot (like tutorial thing) or any assistance
@frankdearr2772
@frankdearr2772 5 ай бұрын
Great topic, thanks 👍
@happyguy058
@happyguy058 Күн бұрын
Can i power the motor driver with 8 AA batteries?
@nikodembartnik
@nikodembartnik 9 сағат бұрын
Even 6 could do as I am using 2S lipo battery which is 8.4V max. But it's better to use 18650 or a lipo instead of AA batteries. You can get higher currents and recharge them
@happyguy058
@happyguy058 2 сағат бұрын
@@nikodembartnik Thank you for the answer. Does it matter wich TPU u use for the wheels?
@moroniafrifa614
@moroniafrifa614 Жыл бұрын
That's really cool
@axlsaludo
@axlsaludo Жыл бұрын
Hey i am just wondering to work with the same project but i am thinking of a maze solving bot. maybe it is a great idea to work on one using arduino with a lidar sensor but i havent got the materials to do it yet. i think it would be good if you work on a video like that
@Th3BlackPhoenix
@Th3BlackPhoenix 18 күн бұрын
Wait, how is possible that it can handle the circular path but not the squared path? Geometrically talking it should be much more easier 🤔
@qbitsday3438
@qbitsday3438 Жыл бұрын
Excellent !
@swapnilwabale2227
@swapnilwabale2227 Жыл бұрын
Great workfone
@DaveEverett01
@DaveEverett01 Жыл бұрын
You data collection code includes Serial1, I thought Serial-3 were only available on the mega 2560, How are you making these work on an uno?
@nikodembartnik
@nikodembartnik Жыл бұрын
That's Uno R4 with the new more powerful microcontroller and you have more serial ports available
@DaveEverett01
@DaveEverett01 Жыл бұрын
@@nikodembartnik Cool, thanks, I have just ordered one to play with.
@bilaloguk8583
@bilaloguk8583 8 ай бұрын
We are Fatsa Science High School artificial intelligence and robotics club students. We want to improve ourselves in this field. We liked your project very much, we bought all the materials needed for the project and printed 3D prints. Could you please send us the circuit diagram of the project?
@CornHub18
@CornHub18 Жыл бұрын
Nikodem a zrobisz jakiś film po polsku? proszę
@nikodembartnik
@nikodembartnik Жыл бұрын
To cię zaskoczę :) Od pół roku regularnie robię filmy po polsku, tutaj je znajdziesz: www.youtube.com/@prosteczesci
@lsav1085
@lsav1085 Жыл бұрын
Very impressive
@badwolf4469
@badwolf4469 Жыл бұрын
10:35 A switch statement would be more appropriate
@mr.washbear9747
@mr.washbear9747 Жыл бұрын
How can I learn to do what you do?
@RajveerSingh-vf7pr
@RajveerSingh-vf7pr Жыл бұрын
Damn it, I learned arduino nano... I should have learned uno like you, Senpai... 😂
@Alien.Of.Mars.
@Alien.Of.Mars. 9 ай бұрын
How can we use reinforcement learning instead of labelled data set is It possible>>>?
@clamhammer2463
@clamhammer2463 8 ай бұрын
Of coarse. I would opt for software training though while normalizing the data to what the lidar module outputs. then you can do multiple training sessions in parallel then upload the finished modal to the robot for real world testing. If you want to do reinforcement training, you would need in excess of 30,000 - 50,000 revolutions around the track.
@imbabywild
@imbabywild 9 ай бұрын
Im going to try this
@aayush212
@aayush212 Жыл бұрын
Great project 👍 ❤ Can we use any simple sensor system for this ? To make it cheap and simple to implement. And to all the commentors who are suggesting to train on viral environment and then implement it on robot, no doubt we get the perfect path for driving but how this will react to actual sensor data ?
Arduino Machine Learning Robot Part 2
13:09
Nikodem Bartnik
Рет қаралды 37 М.
The Fastest Maze-Solving Competition On Earth
25:22
Veritasium
Рет қаралды 20 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 58 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 29 МЛН
I tried finding Hidden Gems on AliExpress AGAIN! (Part 11)
15:01
GreatScott!
Рет қаралды 673 М.
AI Learns to Play Tag (and breaks the game)
10:29
AI Warehouse
Рет қаралды 4,2 МЛН
I RACED My Self-Driving RC Car
23:35
Steven Gong
Рет қаралды 655 М.
Why Are Cooling Towers Shaped Like That?
19:48
Practical Engineering
Рет қаралды 99 М.
I put ChatGPT on a Robot and let it explore the world
15:24
Nikodem Bartnik
Рет қаралды 387 М.
I Built a Sun Tracking Solar Charger
14:15
AxelMadeIt
Рет қаралды 205 М.
Building a Self-Driving Go Kart
13:46
Austin Blake
Рет қаралды 268 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,3 МЛН