Force-Torque Sensing in Robotics: Applications, Sensors, and Getting Started
Vision tells a robot where things are. Force-torque sensing tells it how hard it is pushing, pulling, and squeezing. For contact-rich manipulation -- assembly, insertion, polishing, collaborative tasks -- F/T sensing is not optional. It is what separates robots that can handle delicate assembly from robots that break everything they touch. This guide covers the applications, the hardware, and the integration steps to get F/T sensing working on your robot.
What Force-Torque Sensing Measures
A force-torque (F/T) sensor measures six components of mechanical load at a point on the robot: three linear forces (Fx, Fy, Fz) along each Cartesian axis and three torques (Tx, Ty, Tz) around each axis. Together, these six values form a wrench -- a complete description of the mechanical interaction between the robot and its environment at the sensor location.
Most F/T sensors are mounted at the wrist -- between the last arm link and the end-effector -- where they measure the forces and torques generated by the gripper's interaction with objects. This placement provides a clear signal of contact events: when the gripper touches an object, forces appear in the F/T data; when the robot pushes too hard, force magnitudes spike; when the gripper slips, the force profile changes characteristically.
This information is invisible to cameras and cannot be reliably inferred from joint motor currents alone. While some modern arms (Franka Emika, Kuka iiwa) provide joint torque estimates that give a coarse F/T-like signal, a dedicated wrist-mounted F/T sensor provides calibrated, high-bandwidth force data with significantly better accuracy and noise characteristics. For a deeper technical overview, see our force-torque sensing glossary entry.
Application 1: Peg-in-Hole and Precision Insertion
Peg-in-hole insertion is the canonical application for force-torque sensing. The task requires guiding a peg into a hole with clearances as small as 0.1-0.5 mm -- far tighter than most robot arms can achieve through position control alone. Without force feedback, the robot either misses the hole entirely or jams the peg against the edge with enough force to damage the parts.
With F/T sensing, the robot can execute a search pattern: move the peg across the surface while monitoring lateral forces. When the peg drops into the hole, the lateral force signature changes characteristically (contact forces decrease as the peg aligns). The robot then switches to a force-controlled insertion phase, pushing the peg downward while limiting lateral forces to prevent jamming. This approach reliably achieves insertion in tight-tolerance assemblies where pure position control fails.
The same principle applies to connector mating, snap-fit assembly, screw insertion, and any task where the robot must guide a part into a constrained geometry. F/T sensing transforms these from "impossible without submillimeter calibration" to "reliable with standard hardware."
Application 2: Surface Following and Polishing
Surface following requires the robot to maintain a constant contact force against a surface while tracing a path -- used in polishing, sanding, deburring, painting, and inspection. Without force control, surface curvature or position uncertainty causes the robot to either lose contact (ruining the finish) or press too hard (gouging the material).
With F/T sensing, an admittance or impedance controller maintains the desired normal force regardless of surface geometry. The controller reads the current force, computes the error relative to the desired force setpoint, and adjusts the robot position to reduce the error. At 500-1000 Hz control rates, this produces smooth, consistent contact even on curved or irregular surfaces. The force setpoint can be varied along the path to accommodate different surface requirements -- lighter force on thin sections, heavier force on thick sections.
Application 3: Human-Robot Collaboration
Collaborative robots (cobots) that share workspaces with humans must detect unintended contact and respond safely. F/T sensors enable two critical safety functions: collision detection (an unexpected force spike triggers an immediate stop or compliant retreat) and hand-guiding (the operator physically pushes the robot, and the F/T sensor detects the applied force to move the robot in the desired direction).
Hand-guiding is also used for kinesthetic teaching -- the operator physically moves the robot through a task trajectory while the system records the motion as a demonstration. The F/T sensor distinguishes between intentional guidance forces (smooth, directional) and incidental contact forces (sudden, random), allowing the system to filter the recorded trajectory for cleaner demonstrations.
Application 4: Teleoperation Force Feedback
In bilateral teleoperation systems, a wrist F/T sensor on the follower robot measures the interaction forces with the environment and transmits them back to the leader device, where they are rendered as haptic feedback to the operator. This force feedback dramatically improves teleoperation quality for contact-rich tasks: the operator can feel when the gripper contacts an object, how hard the robot is pressing during insertion, and when an assembly snaps into place.
F/T-enabled teleoperation produces higher-quality demonstration data for imitation learning because the operator has the sensory information needed to perform contact-rich tasks smoothly and confidently. Without force feedback, operators must rely on visual estimation of contact forces, leading to jerky, inconsistent demonstrations. Studies consistently show a 20-40% improvement in task success rate and demonstration quality when force feedback is available during teleoperation data collection.
Application 5: Grasp Quality Monitoring and Slip Detection
A wrist F/T sensor can monitor grasp stability in real time. After the gripper closes on an object, the F/T signal reveals whether the grasp is secure (stable force profile), slipping (oscillating or drifting forces), or about to fail (force approaching the friction cone boundary). This information enables reactive grasp adjustment -- tightening the grip when slip is detected, re-grasping when force profiles indicate instability.
Slip detection is particularly valuable for handling objects with uncertain friction properties (wet, oily, or slippery surfaces) and for manipulation tasks where the object is subjected to external forces during transport (stacking objects where the weight distribution shifts, assembling components where insertion forces act on the grasped part).
Sensor Selection Guide
Choosing the right F/T sensor requires balancing four factors: measurement range, resolution, bandwidth, and cost.
Measurement range defines the maximum force and torque the sensor can measure without damage. A sensor with too small a range saturates during normal operation, losing data at critical moments. A sensor with too large a range has poor resolution for delicate tasks. Match the range to your task: light manipulation (0-50 N force, 0-5 Nm torque), general manipulation (0-200 N, 0-20 Nm), heavy payload handling (0-500 N+, 0-50 Nm+).
Resolution determines the smallest force change the sensor can detect. For precision assembly tasks (peg-in-hole with tight clearances), you need resolution of 0.1 N or better. For collision detection and coarse force control, 1 N resolution is adequate. Higher resolution generally means smaller range -- this is the fundamental tradeoff in F/T sensor design.
Bandwidth determines how fast the sensor can report new readings. For contact detection and collision monitoring, 1 kHz or higher bandwidth is desirable -- contact events happen in milliseconds, and a 100 Hz sensor may miss transient impacts. For force-controlled surface following and steady-state tasks, 100-500 Hz is usually sufficient.
Cost varies widely. The ATI Mini45 and Mini85 (the research gold standard) cost $3,000-$7,000 depending on range and interface, but provide exceptional accuracy, 7 kHz bandwidth, and extensive documentation. The Robotiq FT 300-S costs $2,000-$3,000 with lower bandwidth but easier USB/Ethernet integration and native ROS support. The OnRobot Hex integrates F/T sensing directly into the gripper-arm interface at $2,000-$4,000. For budget-constrained research, newer sensors from Bota Systems ($1,500-$3,000) and Wacoh Tech offer solid performance at lower cost points.
Mounting Considerations
F/T sensors must be mechanically mounted between the arm flange and the end-effector. The mounting must be rigid -- any compliance between the sensor and the arm or between the sensor and the gripper introduces measurement error and reduces bandwidth. Use the manufacturer's recommended mounting hardware and torque specifications.
Cable routing is critical. The sensor cable must be routed along the arm with sufficient strain relief and without tension at the connector. F/T sensor cables are precision instruments -- pulling on them or allowing them to snag during arm motion will introduce noise and eventually damage the sensor. Use cable management clips rated for the arm's rotational range and route cables through the arm's internal conduit if available.
After mounting, perform a gravity compensation calibration: move the arm to several orientations and record the F/T readings to compute the gravitational wrench of the gripper assembly. Subtract this wrench from all subsequent readings to isolate the interaction forces. Most F/T ROS2 drivers include gravity compensation as a standard feature.
ROS2 Integration: Getting Started
The standard ROS2 interface for F/T sensors uses the geometry_msgs/WrenchStamped message type, published on a topic (typically /ft_sensor/wrench). The message contains the six-axis force-torque reading with a timestamp, which downstream nodes use for control and logging.
For ATI sensors, the ati_force_torque ROS2 package provides a hardware interface node that communicates over EtherCAT or the ATI Net F/T box (Ethernet). For Robotiq FT 300-S, the robotiq_ft_sensor package provides USB and Ethernet drivers. For OnRobot Hex, the onrobot_ros2 package includes F/T reading as part of the gripper interface.
A basic admittance control loop in ROS2 reads the F/T wrench, computes a velocity correction proportional to the force error (desired force minus measured force), and sends the corrected velocity command to the arm controller. The control law is: velocity = gain * (F_desired - F_measured). The gain matrix (6x6 for all axes) determines compliance -- higher gain means the robot moves more in response to force, lower gain means stiffer behavior. Start with low gains and increase gradually until you achieve the desired compliance without oscillation.
For learned manipulation policies, include the F/T wrench as an additional observation channel: a 6-dimensional vector appended to the observation at each timestep. This is straightforward to implement and allows the policy to learn force-dependent behaviors implicitly. For structured force control, use a hybrid architecture where the learned policy outputs a desired wrench or compliance parameters, and a classical admittance controller handles the low-level force regulation.
F/T Sensing and Data Collection
When collecting demonstration data for contact-rich tasks, logging F/T data is essential. The force profile during a successful insertion or assembly contains information that camera images do not capture -- the progression of contact forces, the moment of alignment, the force signature of a successful snap-fit. Policies trained with F/T observations consistently outperform vision-only policies on contact-rich tasks, often by 30-50% in task success rate.
SVRC's data collection stations include ATI Mini45 F/T sensors at the wrist of each robot arm, with F/T data logged synchronously alongside cameras and joint states at 500 Hz. This logging rate captures contact transients that are critical for learning contact-rich behaviors. F/T data is included in standard dataset exports in all supported formats.
Get Started with Force-Torque Sensing
For teams exploring contact-rich manipulation, F/T sensing is a high-leverage investment. The hardware cost is modest relative to the robot arm, the integration is straightforward with modern ROS2 packages, and the performance improvement on contact-rich tasks is dramatic. Start with a wrist-mounted sensor on your primary research arm, implement basic admittance control to get familiar with force-based interaction, and then expand to using F/T observations in your learned policies.
SVRC provides F/T-equipped robot stations through our robot leasing program, consultation on sensor selection and integration for custom setups, and data collection services with F/T-equipped hardware for contact-rich tasks. Contact the SVRC engineering team to discuss your force sensing requirements, or browse our hardware catalog for available sensor configurations.