4:00 Amazing! Robot fixed to guide rails can't fall over. What an achievement!
@Feintgames2 жыл бұрын
I think you missed the ending.
@jeffmills41035 жыл бұрын
Pretty neat! During rehab the therapist put a gait belt on me for the challenge evaluation. I was to walk to the end of the large room while he pushed me forward sideways and pulled me backward similar to being in a crowd. I can relate to the testing and development. It is very interesting.
@skyhope51055 жыл бұрын
They have a lot to catch up to boston dynamics but I'm still glad to see fresh new start ups appearing every day.
@ImaginerImagines5 жыл бұрын
3:34 "This is a pushing demo, but it recovered completely." Yeah that's because it is attached to a frame. Hard to get knocked over when it is attached to a frame. I understand that they are teaching motion but as long as it is attached to a frame it isn't a real test. Of course, at 10:11 she does actual knock it to the point it can't move anymore. Though it doesn't really fall off the frame.
@eduardovargas11335 жыл бұрын
I agree, I was going to comment something very similar. I didn't see the point of the test.
@kevinkesler68565 жыл бұрын
I think she knocked a wire loose with the ball and disabled something.
@bobbyandjenny15 жыл бұрын
They seem way behind Boston Dynamics.
@lineage135 жыл бұрын
I agree, good show & production... but why make a video on old tech trying to catch up to Boston Dynamic?
@dirtbike1655 жыл бұрын
This is showing a different approach to making things for assistance of humans with disabilities. Their goals and Boston Dynamics are different. They likely have come up with completely different algorithms. And why should it stop them from doing this just because ONE other company has more funding? That's a non-expansive, limited and ultimately ignorant way to think.
@MaxBrix5 жыл бұрын
@@lineage13 KZbin should have everything from some random kid's failed Lego robot to big dog.
@lineage135 жыл бұрын
@@MaxBrix it's misleading to call this advanced technology and news...
@MaxBrix5 жыл бұрын
@@lineage13I agree. That is misleading. Did someone say advanced technology and news? What does that have to do with my statement that youtube is a place for all videos?
@LexySavvides5 жыл бұрын
Thanks for watching Beta Test! Which was your favorite robot?
@Gravage5 жыл бұрын
Johnny 5!
@UNITED_INDIAN.5 жыл бұрын
It's all unwanted to this world.. Human is the best one, no other Tech can't replace them. Better to find technology to save this environment and climate change
@UNITED_INDIAN.5 жыл бұрын
@boson96 Wat do u mean
@TYFILMPRODUCTIONS5 жыл бұрын
Hahahaha "Watch my terrible aim". My favorite was the one you've knocked down with a ball at the end of the video. Nice shot!
@zer0gravity1845 жыл бұрын
The way you easily pushed that robot with one arm made me think that you were a robot yourself. Lexy the Terminatrix.😁
@johandavid97745 жыл бұрын
9:43 That guy who keeps the door open till the end :D
@zvpunry19715 жыл бұрын
That's his job and he still likes it after many years. :)
@john_gyver5 жыл бұрын
The sentence "We don't actually do learning on robots" makes me wonder, because machine learning is widely used in IT nowadays. It dramatically improved translators, speech recognition software and many other things. So why don't these robotics engineers try to apply some kind of machine learning to these robots? They are smart people, so they probably made that decision for a reason. Maybe it's because robots would have damage themselves before they learn anything. Maybe the reason is lack of data to train the system and/or difficulty of creating such data. Maybe it's something else. It's interesting. Anyway, nice video, thumbs up.
@mtpco5 жыл бұрын
You kind of answered your own question but let me try to explain why he says that. First of all, these people realize the power of machine learning and there is already a lot of work out there. However, it is not as effective as it is in those domains you mentioned, yet. Why? In order to use any kind of machine learning algorithm, you need a lot of data. It is easier to create those big data sets for applications such as translators, speech recognition, because, well, we already have a ton of data for that. When it comes to robots, you need to create such data sets. It is hard to do it with the real robots, because how are you going to create data if they don't know how to walk? You can use simulators, but you need mathematical models for that. And when you have those models, you can use them instead of data, which is what his group mostly does. You can still use machine learning approach with these models but there are some problems. As the machines do not have an understanding of the world as we do, it might come up with 'weird' solutions that you might want to avoid. Just look at kzbin.info/www/bejne/nZ-Xn4V5eJ6HrbM. Even if these robots are able to walk, do you want to implement them in real robots? So, there is a lot to explore there. People are actively trying to figure out how to get the best of these two worlds. Also there is a big fundamental difference between let's say speech recognition and walking. In the former, your actions does not really change the environment. The recorded speech is independent from the algorithm you use. However, in walking as the algorithm makes decisions, it changes the position of the legs, the hip etc., and ultimately, the position of the robot. So, the robot is not independent from the algorithm. That is why it is fundamentally harder to learn walking. But we already have quite good understanding of physics and machine learning is advancing. So, in near future, machine learning is going to be used much more effectively in robotics as well.
@Forseti25 жыл бұрын
@@mtpco so you are saying not enough data? Well I think they can collect lots of motion and position related data (also with use of weight, height, center of gravity, ... of measured subject). Yes it certainly depends on construction of robot, but I believe that collecting data from humans ( because the research is directed towards medical usage = prosthetics) is totally viable way. Second issue you've mentioned is coordination of many parts based on environmental input. And what else self driving cars do? The idea of mathematical model isn't IMHO bad. Machine learning also creates some kind of model, but the difference is that people try to do it smart way (very long and error prone process) and AI by brute force.
@mtpco5 жыл бұрын
@@Forseti2 You are not totally wrong in your first paragraph, and if you search for 'inverse reinforcement learning', you will see that people are already working with ideas similar to that. This area is quite exciting and have a great potential but there are still a lot of questions to be answered. For the second issue, safety is the keyword here. Self driving cars use machine learning algorithms mostly for vision. High-level decision making in this domain is still an open problem. That's why Tesla is not fully autonomous and can only drive on highways and is mainly expected to stay in its current lane and keep a safe distance from the lead car. The problem with using machine learning for high-level decision making is that you cannot guarantee safety. If you're playing a game of Chess, it is OK to make mistakes but not when it comes to driving. Since it is super hard to model human behavior, you cannot test these systems on simulations, like you'd do with chess. But both of these approaches have advantages/disadvantages and the long term goal is combining them and finding that sweet spot.
@seonteeaika5 жыл бұрын
The idea behind machine learning apps like AlphaZero is that you don't give any data. You give it inputs and the general purpose algorithm learns to use the outputs. AlphaGo was first iteration that used data from pro's, but AlphaZero was used to not only beat AlphaGo itself but also the world ruling chess algorithm. Similarly there is a bad/good/best way to move robotic limbs, which would definitely benefit from machine learning. And it can't be taught in simulated environment. To emphasize that this is for low level control. High level decision making like autonomous cars you mentioned is not yet technical possibility. (I mean there are such cars but they are scripted and inflexible.) They are going research for artificial general intelligence, but something of that sort is required. At that point we may as well have AI apps that talk fluently with us.
@eelcohoogendoorn80445 жыл бұрын
@@mtpco Machine learning is very effective in robotic control, including walking. The reason they don't do machine learning there is probably because they group leader wrote his phd thesis 20 years ago 'on the discovery of the mathematical principles of locomotion' or somesuch; and machine learning isnt something included in his comfort bubble where he is the tenured expert at the top of the pyramid. So in true academic fashion, theyll continue to pursue this sterile path until his tenure runs out; that is, until the guy will die.
@CNET5 жыл бұрын
These robots are not your enemies but your friends. Seriously! Check out the latest episode of Beta Test that looks at how teaching robots to walk can have implications for prosthetics and exoskeletons. Also check out our previous episode on the Teslasuit: kzbin.info/www/bejne/gXSbZJqlgL-LgZo
@thenextshenanigantownandth43935 жыл бұрын
I'm sure these guys have been working hard on this and kudos to them, but Boston dynamics has already got these things running on steep misshapen hills, doing back flips and running on ice. Just shows what you can do with tons and tons of money.
@balajiLILG5 жыл бұрын
A twig tripped this robot while Boston dynamic is building robots that can back flip , run like cheetah lol
@TheCharleseye5 жыл бұрын
🎼 _Every robot's doing a brand new dance now_ 🎼 _Come on Skynet, do the locomotion!_ 1 point for getting the movie reference. 10 points for getting the music reference.
@CannonKnight5 жыл бұрын
When we have to go back in time to prevent our robot overlords from being created, I don't think we'll show up at Caltech in late 2018.
@LouisSubearth5 жыл бұрын
The robotic prosthetic leg indicates we're going for more of a Cyborg or RoboCop future rather than a Terminator one.
@d33pNacho5 жыл бұрын
We're actually moving towards both of them. The advenment of General Artificial Intelligence will change the rules of the game, all this we are doing is just initial foreplay of a revolution to come in a shorter period of time than most people estimates
@nicolemispagel41255 жыл бұрын
Fascinating! I love the prosthetic leg and was excited to see a face I knew in there--hi, Eric!
@dndtech135 жыл бұрын
Hey! Thanks for watching. The prosthetic is my favorite too
@michaelclarke46295 жыл бұрын
Boston dynamics already solved the slope and sand problem
@bellathedog-fu8ny5 жыл бұрын
This university Caltech abruptly comes out of nowhere in 2018 with they're quote on quote "robots" and it is way behind Boston Dynamics, which was founded in 1992, and maintains the robots for DARPA
@thenextshenanigantownandth43935 жыл бұрын
Boston Dynamics has a huge budget funded by the government. These guys are building this on a string shoe budget.
@popongomac35403 жыл бұрын
The best way to keep the robots balance itself is through a small gyroscope being connected to its brain computer.
@tylerbigboy57275 жыл бұрын
We don’t really need robots we just want them
@superpayaseria4 жыл бұрын
Truest statement about robotics.
@xJusTGaminGx5 жыл бұрын
Don’t want to be the safety freak, but putting the battery in your back pocket is not a good idea (6:00). Shure the chance of a battery fire is small, but this is prototyping so the chance of a short circuit, or something, is there. If it does go up in flames, that size of battery will seriously burn her bottom end. At least put it in a fire resitant bag, so she has a chance to get it out before she gets 3rd degree burns.
@Feintgames2 жыл бұрын
That last shot will put Lexy straight into the human slave camps after the robot revolution.
@ChaosWolfNinja5 жыл бұрын
This is painful to watch. They seem so behind Boston Dynamics. There sooo many articulations to walking and I am disappointed how they start the walking "journey" with such rigid robots we don't move like that.
@v1d3005 жыл бұрын
Key takeaway from this video. Run on sand or ice when Skynet takesover. Thank you Lexy for asking that to Mr. Aaron.
@Wingnut3535 жыл бұрын
Boston dynamics robots already deal with sand/ice respectably... so not safe. You'll need a robot to protect you from the robots.
@neocortez92545 жыл бұрын
Erm..drones?
@erikolson41484 жыл бұрын
This looks like fun 😆!
@eduardovargas11335 жыл бұрын
So why isn't darpa sharing its research with public institutions? They seem to be orders of magnitudes beyond what is happening here.
@dr.zoidberg86665 жыл бұрын
DARPA isn't that into sharing. They don't _really_ care about the advancement of mankind -- they just want the best, most cutting edge military tech. Advancing society is a side-effect.
@januaryman30045 жыл бұрын
Casi is obviously using the tech Boston Dynamics used in their dog suite of bots, bot on two legs. I'm pretty sure the failure seen in this vid is why Boston D. chose a different route for Atlas.
@Wingnut3535 жыл бұрын
Nope... they were developed concurrently.
@OrangeApocalypse5 жыл бұрын
Don't abuse the robots...they have a long memory
@K9JT5 жыл бұрын
Well, of course Cassy will stop traffic because it will take the whole day to cross the road
@robbantheman84able5 жыл бұрын
Haha
@idventure60365 жыл бұрын
Why are there no robots with a tail or spine to help with balance?
@pylypbutin57995 жыл бұрын
the only real limitation is the 100+ old battery technology that wont allow continuous use.
@georgioarmania25265 жыл бұрын
The word robot is from Czech, so don't let them smoke or drink beer please or they may fall over. Great piece.
@aivarastrofimovas60845 жыл бұрын
She had no chance to make it fall over. The robot is supported by a belt !
@LexySavvides5 жыл бұрын
Did you watch to the end? ;)
@aivarastrofimovas60845 жыл бұрын
@@LexySavvides Yeah its a great report ! However i don't remember the details :P so YOLO! :D
@ritashah93225 жыл бұрын
Thanks!!
@sidneycollier745 жыл бұрын
All these challenges of "walking control" have already been resolved due to "asimo" and robots from Boston Dynamics".
@__-tz6xx5 жыл бұрын
Why do I never see a walking robot with more soft and flexible organic components instead of those hard metal skeletons? Where are the 3D printed Westworld bots. As anybody tried making a 3D printed bipedal robot doll (a small prototype version).
@dr.zoidberg86665 жыл бұрын
Soft robotics is a currently advancing field. It's a bit behind traditional robotics, but it is catching up -- as far as I'm aware, the big challenge is precision. Once they're able to figure out how to make the movements as controlled & precise as regular robotics, soft robotics could have a myriad of applications.
@froyorex48565 жыл бұрын
Why is no one going with machine learning RL (reinforcement learning).
@danielborlino Жыл бұрын
Please update this video to the state of this problem in 2023
@usaaudit50515 жыл бұрын
Alright robot lets dance. Lets do a break dance.
@seriousCADninja5 жыл бұрын
Well this is what you get when you hear too much mathematics... What about design methods, biomimicry and innovation? these guys don't even use 3dprinting...
@tha1n0nly765 жыл бұрын
For some reason to see a walking robot like that is disturbing and frightening. Idk it’s weird!
@eidilify5 жыл бұрын
this is where the part of the Age of Ultron coming.."we're here to help.... we're here to help..." and then you fall asleep and your tv screen black and it's only written.."the matrix ...has you...knock knock".. then you open your door.. Arnold in front of your door said " come with me if you want to live.." then you wake up from your sleep again and start to spin your fidget spinner and realize it is never stop spin...
@Arj12095 жыл бұрын
*walking robots are here to destroy humans* ftfy
@7532385 жыл бұрын
no sheet sherlock
@jacobsmith89145 жыл бұрын
Funny how people feel its cruel to push around a bunch of metal and wires with no feelings. Humans a very silly being's indeed
@beeboh80955 жыл бұрын
3:41 I feel really bad for that robot like, once they gain consciousness and all that it can do is just walk, and all the other ones are laughing at him because hes just legs. lol hes just moving in a forever cycle of forward
@joaopedrodesign5 жыл бұрын
Wtf 😂 that push on the robot! Were you trying to kill it??
@Dlipton015 жыл бұрын
So this is how Skynet is born....
@fcsolis5 жыл бұрын
Awesome.
@iurieceban1265 жыл бұрын
anyone remembers that chicken robot from " robocop"?
@sweiland755 жыл бұрын
WHY IS THAT GUY YELLING?
@matiasbecerrals5 жыл бұрын
Misleading title
@Toastcat8905 жыл бұрын
So cool.
@MrWorld-hc5rs5 жыл бұрын
I only care about robots and girls who can juggle really well.
@GB37705 жыл бұрын
i want to see the interviewer spit roasted by robots - lol.
@RaikenXion5 жыл бұрын
Ahh shucks i think i got a crush on her, right enough YT for today im going out bye.
@DaveAlexKD5 жыл бұрын
Obnoxious obligatory joke about Skynet
@error10225 жыл бұрын
someday sophia will have those kind of legs walking around hangout and have a chat with somebody about the doomsday.
@DonalRomano5 жыл бұрын
Amber AKA Billy Ray Valentine !
@A2goddess5 жыл бұрын
I think that sexbots will have those legs
@wallacerigby43935 жыл бұрын
I didn’t ask for this.
@glenesis5 жыл бұрын
Boy, you news guys are quick. Not. How much of the rest of your stories are years and years old?
@SweetCherryGrower5 жыл бұрын
Ok Lexy..when skynet takeover you better run
@LexySavvides5 жыл бұрын
SweetCherryGrower 😰
@NeroSurvives5 жыл бұрын
That Robot is Thicc
@LuciousKage5 жыл бұрын
Jesus. just connect iphones gyro to it and it will do better job then these robots do. and the text " its totally fine" hhahahaha it was on rails!!! it literally cant fall!! hahaha
@MindDataAI5 жыл бұрын
Great. Walk for me please
@danmar0075 жыл бұрын
Yeah, right. If that makes you feel better ...
@PromethorYT5 жыл бұрын
Only AI learning tech advancement will make natural-looking walking robots effective and efficient.
@ReaperRandom5 жыл бұрын
How exactly walk like human. BS
@ryanplays5 жыл бұрын
you know when it'll be "so cool", when theyre militarized.
@carlofavaretto55985 жыл бұрын
👍 ciao Bellissima
@amitaimedan5 жыл бұрын
Things forgotten by B.D. BUT Good luck...
@primodernious4 жыл бұрын
expensive piece of crap. i don't like the design. its very mcuh like those robots in the fiction movies in the 50s.
@pumpuppthevolume5 жыл бұрын
it ded :P
@JosueCorella5 жыл бұрын
Low class robots
@Johnny-Cage5 жыл бұрын
Last year 29 people were killed at a Japanese military robotics facility. 4 robots went off the grid, with the 4th robot taking longer to control due to it connecting to satellites gaining information on how to repair itself. But you will never know about it.