Hacker News new | ask | show | jobs
by lukeschlather 1028 days ago
I don't think that's true. I recall when Amazon acquired Kiva robotics for their warehouse operations one of the people involved said something like "If you want something that can pick assorted objects out of a box and put them in another box, I'll need a NASA research team and 5 years, but moving the boxes around, we can do that with our Kiva robots." Here we are 10 years later and Amazon does in fact have the picker arms, though I'm not sure how production-ready they are, Amazon has demoed them.

Honestly I think there's been very dramatic improvements in robotics alongside ChatGPT but ChatGPT is easy to demo with nothing but an internet connection so it's just a lot less visible.

1 comments

That first quote is right on-the-money, in my experience with competitive FRC and automation. It's extremely easy to work with a limited set of parameters like a cardboard box; you can easily estimate object volume and bounding-box collision in software. Making a robot that manipulates millions of Amazon products is a suicide mission by comparison; especially if you expect it to behave consistently.

Computer vision, AI and inverse kinematics have all come a long ways in the past few years. That being said, it's still easier by an order of magnitude to design the box-pushing robot.