Robot Bin that comes to YOU

  Рет қаралды 110,498

James Bruton

James Bruton

Жыл бұрын

AD: Applications for Pipedream are live at www.pipedreamlabs.co/applywit... Reach out to garrett@pipedreamlabs.co with any questions
I decided it was time to make an automatic robot bin that can come to you when you ask it to! It used both dead reckoning and vision-assisted guidance to make it navigate autonomously. I used an NVIDIA Jetson Nano to do the vision recognition, re-training the deep learning model with transfer learning. I also used Deepgram for speech recognition. There's an Arduino controlling the motors and reading the encoders.
CAD and Code: github.com/XRobots/RobotBin
You can support me on Patreon, join my Discord, or buy my Merchandise:
***************************
Discord: / discord
Patreon: / xrobots
Merchandise: teespring.com/stores/james-br...
***************************
Other socials:
***************************
Instagram: / xrobotsuk
Facebook: / xrobotsuk
Twitter: / xrobotsuk
***************************
Affiliate links - I will get some money of you use them to sign up or buy something:
***************************
10% off at www.3dfuel.com/ - use code XROBOTS at the cart screen.
Music for your KZfaq videos: share.epidemicsound.com/xrobots
***************************
CAD and Code for my projects: github.com/XRobots
Huge thanks to my Patrons, without whom my standard of living would drastically decline. Like, inside out-Farm Foods bag decline. Plus a very special shoutout to Lulzbot, Inc who keep me in LulzBot 3D printers and support me via Patreon.
HARDWARE/SOFTWARE
Below you can also find a lot of the typical tools, equipment and supplies used in my projects:
Filament from: www.3dfuel.com/
Lulzbot 3D Printers: bit.ly/2Sj6nil
Bearings from: simplybearings.co.uk/
Lincoln Electric Welder: bit.ly/2Rqhqos
CNC Router: bit.ly/2QdsNjt
Ryobi Tools: bit.ly/2RhArcD
Axminster Micro Lathe: bit.ly/2Sj6eeN
3D Printer Filament: bit.ly/2PdcdUu
Soldering Iron: bit.ly/2DrNWDR
Vectric CNC Software: bit.ly/2zxpZqv
Why not join my community, who are mostly made up of actual geniuses. There’s a Facebook group and everything: / 287089964833488
XROBOTS
Former toy designer, current KZfaq maker and general robotics, electrical and mechanical engineer, I’m a fan of doing it yourself and innovation by trial and error. My channel is where I share some of my useful and not-so-useful inventions, designs and maker advice. Iron Man is my go-to cosplay, and 3D printing can solve most issues - broken bolts, missing parts, world hunger, you name it.
XRobots is the community around my content where you can get in touch, share tips and advice, and more build FAQs, schematics and designs are also available.

