Two new papers tackle the hard parts of robot grasping. Here's what actually matters.
Multi-robot coordination and tactile feedback are finally getting serious academic attention, and the results are promising if you know where to look.
Bildnachweis: Lottie animation by Centre Robotics (LottieFiles Free, used with credit). · source
A pair of papers dropped on arXiv this month that caught my attention. One's about getting multiple robots to move big objects together. The other's about using touch sensors to fix the mess that vision systems leave behind. Both are solving problems I watched people struggle with for years.
The coordination problem
When I was at Kuka, we had a running joke about "the table test." Get two robot arms to pick up a table without ripping it apart or dropping it. Sounds simple. It's not. The timing has to be perfect, the force distribution has to adapt in real time, and if one arm decides to be clever, the whole thing goes sideways. Literally.
arXiv just published CollaBot, a framework for what they call "simultaneous collaborative manipulation." The approach breaks the problem into pieces: figure out where each robot should grab, coordinate the team globally, then plan paths that don't result in collisions. They're reporting a 72% success rate across varying object types and team sizes.
I'll be honest, 72% isn't production-ready. But it's a real number from a system that generalizes across different objects and robot counts. Most prior work I've seen either cheats by pre-programming specific objects or falls apart the moment you add a third arm. The fact that they got real-world demos working at all tells me the underlying architecture is sound.
The touch problem
The second paper, NeuralTouch from , addresses something that's annoyed me since, well, forever. Vision-based grasping looks great in demos. Then you actually deploy it and discover that your camera calibration drifted, or the lighting changed, or the object is slightly different from what the model trained on. The robot reaches for where it thinks the object is and misses by 15mm. In a lab, you reset and try again. In a factory, you've just scratched a $400 part.
Verwandte Beiträge
More in Industrial
Two new papers show real progress on adapting big AI models for robot vision, and for once the results actually hold up in the real world.
Robert "Bob" Macintosh · 1 hour ago · 3 min
Thousands of attendees, hundreds of exhibitors, and a lot of motion control demos. Here's what's worth paying attention to.
Sarah Williams · 5 hours ago · 4 min
New research shows we might finally be moving past the 'just make it squishy' era of soft pneumatic grippers.
Sarah Williams · 5 hours ago · 4 min
Two new research papers show promising approaches to obstacle avoidance, and I'm cautiously optimistic we're getting somewhere useful.