Reasons robotics is hard
secondthoughts.ai
Reasons robotics is hard
1–10 of 75 posts
Re: Reasons robotics is hard
#2Re: Reasons robotics is hard
#3Current generation tactile sensors cost a couple thousand $ PER FINGER, and have a real world MTBF of hours. The cost can be solved with economy of scale. The fragility is harder.
Re: Reasons robotics is hard
#4Re: Reasons robotics is hard
#5Roboticist here. All of this, and he didn’t mention compliance or online adaptation to otherwise un-sensable dynamics. Or massively complex miniature mechanisms. Current generation tactile sensors cost a couple thousand $ PER FINGER, and have a real world MTBF of hours. The cost can be solved with economy of scale. The fragility is harder.
Re: Reasons robotics is hard
#6We have self driving cars because what are the control inputs? Pedal, brake, steering wheel. This already took many many years.
Now for a humanoid robot: An action space that is metaphorically Hilbert. (Physically, yes, obviously)
Also, IMO, LLM's can aid the development of robots, but do little beyond a planning, human control interface. Below that it's the domain of control and the solution will be the correct combination of classical, neural, and real time optimization based control.
All the bad-ass biped robots that actually look natural? It's PID controls wrapped with control barrier functions constraining the QPs that are being solved in real time.
But that's annoying to derive per-application. So we'll need neural methods which can be learned (while being constrained by a priori knowledge of dynamics). My hunch is that the Yann LeCunn type of jepa models will be how tasks can be learned.
Re: Reasons robotics is hard
#7https://www.youtube.com/watch?v=FUUzmRH5Yi4
https://www.construction-physics.com/p/robot-dexterity-still...
Re: Reasons robotics is hard
#8Roboticist here. All of this, and he didn’t mention compliance or online adaptation to otherwise un-sensable dynamics. Or massively complex miniature mechanisms. Current generation tactile sensors cost a couple thousand $ PER FINGER, and have a real world MTBF of hours. The cost can be solved with economy of scale. The fragility is harder.
Are we talking about experimental laboratory ones here? What happens when the Alibaba players start getting into the game? They have plenty of humanoid robots.
Re: Reasons robotics is hard
#9Yes the problem is very hard. Mainly because high DOF generalization is very difficult. We have self driving cars because what are the control inputs? Pedal, brake, steering wheel. This already took many many years. Now for a humanoid robot: An action space that is metaphorically Hilbert. (Physically, yes, obviously) Also, IMO, LLM's can aid the development of robots, but do little beyond a planning, human control in…
Data is a problem. LLMs had the advantage of the whole internet to train on. Robots don’t have that corpus of information. And real time learning seems to be something that everyone in AI is studiously ignoring.
Re: Reasons robotics is hard
#10Yes the problem is very hard. Mainly because high DOF generalization is very difficult. We have self driving cars because what are the control inputs? Pedal, brake, steering wheel. This already took many many years. Now for a humanoid robot: An action space that is metaphorically Hilbert. (Physically, yes, obviously) Also, IMO, LLM's can aid the development of robots, but do little beyond a planning, human control in…
That's not entirely true. Locomotion is well addressed by RL in sim. It's true that there is still a PD layer, and the RL policy produces setpoints for it.