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
@nickbaddorf26732 жыл бұрын
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!
@TheRealMrSkippy2 жыл бұрын
I've had that idea for years. Didn't have the time and you're skills to make it yet...
@sandofpv97192 жыл бұрын
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 👨🚀🤙🤙🔼🔼🔼✅💪✅
@AuDHDQ2 жыл бұрын
classic
@jameslamb45732 жыл бұрын
Beer recognition and voice control of same.
@dafoex2 жыл бұрын
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.
@laupetre2 жыл бұрын
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
@jfolz2 жыл бұрын
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.
@graealex2 жыл бұрын
@@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.
@laupetre2 жыл бұрын
@@jfolz the two are not exclusive
@MCRanDeri2 жыл бұрын
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
@jfolz2 жыл бұрын
@@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.
@jfolz2 жыл бұрын
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.
@mrdewilliams2 жыл бұрын
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.
@aserta2 жыл бұрын
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.
@ledocteur77012 жыл бұрын
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-tr2nx2 жыл бұрын
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.
@ledocteur77012 жыл бұрын
@@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.
@KenColangelo2 жыл бұрын
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.
@ginemginem2 жыл бұрын
My guess is that he doesn't have vents, since he's not in NA.
@marknahabedian18032 жыл бұрын
I was thinking light switches and windows since they're permanent/immovable. Overhead lights are good too.
@MeriaDuck2 жыл бұрын
Pipedream sounds a bit like the vacuum transfer pipes of the 20th century, but then with tiny bots and a lot more flexibility. 😍
@TheAruruu2 жыл бұрын
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.
@markedis59022 жыл бұрын
With that amount of onboard processing power you could get it to find your voice via the time difference between 2 microphones
@mattmoreira210 Жыл бұрын
"What is my purpose?" "You collect rubbish!" "Oh my god!"
@Dingle.Donger2 жыл бұрын
This is easily one of the coolest channels on all of KZbin and it's a crime that this great man doesn't have millions of views on every single video.
@cho4d2 жыл бұрын
wow! the only ad segment i was interested in in forever! very interesting if somewhat hyperloopy and mad
@jameshughes30142 жыл бұрын
I love the practical, simple use of AI here. Almost as much as i love the googley eyes on that hungry boy.
@vishal01mehra2 жыл бұрын
Aruco marker or an April Tage is the way to go with visual localisation application! Very Interesting project none the less.
@JacobShepherdEngineer2 жыл бұрын
I'm impressed how you build new projects each week. Great complexity and variety.
@circan12 жыл бұрын
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.
@MarkEichin2 жыл бұрын
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 Жыл бұрын
What is RoS?
@EldenRingplayer407 Жыл бұрын
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!
@HelenaOfDetroit2 жыл бұрын
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...
@darkseid64122 жыл бұрын
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.
@thefaulnt35622 жыл бұрын
The sound of it pleases me (IDK why I like things that sound like hydraulics)
@xavierjiang71122 жыл бұрын
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.
@danjeln2 жыл бұрын
You’ve accomplished something extraordinary here. This is pretty useful ! Thanks
@ark99592 жыл бұрын
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? :)
@farn19912 жыл бұрын
That is very inspiring! All those technology... Just to collect litters. And the whole process looks fun, too! It is awesome!
@IanSlothieRolfe2 жыл бұрын
“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
@diamondd771112 жыл бұрын
Use QR looking codes on the floor, they are called fiducials, Amazon uses them for robot navigation.
@electronic79792 жыл бұрын
Excellent project
@Space-Doge2 жыл бұрын
Your projects are absolutely AWESOME!
@kissingfrogs2 жыл бұрын
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.
@SteveRowe2 жыл бұрын
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?
@jamesbruton2 жыл бұрын
The Adafruit tutorials are a good place to start: learn.adafruit.com/category/learn-arduino
@kissingfrogs2 жыл бұрын
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.
@RealAndySkibba2 жыл бұрын
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.
@sjoer2 жыл бұрын
For speech you can also look at OpenAI's Whisper!
@Mike5463782 жыл бұрын
reminds me of a much more elaborate version of Colin Furze' robot bin he made years ago. Cool project
@vvhitevvabbit64792 жыл бұрын
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.
@маратаминев-в6з2 жыл бұрын
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.
@TSKseattle2 жыл бұрын
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
@adamhixon2 жыл бұрын
Now I feel a lot better about my experiences with ROS hearing that even you found the version miss match issue frustrating.
@jamesbruton2 жыл бұрын
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.
@darktherapy2 жыл бұрын
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!
@richards79092 жыл бұрын
It’s no Dusty Bin xD Quite enjoyed this. Maybe James could make a mini desk version that uses Alexa or Google etc !
@ericlewis34442 жыл бұрын
You can see a direct line from James' creations to the robots in Star Wars.
@frankheidemanns52502 жыл бұрын
Thank you for being inspired by my comment a month ago although the result is different than expected! ♥
@pinaz9932 жыл бұрын
The infomercial opening was really nice.
@jamesbruton2 жыл бұрын
Thanks, I've got more of those.
@3DLL.2 жыл бұрын
I don't know why James, but you remind me of Rick Moranis building awesome things i love it 😁
@scuzzjumper2 жыл бұрын
We need an "Instant Party" robot that quickly deploys streamers, confetti, balloons, music, lights and a laser projected banner
@KnightsWithoutATable2 жыл бұрын
There was a robot in the movie 'Ice Pirates' that was just a rolling garbage can like this that would just come up and want trash from people. I think that getting a robot that you could call and would "eat" the trash and then go back home would actually be useful and well within what current robotics technology is at.
@2323Magick2 жыл бұрын
That’s freaking genius.
@oldcowbb2 жыл бұрын
you are really throwing everything you have in this one
@Rebar77_real2 жыл бұрын
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.
@kevin-2-5-62 жыл бұрын
have you think to use ARuco markers instead of the two circle one inside the other?
@wildweasel30012 жыл бұрын
This one is actually a useful idea
@azyfloof2 жыл бұрын
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
@JBB6852 жыл бұрын
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-marloncou44592 жыл бұрын
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).
@nottiification2 жыл бұрын
Next project: A robot that follows you around and deploys a folding lawn chair whenever you stop walking.
@glad22 жыл бұрын
Have you got an estimate of how many miles of printing filament you've gone through?
@arrondickens91672 жыл бұрын
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?
@RambozoClown2 жыл бұрын
Where do you mount the chainsaw?
@pierrec15902 жыл бұрын
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! ;-)
@footrotdog2 жыл бұрын
I think you sort missed an opportunity here. The annoying part of kitchen bins is not the fixed location. That's actually a good thing because throwing rubbish in a bin is basically a habit / muscle memory. Moving a bin around would disrupt that. The annoying thing is emptying the bastards when they are full. Can you make a bit bot that seals the bag and takes it out and dumps it in the trash? People would pay good money for that.
@deslomeslager2 жыл бұрын
May I offer an idea? Do you know those key finders? They operate on BlueTooth. Suppose you have 10 of them. Or 50, I don't know. Put those around your house, and now you can very easily navigate in between them using the RSSI (signal strength I mean) for your location. It is very cheap, and the battery in the keyfinder (BLE) runs for certainly a year. O, and you can even let them 'beep' by 'talking back' to them.
@TJo632 жыл бұрын
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. 😉
@EcoHamletsUK2 жыл бұрын
I could use a few of those, or maybe just one if it could climb stairs!
@NotSomasish2 жыл бұрын
respect 💀 but I think that home button should be on top of the bin
@ColinRichardson2 жыл бұрын
Somewhere between Colin Furze, and "Stuff I Made"
@fartboxinspector2 жыл бұрын
Pipedream seems a fitting name...
@fartboxinspector2 жыл бұрын
Pipe fever dream
@DFPercush2 жыл бұрын
12 inches doesn't seem big enough ... giggity
@KnaufL2 жыл бұрын
Put 3M reflective markers on the ceiling and track them using IR light and a camera
@bradley35492 жыл бұрын
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?
@jamesbruton2 жыл бұрын
It's probably the same navigation algorithm, ROS just wraps it in a ROS service.
@JONYghost2 жыл бұрын
Why not use NMS to reduce multiple detections of the same target and maximize precision?
@rklauco2 жыл бұрын
I wonder if spi encoder from optical mouse woul not fix the problem with slip during dead reckoning...
@jamesbruton2 жыл бұрын
It would still drift over time
@MaxMakerChannel2 жыл бұрын
Dude, I am building the future of waste management on my channel and its the Trash Train!
@beefy2562 жыл бұрын
Love the nod to shitty infomercials with the intro. Also, my favorite James is the one that stares the camera down while he moves robots manually.
@julienbietlot34012 жыл бұрын
Is there a good tts and stt embedded solution? Cloud solution are nice but involves connectivity...
@hollowedge83072 жыл бұрын
Can you make a bipedal robot that can walk up stairs? Then ad that to binbot
@corvettecoles2 жыл бұрын
You definitely do not need to train and run an entire neural net for this. Much more efficient and easier for such distinct targets to use OpenCV and some HSV filtering + reflective tape for on the cheap, or dedicated targets (some are QR style, you've probably seen them!)
@jamesbruton2 жыл бұрын
I know how to do this. In the next version I'll just use features from my house instead of markers
@san3har2 жыл бұрын
If you slow down to 0.75 at the 3d printing part, it sounds like a soundtrack to some interesting movies
@dglenn2472 жыл бұрын
Binbot "What is my purpose?" James "You collect the trash, your sole purpose is to come when called, collect the trash, then return to your corner until there is more trash." Binbot "Oh."
@PTR-fr2to2 жыл бұрын
Awesome robot. I really want to built it thanks to you. Have a nice day. :)
@madebyjonny76372 жыл бұрын
"What is my purpose?" "You collect trash"
@ryancoates40542 жыл бұрын
Video idea, I want a robot that takes down trash can for me and brings it back up
@bbogdanmircea2 жыл бұрын
Now I want this robot!
@ProjectileGrommet2 жыл бұрын
The sponsor has about 900 years to make people sized pipes before Fry unfreezes
@repalmore2 жыл бұрын
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?
@hobosarepeopletoo Жыл бұрын
You could use qr codes instead of targets so that I can register where it is by seeing more than 1
@euanmcgill9182 жыл бұрын
Do you think you need to put the the camera higher up, so the bin doesn't go blind when the lid is up?
@infinitegamerplus2 жыл бұрын
Use optical illusion’s where the image can only be seen at one specific angle and position
@gregorpamula89392 жыл бұрын
Funny how in lidar video you had wind bottles in the narrow cupboard in the kitchen and now we can see mason jars :-)
@ku87212 жыл бұрын
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!!!
@anon_y_mousse2 жыл бұрын
Won't be long now before our robot overlords take over.
@p838sfan2 жыл бұрын
Amazing work as usual!
@Daniel_Blake2 жыл бұрын
If your moving on to Roz next. You could always add some static Geo locations. Such as "Home", "LivingRoom" and so on. By patching some sort of GPS device in the setup. Probably could be achieved by adding a standard PayG sim (For access to the locational data from a local cell site) in to a device that is capable of GPS. Not sure how easy it is to pull GPS data off a mobile device. But if you can get a bog standard Samsung device (Any UE with GPS). Drop it in to Debug Mode over USB through the Dev options. Using some sort of SDK to pull the adb device logs. Locational data should be in there somewhere. 100% expect there is a simpiler and correct method out there. This is just me spit-balling an idea and putting it out there. Coming from a telecoms background.
@jamesbruton2 жыл бұрын
I'm trying to move away from ROS next ;-) It's quite involved and hard to explain on video.
@Daniel_Blake2 жыл бұрын
@@jamesbruton Understandable there 😆. Possible other option is mrpt. As doing a quick lookup. There is different methods for building up of a navigation stack. Though suspect it'll still prove the same headache as ROS.
@BenKDesigns2 жыл бұрын
So, some thoughts - albeit - from someone who's never built a robot before, but is no slouch at coding: I'm really not a fan of the target-based movement system, at least for in the house. As you demonstrated with the segment featuring the robot that used LIDAR, this is really not a great option if the room is ever re-configured, or if you don't want big ML targets hanging on the wall. If I were designing the software stack for a DIY beer-delivery robot, I'd probably look at incorporating a combination of lidar for mapping and object avoidance, and then maybe some object recognition to find you (train it to recognize your face), plus maybe a set of three microphones and some kind of spatial translation to find your voice if you're around the corner. If you wanted to really round it off, "home" would either be a target on a base, or maybe an IR transmitter like iRobot uses to help roombas find their docking bases. Last thought - the target + dead reckoning system might not be so bad for *outdoor* garbage bins on collection day. Set a schedule, at the specific time each morning your garage pops open and the bins roll down to the curb for collection, and then several hours later, they autonomously put themselves back? That'd be neat. ;)
@jamesbruton2 жыл бұрын
Well I could have just stuck the bin on my ROS robot, but I wanted to make something that's more accessible and easier to understand.
@BenKDesigns2 жыл бұрын
@@jamesbruton Fair enough. I guess I'll hope for a part 2 where you turn the complexity up to 11. ;)
@barrybortnick79992 жыл бұрын
Can you please add links for the motors and gear reduction systems? I want to motorize my pepper mill!
@jamesbruton2 жыл бұрын
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.
@sgavy2 жыл бұрын
How to make a beer assistant, without making a beer assistant! 😂
@jamesbruton2 жыл бұрын
next
@Samtagri2 жыл бұрын
Shouldn’t you use different symbol on each target so there is no chance to mistake one target for the other?
@jamesbruton2 жыл бұрын
Yes if it were more complicated. It's only using the vision targets at certain points when it's definitely pointing the other way, but if it drove around the whole house it would be best to have different markers.
@TomOConnor-BlobOpera2 жыл бұрын
I look forward to seeing this cleaning up EMFCamp 2024, autonomously.
@jamesbruton2 жыл бұрын
I may have made some other things by then!
@kissingfrogs2 жыл бұрын
Elon rolls out spandex, James rolls out a novel wheely bin, that we can all watch the build , download CAD and code, rebuild and enhance. Thanks James.
@Artaimus2 жыл бұрын
Any reason you didn't install the buttons on top for easier access during testing?
@jamesbruton2 жыл бұрын
They are for testing - watch until the end
@misiekroz2 жыл бұрын
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 :)
@iblong95052 жыл бұрын
Might I suggest using a xxx movie music theme while the printers are doin' their thang. I know the PLA nerds are all turned on anyway. Set the mood
@sillyarms84932 жыл бұрын
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.
@martylawson16382 жыл бұрын
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)