Пікірлер: 387
@jamesbruton
@jamesbruton Жыл бұрын
Robot that delivers beer from the fridge next? Join my Discord to suggest ideas (there's a specific section for that) discord.com/invite/fc6MedG7eW
@nickbaddorf2673
@nickbaddorf2673 Жыл бұрын
That would be cool! I love the video of the PR2 robot doing that! And you could use ROS! You are the one that got me started with Ros!
@TheRealMrSkippy
@TheRealMrSkippy Жыл бұрын
I've had that idea for years. Didn't have the time and you're skills to make it yet...
@sandofpv9719
@sandofpv9719 Жыл бұрын
I think there is an easier way to do the same effect using only 3 microphones and triangulating their volume. probably have less precision but it is possible. I am inspired by your videos 👨‍🚀🤙🤙🔼🔼🔼✅💪✅
@AuDHDQ
@AuDHDQ Жыл бұрын
classic
@jameslamb4573
@jameslamb4573 Жыл бұрын
Beer recognition and voice control of same.
@jameswalker199
@jameswalker199 Жыл бұрын
I can't remember if you were the one that mentioned it, or if I just found it independently, but I once saw a racing robot that used light fixtures as a method of localisation - tracking how they moved in the camera to guesstimate how far it moved. It was surprisingly robust as it managed to race around an office with regular and identical, square lights in a tiled ceiling.
@aserta
@aserta Жыл бұрын
PROtip: whenever you have something like those wheels where you need an access hole (for the shaft affixing screw/nut), rather than print with the hole, print without it, just print a plug inside the wheel where it should be and then drill it out later. A stronger wheel will result and it will also print with less distortion as well. If set up right, it's also faster, you just have to tweak the code to print circular and "lay a bead" whenever it's on top of the plug. Not all cases i've printed, since some had some particular interactions with the reinforcement (usually whenever i use square patterns instead of hex or the spiral + ray pattern) but with most of them i've had it print faster than having the printer altogether stop to turn around and print either around the hole or print with scaffolding. One can make these modifications using their modeling software. It's easier in something like SketchUp (at least i find it simpler to just group things in a particular fashion) but there's also ways to trick the slicer into printing something as one from two. Caveat, you need to know your program well, but the effort is worth it.
@ledocteur7701
@ledocteur7701 Жыл бұрын
whenever you need a somewhat decently accurate hole 3D printed, it's always a good idea to print it at a smaller diameter then drill it to the right diameter, as this ensures a circular hole and a correct diameter. passing holes for screws that are no big deal, you can always hammer the problem away if you need to, but axle holes should always be drilled afterward if you don't have access to brass/aluminium tubes, and if you do have access to brass/aluminium pipes, insert them into the 3D print rather than directly putting the axle on the PLA, it will decrease friction by a lot.
@Trent-tr2nx
@Trent-tr2nx Жыл бұрын
Huh, I follow that it would be faster (although it then takes time to drill the hole) but I don’t follow why it would be stronger? If you drill the hole, the cylindrical faces of the hole will not be solid plastic but rather voids and infill. In a thought experiment where infill was 0% I’d say that the part would be stronger if you modeled that access hole in.
@ledocteur7701
@ledocteur7701 Жыл бұрын
@@Trent-tr2nx yeah I don't understand how it would make it stronger either. making a smaller hole then finishing it afterward for precision sure, but totally removing it just seems stupid.
@jfolz
@jfolz Жыл бұрын
Look at using ArUco markers, e.g. available in OpenCV. They're fiducial markers, so you can get size = distance and angle information from them. Recognition is pretty fast and works from quite far away.
@mrdewilliams
@mrdewilliams Жыл бұрын
I was about to make this same suggestion, but fortunately read down the comments before I did. I agree. AR targets should give more identifiable locations, along with the other information that should help out the Arduino's positioning algorithms.
@MeriaDuck
@MeriaDuck Жыл бұрын
Pipedream sounds a bit like the vacuum transfer pipes of the 20th century, but then with tiny bots and a lot more flexibility. 😍
@laupetre
@laupetre Жыл бұрын
Try to use qr codes to encode location around the house. You might even be able to make them invisible if you could have them be viewable only in ir
@jfolz
@jfolz Жыл бұрын
Not QR codes. You want fiducial markers so you can easily get distance and angle information out of them. QR codes don't do that.
@graealex
@graealex Жыл бұрын
@@jfolz Both Aruco markers as well QR codes (for targeting, the Micro QR codes might be more interesting) obviously allow for distance and angle information. And why wouldn't you - they have a defined "up" side, and they are supposed to be square, so any deviation from square means you're viewing it from an angle. Distance requires them to be printed at consistent size, obviously.
@laupetre
@laupetre Жыл бұрын
@@jfolz the two are not exclusive
@MCRanDeri
@MCRanDeri Жыл бұрын
Im using apriltags for that,from my understanding they are fairly easy to identify at a distance plus give you distance and rotation to the camera Sure it doesnt let you encode strings and such but you can assign meanings to the specific id and family of the tag
@jfolz
@jfolz Жыл бұрын
@@graealex note that I wrote "easily". You can get this information from QR codes, but they are not meant for this sort of application. One clue should be that each QR code effectively contains three markers at its corners to locate it first. Fiducial markers encode less information, so they can be much simpler and can thus be detected with higher accuracy or from a greater distance and with less processing.
@KenColangelo
@KenColangelo Жыл бұрын
Light fixtures and vents might provide some decent markers in a wide FOV ceiling based vision system. And they're on a very low detail background so perhaps that helps.
@ginemginem
@ginemginem Жыл бұрын
My guess is that he doesn't have vents, since he's not in NA.
@marknahabedian1803
@marknahabedian1803 Жыл бұрын
I was thinking light switches and windows since they're permanent/immovable. Overhead lights are good too.
@TheAruruu
@TheAruruu Жыл бұрын
Openings would likely be a fairly good reference point to use. Train it to identify cabinets, door frames, windows, things like that. they don't move, and so long as you can successfully identify 2-3 of them at any given point, it should be able to know its location. You generally try to keep door frames, windows and cabinets unobstructed, so it's unlikely to interfere with anything you would do normally.
@jameshughes3014
@jameshughes3014 Жыл бұрын
I love the practical, simple use of AI here. Almost as much as i love the googley eyes on that hungry boy.
@markedis5902
@markedis5902 Жыл бұрын
With that amount of onboard processing power you could get it to find your voice via the time difference between 2 microphones
@JacobShepherdEngineer
@JacobShepherdEngineer Жыл бұрын
I'm impressed how you build new projects each week. Great complexity and variety.
@danjeln
@danjeln Жыл бұрын
You’ve accomplished something extraordinary here. This is pretty useful ! Thanks
@cho4d
@cho4d Жыл бұрын
wow! the only ad segment i was interested in in forever! very interesting if somewhat hyperloopy and mad
@MarkEichin
@MarkEichin Жыл бұрын
What a glorious example of encapsulation - the jetson containing enormous amount of machine vision complexity, state of the art (as of a couple of years ago, at least) cutting edge stuff... which Just Works and sends you "a little to the left" "a little to the right" messages to an arduino and some motors that someone poking at a 1980 Logo Turtle Bot would still find pretty familiar. (The idea that "training an updated machine vision model" is simpler than "configuring RoS at all" is as horrifying as it is accurate :-)
@friedrichhayek4862
@friedrichhayek4862 Жыл бұрын
What is RoS?
@Space-Doge
@Space-Doge Жыл бұрын
Your projects are absolutely AWESOME!
@mattmoreira210
@mattmoreira210 Жыл бұрын
"What is my purpose?" "You collect rubbish!" "Oh my god!"
@xavierjiang7112
@xavierjiang7112 Жыл бұрын
Machine Learning vision just feel like a unnecessary 'catch-all" solution that "just works" but not necessarily well. LiDar sounds cool. Perhaps you should build more stuff with those.
@farn1991
@farn1991 Жыл бұрын
That is very inspiring! All those technology... Just to collect litters. And the whole process looks fun, too! It is awesome!
@HelenaOfDetroit
@HelenaOfDetroit Жыл бұрын
Great video, as always! Would it be possible to use nfc tags to trigger location data when you don't need the precision of a target? Just thinking they could be easily hidden in all sorts of places and could help the robot keep it's bearings. Idk though...
@vishal01mehra
@vishal01mehra Жыл бұрын
Aruco marker or an April Tage is the way to go with visual localisation application! Very Interesting project none the less.
@thefaulnt3562
@thefaulnt3562 Жыл бұрын
The sound of it pleases me (IDK why I like things that sound like hydraulics)
@p838sfan
@p838sfan Жыл бұрын
Amazing work as usual!
@electronic7979
@electronic7979 Жыл бұрын
Excellent project
@wildweasel3001
@wildweasel3001 Жыл бұрын
This one is actually a useful idea
@richards7909
@richards7909 Жыл бұрын
It’s no Dusty Bin xD Quite enjoyed this. Maybe James could make a mini desk version that uses Alexa or Google etc !
@bbogdanmircea
@bbogdanmircea Жыл бұрын
Now I want this robot!
@darktherapy
@darktherapy Жыл бұрын
I don’t know how you have time for all these projects. I’d be happy getting one done never mind 8999 other bins before this!
@PTR-fr2to
@PTR-fr2to Жыл бұрын
Awesome robot. I really want to built it thanks to you. Have a nice day. :)
@oldcowbb
@oldcowbb Жыл бұрын
you are really throwing everything you have in this one
@2323Magick
@2323Magick Жыл бұрын
That’s freaking genius.
@darkseid6412
@darkseid6412 Жыл бұрын
If you are just building the cold drink robot for your house then that's simple. the stuff that it can carry is very small, like a soda can so all you need is a high def camera and a turntable then have the cans or anything else on the turntable and start taking multiple shots per second (i am assuming high grade cameras like the ones you use do that)or take a video and use the frames of the video to train the AI to recognize the stuff you want carried, the rest is lidar or radar to locate large items like chairs since all the AI needs to know is just that they are obstacles and to avoid them. with that you can build a robot that can bring you drinks just by saying the name of the drink and no need for targets, although the targets do make it look boston dynamics-esque so that's cool too. also for the floor plan, you can use an open AI for something like road navigation software. you have the dimensions of the room and you have the paths that it can use to travel to the fridge and to you so if a new obstacle is put in its way, it can recalculate using existing dimensions to plot a new course to the fridge as long as it knows where everything is and it can learn how to add new things and remove things from the original map.
@HuskerHornet3145
@HuskerHornet3145 Жыл бұрын
So this is basically junkbot, except with wheels, from the classic internet Lego game “Junkbot” and “Junkbot Undercover”. Sounds satisfying 😊 No more walking around to throw garbage away!
@Dingle.Donger
@Dingle.Donger Жыл бұрын
This is easily one of the coolest channels on all of KZfaq and it's a crime that this great man doesn't have millions of views on every single video.
@pinaz993
@pinaz993 Жыл бұрын
The infomercial opening was really nice.
@jamesbruton
@jamesbruton Жыл бұрын
Thanks, I've got more of those.
@circan1
@circan1 Жыл бұрын
For the beer robot, replace the targets with super simple block patterns/QR/ArUco codes made with retro-reflective paint/tape. Use infrared light to identify the retroreflectors even in the dark. Face the camera up with a wide lens to see a decent number of targets placed on the ceiling for reasonable use (and to triangulate more exact positioning). Delivery while watching a movie? Yes, please.
@TheLaszczu
@TheLaszczu Жыл бұрын
Would it work with camera facing up on targets placed on ceiling?
@Mike546378
@Mike546378 Жыл бұрын
reminds me of a much more elaborate version of Colin Furze' robot bin he made years ago. Cool project
@adamhixon
@adamhixon Жыл бұрын
Now I feel a lot better about my experiences with ROS hearing that even you found the version miss match issue frustrating.
@jamesbruton
@jamesbruton Жыл бұрын
Yeah, took me over a year to work out how to do it, using courses, other projects (which often didn't work well) and also buying a Robotis Turtlebot that worked out of the box to look at.
@vvhitevvabbit6479
@vvhitevvabbit6479 Жыл бұрын
I'd love to see what you could do with eye tracking. I could certainly see you controlling an RC car or a ridable car simply by looking where you want to go.
@zombiedad
@zombiedad Жыл бұрын
Nice work!
@jort93z
@jort93z Жыл бұрын
When I clicked on this, after youtube recommended it 3 times, i expected it to be a lot more... shit. But it's quite the impressive robot. subbed.
@Savage_granny
@Savage_granny Жыл бұрын
can you tell me where did you buy your jetson nano because I can't find any more ?
@kevinpolesello168
@kevinpolesello168 Жыл бұрын
have you think to use ARuco markers instead of the two circle one inside the other?
@arrondickens9167
@arrondickens9167 Жыл бұрын
Great build. How come you decided to have it turn around and go home, rather than just reverse back and therefore just requiring one target? It could reverse home until the target is small enough, rather than the other way around?
@frankheidemanns5250
@frankheidemanns5250 Жыл бұрын
Thank you for being inspired by my comment a month ago although the result is different than expected! ♥
@JONYghost
@JONYghost Жыл бұрын
Why not use NMS to reduce multiple detections of the same target and maximize precision?
@julienbietlot3401
@julienbietlot3401 Жыл бұрын
Is there a good tts and stt embedded solution? Cloud solution are nice but involves connectivity...
@glad2
@glad2 Жыл бұрын
Have you got an estimate of how many miles of printing filament you've gone through?
@3DLL.
@3DLL. Жыл бұрын
I don't know why James, but you remind me of Rick Moranis building awesome things i love it 😁
@RambozoClown
@RambozoClown Жыл бұрын
Where do you mount the chainsaw?
@sjoervanderploeg4340
@sjoervanderploeg4340 Жыл бұрын
For speech you can also look at OpenAI's Whisper!
@SteveRowe
@SteveRowe Жыл бұрын
Love your socks, James. I love how you make these projects look so easy. My experience is that getting servo motors and power supplies and controllers working is dauntingly difficult. Any advice?
@jamesbruton
@jamesbruton Жыл бұрын
The Adafruit tutorials are a good place to start: learn.adafruit.com/category/learn-arduino
@kissingfrogs
@kissingfrogs Жыл бұрын
he does make it look easy and always amazed how clean the demo rooms are. I would have bits of swarf aetc everywhere after all the tweaks, and remakes.
@elitesennabubble
@elitesennabubble Жыл бұрын
it would be a cool idea if a robot could make you a cup of tea and also travel upstairs. I like the lidar videos you do
@ericlewis3444
@ericlewis3444 Жыл бұрын
You can see a direct line from James' creations to the robots in Star Wars.
@EcoHamletsUK
@EcoHamletsUK Жыл бұрын
I could use a few of those, or maybe just one if it could climb stairs!
@sgavy
@sgavy Жыл бұрын
How to make a beer assistant, without making a beer assistant! 😂
@jamesbruton
@jamesbruton Жыл бұрын
next
@unknownhours
@unknownhours Жыл бұрын
I love the googly eyes!
@sss-tw3jh
@sss-tw3jh Жыл бұрын
Does it have a slow setting?
@repalmore
@repalmore Жыл бұрын
Would putting QR codes everywhere and use an app to tell the bin to go to a specific QR code work? Would multiple cameras (3?) be good to improve spatial relation ability be good?
@gregorpamula8939
@gregorpamula8939 Жыл бұрын
Funny how in lidar video you had wind bottles in the narrow cupboard in the kitchen and now we can see mason jars :-)
@barrybortnick7999
@barrybortnick7999 Жыл бұрын
Can you please add links for the motors and gear reduction systems? I want to motorize my pepper mill!
@jamesbruton
@jamesbruton Жыл бұрын
I got them from gimsonrobotics.co.uk/t/all-categories/dc-electric-motors but I think they are discontinued now. There are a few others though.
@kissingfrogs
@kissingfrogs Жыл бұрын
Origin Shaper Tools supplies that funky tape so its very clever handheld CNC can map its world. So perhaps similar dots on the roof. I have no idea how they use the dots.
@euanmcgill918
@euanmcgill918 Жыл бұрын
Do you think you need to put the the camera higher up, so the bin doesn't go blind when the lid is up?
@ark9959
@ark9959 Жыл бұрын
Amazing! The motor control could however use some smoothing. The wheels seem to change rotational speed from 0 to full speed as fast as they can. Maybe introduce some acceleration instead? :)
@rklauco
@rklauco Жыл бұрын
I wonder if spi encoder from optical mouse woul not fix the problem with slip during dead reckoning...
@jamesbruton
@jamesbruton Жыл бұрын
It would still drift over time
@nottiification
@nottiification Жыл бұрын
Next project: A robot that follows you around and deploys a folding lawn chair whenever you stop walking.
@ZenHulk
@ZenHulk Жыл бұрын
How do you go down from the battery gauge wire down to Arduino gauge wire?
@jamesbruton
@jamesbruton Жыл бұрын
Solder?
@scuzzjumper
@scuzzjumper Жыл бұрын
We need an "Instant Party" robot that quickly deploys streamers, confetti, balloons, music, lights and a laser projected banner
@freedomhq4075
@freedomhq4075 Жыл бұрын
HOLY SHIT BINS!
@TJo63
@TJo63 Жыл бұрын
Cool gadget. I want one! 😁 But I half expected there to be a "Like Comment Subscribe" poster under the lid, when it opened at position 1, in the end. Missed opportunity there. 😉
@diamondd77111
@diamondd77111 Жыл бұрын
Use QR looking codes on the floor, they are called fiducials, Amazon uses them for robot navigation.
@cormacmccreary9160
@cormacmccreary9160 Жыл бұрын
It looks like the shopping troly bot from wallace and gromit lol
@madebyjonny7637
@madebyjonny7637 Жыл бұрын
"What is my purpose?" "You collect trash"
@martylawson1638
@martylawson1638 Жыл бұрын
Awesome trash bin! any reason you didn't use a grid of QR-codes/April-tags on the floor? That's what a lot of warehouse robots use now. (i.e. the Keva robots and clones)
@hollowedge8307
@hollowedge8307 Жыл бұрын
Can you make a bipedal robot that can walk up stairs? Then ad that to binbot
@bradley3549
@bradley3549 Жыл бұрын
Is there anything better than ROS for the rotating LIDAR SLAM setups these days? I'm so jealous of my robotic vacuums, they make it all look easy, and I'd love to take a stab at it to build an oversized Mi/Roborock style vacuum capable of picking up more than half a days worth of dog hair shedding at once. Any wizards out there have suggestions on the best place to start that doesn't involve wading through years of stale doc pages?
@jamesbruton
@jamesbruton Жыл бұрын
It's probably the same navigation algorithm, ROS just wraps it in a ROS service.
@rykerhasyounow
@rykerhasyounow Жыл бұрын
Are we able to take machine vision from an insta 360 type cam yet?
@jamesbruton
@jamesbruton Жыл бұрын
It would probably detect ok if you had the video feed
@gearhart0steve
@gearhart0steve Жыл бұрын
Long time viewer! I just want to know what motor/gearbox/encoder setup you have going on! Any chance on a link where to purchase?
@jamesbruton
@jamesbruton Жыл бұрын
They were from Gimson Robotics a while ago, but I had custom versions made with encoders on.
@Rebar77_real
@Rebar77_real Жыл бұрын
It could wait by the door when it thinks it's full. Or follow you around flapping the lid annoyingly for you to empty it, lol. Beers? How about a ceiling claw on cable-cam pulley system like in stadiums or those room scale 3d printers with a pulleyed motor in each corner. Could adapt it to deliver outdoors with a clothesline to keep mum tipsy in the garden, lol. Might be interesting to program, eh? Cheers.
@ku8721
@ku8721 Жыл бұрын
Well lately I've been feeling pretty smart with my current project of a radio controlled snowblower... but looking at this makes me feel like a kid playing with Legos!!!
@TSKseattle
@TSKseattle Жыл бұрын
Before 40 years ago: "or, you could get up and walk to the bin" Seriously, I'm now amazed at the programming in my roborock V6 vacuum
@Artaimus
@Artaimus Жыл бұрын
Any reason you didn't install the buttons on top for easier access during testing?
@jamesbruton
@jamesbruton Жыл бұрын
They are for testing - watch until the end
@NotSomasish
@NotSomasish Жыл бұрын
respect 💀 but I think that home button should be on top of the bin
@user-dg5br2lx1k
@user-dg5br2lx1k Жыл бұрын
Good robot. This will be cool if robot will coming on charger + - reils automaticly. And if it will have a hand to quick storage of children toys in room. It will save a lot of nervos.
@TomOConnor-BlobOpera
@TomOConnor-BlobOpera Жыл бұрын
I look forward to seeing this cleaning up EMFCamp 2024, autonomously.
@jamesbruton
@jamesbruton Жыл бұрын
I may have made some other things by then!
@JoshuaBoyd
@JoshuaBoyd Жыл бұрын
What USB omni mic are you using?
@peter360adventures9
@peter360adventures9 Жыл бұрын
Awesome. Like more improvements.
@sillyarms8493
@sillyarms8493 Жыл бұрын
I feel like you should be able to have an app that makes the robot come to you and open, or go to the curb and wait for trash pickup.
@IanSlothieRolfe
@IanSlothieRolfe Жыл бұрын
“Here I am, brain the size of a planet and they ask me to pick up a piece of paper. Call that job satisfaction? ‘Cos I don’t.” -Marvin
@anon_y_mousse
@anon_y_mousse Жыл бұрын
Won't be long now before our robot overlords take over.
@ryancoates4054
@ryancoates4054 Жыл бұрын
Video idea, I want a robot that takes down trash can for me and brings it back up
@jasonhedtke659
@jasonhedtke659 Жыл бұрын
This would be cool as a security bot 👀
@pierrec1590
@pierrec1590 Жыл бұрын
I can't believe that with all the design and planning that went into that project, you did not put the buttons at a place where you can access them without bending over behind the machine. Probably the worst place imaginable apart from right underneath the carriage! ;-)
@ColinRichardson
@ColinRichardson Жыл бұрын
Somewhere between Colin Furze, and "Stuff I Made"
@azyfloof
@azyfloof Жыл бұрын
Could you feasibly use wake words with this system? You could say "Bin Bot, come to the table", and it'll come to that location, instead of having to remember location numbers. And then "Thank you, Bin Bot!" to send it back home :D
@JBB685
@JBB685 Жыл бұрын
I was about to comment that. He could’ve used any phrase in the world and he chose location 1 and location 2. Made me laugh
@emoutraspalavras-marloncou4459
@emoutraspalavras-marloncou4459 Жыл бұрын
of course, you can integrate with Pycroft Mycroft, where you can easily create a new skill. Digikey has made a video about with Shawn. Or you could integrate GLPT-3 with it or its open source version GLPT-JT (or even only Whisper or Whyper.cpp from GLPT team).
@EaziGX
@EaziGX Жыл бұрын
Should make it look like the "litter bug" from back to the future 2
@RealAndySkibba
@RealAndySkibba Жыл бұрын
Know I'm late. Could have it recognize art or photos. That way you can have it understand which room it's in or plot a path without having QR codes or circles etc.
@san3har
@san3har Жыл бұрын
If you slow down to 0.75 at the 3d printing part, it sounds like a soundtrack to some interesting movies
@zaidro1
@zaidro1 Жыл бұрын
ok it works great the only thing it need to be perfect is be more faster and a little less louder
@misiekroz
@misiekroz Жыл бұрын
Just an idea: maybe use one of those cheap RFID receivers, code in about 10 cards and glue them down to the floor (with silver tape ofc ;) Mount the receiver on the bottom of your robot facing down. Then teach the robot their relative positions in encoder counts and bam - you have el'cheapo marker system just like in a modern warehouse:)) Not flawless but it'd be fun to see it in action :)
Triangle Tank Version 2
12:15
James Bruton
Рет қаралды 308 М.
Experimental Jamming 'Beanbag' Robot Gripper
15:54
James Bruton
Рет қаралды 237 М.
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 113 МЛН
Русалка
01:00
История одного вокалиста
Рет қаралды 7 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 129 МЛН
Hidden Inventions That Will Take Your Home to Another Level
20:22
ROCKET that LITERALLY BURNS WATER as FUEL
19:00
Integza
Рет қаралды 1,4 МЛН
Our BIGGEST project yet! (SPIDER MECH!)
29:27
Hacksmith Industries
Рет қаралды 11 МЛН
3D Printing without Slicers: Introducing FullControl.
14:58
Lost In Tech
Рет қаралды 168 М.
The robot solving America’s trash crisis | Hard Reset
10:51
Freethink
Рет қаралды 218 М.
What is a Bendy Snake Bike?
18:25
James Bruton
Рет қаралды 114 М.
Where Did Arch Linux Come From?
16:21
Action Retro
Рет қаралды 27 М.
I found a use for the Mobius Strip Tank
16:35
James Bruton
Рет қаралды 312 М.
Я купил первый в своей жизни VR! 🤯
1:00
Top 50 Amazon Prime Day 2024 Deals 🤑 (Updated Hourly!!)
12:37
The Deal Guy
Рет қаралды 1,4 МЛН
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 1,8 МЛН
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 1,8 МЛН