BrandiATMuhkuh
10 hours ago
Congratulations on the launch! This is really cool.
I'm not super active in the humanoid robot space anymore, however I did my PhD about 9 years ago in HRI. That was the time of Boston Dynamics, DARPA robotics challenge, and Aldebaran's Pepper and Nao robots.
You mentioned you are building everything open source. What happened with ROS and related projects? Do you build on top of that, or is that all super outdated that a reboot was needed?
Another question I have is: why are you choosing a two-legged human over a four-legged one?
My experiments with two legged robots were mostly bad. Not only did they fall basically all the time but they also had a big drift. So far, I have not seen any large improvements. But again, I might be very outdated.
I always said to my colleagues. The main point stopping robots from picking up is a stable platform. And with the platform I mean walking.
codekansas
9 hours ago
Eh. I think we got a bit nerd-sniped on some things and we ended up trying to build most of our stack ourselves. The control loop is just a pretty simple Rust loop for running ML models. ROS is kind of annoying to work with and the control loop is pretty simple so we just wrote it ourselves.
For two legged - I think it will eventually be quite a bit cheaper, it's mostly a software problem to get them to be stable. RL based control has gotten much, much better. For example, I was talking to Trevor Blackwell a few weeks ago, and he was saying the IMU on the original Anybots robot was over $2k, whereas if you throw a noisy IMU into sim, you can get away with something basically from a cellphone. So yea, personally I'm a big believer in needing to solve the robotics intelligence problem, and once you solve that, humanoids will make the most sense as a form factor.