Why is this robot slowly dropping the object?

Lobsters Hottest Papers

Summary

Researchers enable simple robotic grippers to achieve precise in-hand object manipulation through controlled sliding using tactile sensing and advanced friction models, mimicking human dexterity.

<blockquote> <p>This is a popular-science presentation, where I explore my PhD research on in-hand sliding manipulation with robotic grippers and tactile sensing.</p> <p>The focus has been on friction modeling and perception with tactile sensing. The simple parallel gripper might not be the first thought when you think about dexterity with robotic grippers.</p> <p>The video is based on my research papers:</p> <p>"Planar friction modeling with LuGre dynamics and limit surfaces" Published in IEEE Transactions on Robotics (T-RO). <a href="https://arxiv.org/abs/2308.01123v3" rel="ugc">https://arxiv.org/abs/2308.01123v3</a></p> <p>"Perception, control, and hardware for in-hand slip-aware object manipulation with parallel grippers" Published in the International Journal of Robotics Research (JRR). <a href="https://arxiv.org/abs/2410.19660" rel="ugc">https://arxiv.org/abs/2410.19660</a></p> <p>"Friction Estimation for In-Hand Planar Motion" (ISER 2025). <a href="https://arxiv.org/abs/2507.06824" rel="ugc">https://arxiv.org/abs/2507.06824</a></p> <p>"Deformable In-Hand Slip-Aware Tactile Sensor with Integrated Velocity, Force/Torque, and Pressure Map Sensing" In submission, with a preprint available on arXiv. <a href="https://arxiv.org/abs/2606.11952" rel="ugc">https://arxiv.org/abs/2606.11952</a></p> <p>Some of the work shown in the video has not yet been submitted for publication.</p> </blockquote> <p><a href="https://lobste.rs/s/ml3mgf/why_is_this_robot_slowly_dropping_object">Comments</a></p>
Original Article
View Cached Full Text

Cached at: 09/09/26, 03:20 PM

# Why Is This Robot Slowly Dropping the Object? **TL;DR:** By using tactile sensing and advanced friction models, researchers enable a simple robotic gripper to achieve precise in-hand object manipulation through controlled sliding, mimicking human dexterity with minimal mechanics. ## The Paradox of Controlled Sliding Robots are typically designed to grip objects firmly and prevent any slipping. However, this research flips that concept: instead of fighting slippage, it is carefully designed and precisely controlled. The goal is to achieve dexterity using a very simple mechanical gripper with only one degree of freedom—a parallel jaw that can only open and close. By allowing and managing the slide of an object within the gripper, complex in-hand motions become possible. This approach addresses a core challenge in robotics: the gap between the intuitive dexterity of the human hand and the difficulty of replicating it with machines. While human hand control feels effortless and unconscious, attempting to recreate it programmatically reveals its complexity. The research explores how to achieve sophisticated manipulation not with complex hands, but with simple grippers that incorporate intelligent sensing and control. ## From Simple Gripper to Complex Motion The parallel jaw gripper presents an interesting control problem. While the gripper itself has only one degree of freedom (grip force), the object held between its fingers can theoretically move in a plane—translation in X and Y directions plus rotation. This makes the system underactuated, meaning the robot must find creative ways to control three degrees of freedom with one input. The key insight is to focus on the forces acting between the gripper and the object. The net force dictates the object's motion. By continuously adjusting the grip force, the robot controls the available friction, which in turn balances or fails to balance forces like gravity, initiating controlled sliding. However, to do this effectively, the robot needs to perceive the interaction—hence the critical role of tactile sensing. ## The Need for Specialized Tactile Sensing Standard force/torque sensors are insufficient for this task. They measure contact forces but lack the information needed for dynamic sliding control. For example, an object sliding at a constant velocity experiences zero net force, making its tangential force reading identical to that of a stationary object. This ambiguity hinders precise motion tracking. The researcher sought a way to directly measure sliding velocity. The solution was inspired by an everyday device: the optical sensor in a computer mouse. These sensors are excellent at tracking motion over a surface. Multiple optical sensors were integrated into a custom tactile unit, allowing the measurement of not just linear (X-Y) velocity but also rotational velocity. ## Modeling the Complexities of Friction Friction is not a simple, fixed force. Its behavior becomes complex when considering combined linear and rotational sliding. The research employs two key models: * **Limit Surface Model:** This model describes the relationship between linear and rotational friction. It explains how the friction available for one type of motion changes depending on the other. For instance, during pure linear sliding, all friction vectors align, leaving no resistance to rotational disturbances—explaining why a sliding object can easily start spinning. * **LuGre Model:** This dynamic friction model captures phenomena like the difference between static and kinetic friction, which causes oscillations when an object begins to slide. This is why rigid contact surfaces can lead to jerky, unstable sliding. The research focuses on combining these models to capture both their strengths, providing a more accurate prediction of object behavior during in-hand manipulation. ## Developing a Soft, Integrated Tactile Sensor Initial prototypes using rigid contact pads suffered from poor, jerky sliding dynamics. Inspired by the smoother behavior observed with softer materials, the final sensor design incorporates a soft, deformable interface. **Sensor Design:** * A **TPU 3D-printed soft contact pad** is used as the interface with the object. * Two **optical mouse sensors** are embedded to directly measure surface velocity. * Twelve small **magnets** are embedded within the pad. * A PCB with thirteen **Hall effect sensors** measures changes in the magnetic field caused by the pad's deformation. This setup allows the sensor to simultaneously measure: 1. **Sliding velocity** (via optical sensors). 2. **Contact forces and pressure distribution** (by inferring pad deformation from magnetic field changes, using a trained neural network). This combination of soft mechanics and rich sensing embodies the principle of "embodied intelligence," where the mechanical design itself solves part of the control problem, allowing the algorithm to focus on higher-level goals. ## Control and Demonstrated Applications With the improved soft tactile sensor, sliding motions are significantly smoother. The robot's single degree of freedom is now controlled to manage four distinct contact behaviors. By combining these behaviors with the motion of the robot arm, a variety of in-hand manipulations are achieved. * **Rotational Sliding Control:** The grip force is modulated to make the object rotate at a desired speed, or conversely, to keep it fixed while the gripper rotates around it. * **Utilizing External Forces:** Since the gripper only controls force, the direction of net force (and thus object motion) is influenced by gravity and the arm's movement. This allows for reorienting and repositioning objects within the hand. This work demonstrates that dexterity is not exclusive to complex, human-like robotic hands. With sophisticated friction modeling and innovative tactile perception, even a simple parallel gripper can perform nuanced, controlled manipulation through sliding. Source: [Why is this robot slowly dropping the object?](https://youtu.be/DqMjxcfm4Ek)

Similar Articles

Tough dexterity tasks with Gemini Robotics 2

YouTube AI Channels

Gemini Robotics 2 from Google DeepMind demonstrates advanced physical dexterity for robots using different end effectors, enabling more useful robotic capabilities.

Learning dexterity

OpenAI Blog

OpenAI announces Dactyl, a system that learns robotic hand dexterity through simulation and reinforcement learning, using LSTMs to generalize across different physical environments and the Rapid PPO implementation to train policies that transfer to real-world manipulation tasks.