Tesla Bot Update – Sort and Stretch [video]
youtube.com
Tesla Bot Update – Sort and Stretch [video]
1–10 of 31 posts
Re: Tesla Bot Update – Sort and Stretch [video]
#2Re: Tesla Bot Update – Sort and Stretch [video]
#3Tesla can’t solve self driving, but it will produce a bot which can function in an environment which is a hundred times more open and chaotic than a road system? I don’t think so.
Re: Tesla Bot Update – Sort and Stretch [video]
#4Re: Tesla Bot Update – Sort and Stretch [video]
#5Tesla can’t solve self driving, but it will produce a bot which can function in an environment which is a hundred times more open and chaotic than a road system? I don’t think so.
I'm actually really excited about the current state of robotics, and wouldn't be surprised if it ends up being the most impactful outcome of the most recent AI developments over the next 10-15 years.
I know there's a lot of hate for Elon Musk / Tesla, but at the end of the day he's just the money guy for some really great researchers out there.
Re: Tesla Bot Update – Sort and Stretch [video]
#6Re: Tesla Bot Update – Sort and Stretch [video]
#7Is this CGI? The shadows and movements of the block pieces don't seem real at all. Almost like they're from the PS3 tech demo era.
I'm curious, dropped out of state school economics: for robotics types is "sort blue and green" something you should be able to pull of as an undergrad, given equipment?
Re: Tesla Bot Update – Sort and Stretch [video]
#8Is this CGI? The shadows and movements of the block pieces don't seem real at all. Almost like they're from the PS3 tech demo era.
At 0:40 I see the sort task has magnets on the blocks. I'm curious, dropped out of state school economics: for robotics types is "sort blue and green" something you should be able to pull of as an undergrad, given equipment?
Its actually easier than you would expect! you can use a process in image processing called "thresholding" where you basically filter the RGB or color values. Its very common and a little "hack" on compute. Computers "look" at images or video by converting the camera data into large matrices. Red would be 1 matrix, blue another, green another. Instead of this, you typically convert it to black and white but you can do any color you want, depending what youre looking for. This reduces your compute from 3 matrixes to 1 and makes your functions exponentially faster. Someone can help me on O(n) notation lol.
Re: Tesla Bot Update – Sort and Stretch [video]
#9Is this CGI? The shadows and movements of the block pieces don't seem real at all. Almost like they're from the PS3 tech demo era.
At 0:40 I see the sort task has magnets on the blocks. I'm curious, dropped out of state school economics: for robotics types is "sort blue and green" something you should be able to pull of as an undergrad, given equipment?
Re: Tesla Bot Update – Sort and Stretch [video]
#10Earlier quoted context omitted.
At 0:40 I see the sort task has magnets on the blocks. I'm curious, dropped out of state school economics: for robotics types is "sort blue and green" something you should be able to pull of as an undergrad, given equipment?
that's ridiculous. sorting is easy, building a neural net that controls every servo/motor in a humanoid robot so that it can complete a given task while maintaining balance and posture is not. this isn't a simple control loop keeping the robot balanced while doing a hardcoded task.
I'll put you down as a yes on sorting, no on self balancing humanoid robot