FlexiTac: A Low-Cost, Open-Source, Scalable Tactile Sensing Solution for Robotic Systems
Abstract: We present FlexiTac, a low-cost, open-source, and scalable piezoresistive tactile sensing solution designed for robotic end-effectors. FlexiTac is a practical "plug-in" module consisting of (i) thin, flexible tactile sensor pads that provide dense tactile signals and (ii) a compact multi-channel readout board that streams synchronized measurements for real-time control and large-scale data collection. FlexiTac pads adopt a sealed three-layer laminate stack (FPC-Velostat-FPC) with electrode patterns directly integrated into flexible printed circuits, substantially improving fabrication throughput and repeatability while maintaining mechanical compliance for deployment on both rigid and soft grippers. The readout electronics use widely available, low-cost components and stream tactile signals to a host computer at 100 Hz via serial communication. Across multiple configurations, including fingertip pads and larger tactile mats, FlexiTac can be mounted on diverse platforms without major mechanical redesign. We further show that FlexiTac supports modern tactile learning pipelines, including 3D visuo-tactile fusion for contact-aware decision making, cross-embodiment skill transfer, and real-to-sim-to-real fine-tuning with GPU-parallel tactile simulation. Our project page is available at https://flexitac.github.io/.
Paper Prompts
Sign up for free to create and run prompts on this paper.
Top Community Prompts
Explain it Like I'm 14
What this paper is about
This paper introduces FlexiTac, a kind of “electronic skin” for robot hands. It’s a low-cost, open-source touch sensor pad that you can stick onto different robot grippers. It helps robots feel pressure—like knowing how hard they’re squeezing—so they can grab things more carefully and perform tricky tasks. FlexiTac is designed to be cheap, easy to make, easy to attach, and easy to use with modern robot learning systems.
The main questions the paper asks
- Can we build a simple, low-cost touch sensor that works well on many different robot hands?
- Can the sensor be easy to manufacture in large numbers with consistent quality?
- Will it plug into today’s robot learning methods, like combining touch with vision, transferring skills from humans to robots, and training in simulation before running on real robots?
How the system works (in everyday terms)
Think of FlexiTac as a thin, flexible sticker that feels pressure, plus a tiny circuit board that reads the signals and sends them to a computer.
- The pad: It’s made of three layers—flexible circuit board on top, a special pressure-sensitive film in the middle (called Velostat), and another flexible circuit board on the bottom—sealed together. When you press on a spot, the electrical resistance at that spot changes, which the system reads as “how hard” and “where” you pressed.
- The “pixels” of touch: The pad has a grid of tiny sensing points (like pixels in a screen, but for touch). Each sensing point is called a “taxel.” For example, a 12×32 pad has 384 taxels. Smaller spacing (about 2 mm apart) means it can feel more detail.
- Flexible circuits (FPCs): These are bendy circuit boards that include the metal patterns acting as electrodes. Because the electrodes are built-in (instead of hand-placed wires), the pads are faster to make (about 5 minutes per pad), more reliable, and easier to customize.
- Reading the signals: A small, low-cost board (with an Arduino Nano) uses simple chips (multiplexers and shift registers—think of them as smart switchboards) to scan all the taxels using only a few wires. It sends the data to a computer 100 times per second over a serial connection (like a steady stream of messages).
- Cost and scalability: Each complete sensor (pad + board) costs around $30 if you use off-the-shelf parts. Ordering more parts makes it even cheaper. The pads come in different sizes (for fingertips or larger mats) and can bend to fit both stiff and soft grippers.
Helpful analogies:
- Taxels are like pixels for touch.
- The multiplexer is a switchboard that quickly checks many taxels one by one.
- The flexible circuit is like a bendy highway of tiny metal roads.
- The whole pad is like a bandage-thin pressure map you can stick on a robot finger.
What they built and showed
Here are the key results the authors demonstrate, explained simply:
- Works on many robots without redesign: They mounted FlexiTac on different robot grippers and hands (from simple two-finger grippers to multi-finger hands, and even soft grippers) with minimal mechanical changes. The pad is thin, light, and bends to fit curves.
- Easy, repeatable manufacturing: By baking the electrodes into the flexible circuit and using a desktop cutter, they made pads quickly and consistently. No fiddly wire alignment is needed.
- Simple, low-cost electronics: The readout board uses common, cheap parts and an Arduino. It streams synchronized touch data at 100 Hz, good enough for real-time robot control.
- Plug-and-play for learning:
- Vision + touch together (visuo-tactile fusion): They combine camera 3D data (a point cloud—a 3D map of the scene) with the touch data (each taxel’s position on the gripper plus its pressure value). Putting both into the same 3D space helps the robot decide what to do when vision is blocked or when precise gripping is needed.
- Human-to-robot transfer (cross-embodiment): They used the same touch pads on a portable “human data collection” device and on a robot. This shared “touch language” helps move skills from human demos to robot actions.
- Train in simulation, then run in reality (real-to-sim-to-real): They simulate the pad by modeling each taxel in a physics engine. Imagine each taxel as a tiny spring-and-shock-absorber (a simple “Kelvin–Voigt” model) that compresses when it touches objects. They calibrate two numbers—the spring stiffness and the damper—to make simulated touch look like real touch. This way, robots can safely learn complex tasks in simulation (like assembling parts) and then work on real hardware with less surprise.
Why this matters:
- Many robot tasks—like picking up fragile objects, inserting a plug, or screwing a nut onto a bolt—need reliable, fine-grained touch. Vision alone can’t always help, especially when objects block the camera or precise pressure control is needed. FlexiTac fills that gap with affordable, dense touch sensing that plays nicely with modern AI methods.
Why it’s important and what it could change
- Makes touch affordable and accessible: At around $30 per sensor, more labs, schools, and hobbyists can add touch to their robots.
- Scales across robot types: One design that fits many hands means less custom engineering and faster experiments.
- Boosts learning and reliability: Combining touch with vision improves decision-making in tricky, contact-heavy tasks. Simulation support speeds up training without breaking real hardware.
- Encourages a shared standard: Open-source designs, easy manufacturing, and common data formats help the community build on each other’s work.
In short, FlexiTac is a practical step toward giving robots a better “sense of feel.” That can make robots safer, gentler, and smarter in the last few millimeters—where careful touch matters most.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
The paper introduces a practical tactile sensing platform but leaves several aspects unquantified or unexplored. The following list highlights concrete gaps future work could address:
- Sensor characterization is missing: no quantitative curves for sensitivity, linearity, hysteresis, creep, or long-term drift of Velostat-based taxels under realistic load ranges.
- Environmental robustness is unreported: temperature and humidity dependence of piezoresistive response, baseline drift over ambient changes, and need for compensation or re-calibration are not measured.
- Dynamic performance is unclear: bandwidth, rise time, and frequency response for contact transients and incipient slip are not characterized; 100 Hz update rate may be insufficient for fast in-hand events.
- Noise and resolution are unspecified: ADC bit depth, quantization noise, SNR, and per-taxel noise floors (with/without averaging) are not reported.
- Spatial cross-talk is not quantified: point-spread function across adjacent taxels, matrix ghosting/leakage due to row–column addressing, and effects of multiplexing on spatial accuracy are unassessed.
- Effective spatial resolution vs. 2 mm pitch is not validated: minimum resolvable contact patch size and ability to distinguish nearby contacts remain unknown.
- Force/pressure calibration to physical units is undeveloped: no procedure or results for mapping voltage to normal force/pressure (per taxel) using ground-truth load cells, nor repeatability across pads.
- Inter-sensor and intra-pad variability is not reported: manufacturing yield, per-taxel gain dispersion, baseline offsets, and batch-to-batch variation are not measured or modeled.
- Saturation and range limits are unspecified: maximum safe load before saturation or damage, overload protection, and nonlinearity at low/high force extremes are not discussed.
- Shear and slip sensing are unsupported in hardware and simulation: platform measures primarily normal pressure; no mechanism or proxy for tangential force/slip estimation is provided or evaluated.
- Drift under sustained contact is unmeasured: time-dependent creep during long holds and recovery dynamics after unloading are not characterized.
- Mechanical durability lacks data: abrasion resistance of the laminate, copper fatigue over bending cycles, delamination under repeated use, and lifetime in sliding contact are not tested.
- Effect of curvature and mounting strain is unstudied: how bending the FPC/Velostat stack and using stiffeners alters baseline readings, sensitivity, and spatial calibration is unknown.
- Impact on gripper mechanics is unquantified: added pad compliance/thickness may change contact stiffness and friction; no study of how FlexiTac alters manipulation dynamics.
- Electronics scanning scalability is uncertain: achievable frame rate vs. array size (e.g., 12×32 vs. 32×32), per-frame time skew across sequentially scanned taxels, and serial throughput limits are not analyzed.
- Synchronization and latency are unspecified: end-to-end latency (sensor-to-host), jitter, and hardware timestamping for time-aligning with cameras/robot proprioception are not reported.
- Board-to-board synchronization for multi-pad setups is unclear: how multiple pads (two fingers, two hands) are clock-synchronized and timestamped is not described.
- Signal conditioning is minimal and uncharacterized: lack of transimpedance/guarding schemes, EMI susceptibility, reference stability, and power-induced self-heating effects are not evaluated.
- Circuit-level cross-talk mitigation is not detailed: row/column driving schemes, shielding/grounding strategies, and how ghosting is avoided in resistive matrices are not presented.
- Large-format “tactile mat” performance is unvalidated: uniformity, sagging/warping, sensitivity across the area, and edge effects for larger pads are not measured.
- Calibration workflow is underspecified: the “one-time” pad-to-gripper transform and per-taxel gain/offset calibration procedure, required tools, and repeatability over remounts are not provided.
- Software interfaces lack timing guarantees: ROS/SDK details, timestamp semantics, buffering/packet loss handling, and cross-modal sync strategies are not documented.
- Manufacturing claims need metrics: 5-minute pad assembly, throughput, yield, rework rate, and quality-control tests (and jigs) are not quantified or shared.
- Cost scaling vs. performance trade-offs are not analyzed: how changes in copper thickness, Velostat grade, lamination films, and cable length influence cost and sensing quality is not explored.
- Comparative evaluation is absent: no head-to-head benchmarks against optical, magnetic, or capacitive tactile sensors on standard tasks (e.g., slip detection, grasp outcome prediction, insertion).
- Cross-embodiment transfer lacks quantification: how tactile signal differences across embodiments/pad instances affect policy transfer and what normalization strategies are effective are not measured.
- 3D lifting accuracy is unexamined: error introduced when mapping taxels to 3D points on curved/compliant surfaces, and how pad deformation affects inferred contact locations, is not evaluated.
- Simulation model is limited to normal forces: omission of shear/friction modeling, stick–slip transitions, and tangential compliance reduces realism for contact-rich tasks.
- Simulator calibration is under-specified: using global for all taxels ignores spatial variability; no validation on multiple objects/materials or across load rates is presented.
- Sim-to-real validation is missing: quantitative alignment (e.g., RMSE between simulated and real per-taxel signals) and task-level transfer performance across diverse contact scenarios are not shown.
- Robustness of normalization across tasks is uncertain: whether one normalization/noise-floor threshold suffices for different objects, materials, and contact pressures is untested.
- Power and thermal aspects are unreported: current through Velostat during scanning, power consumption, and temperature-induced drift from self-heating are not evaluated.
- Cable/connector reliability is not assessed: FFC fatigue under motion, connector wear over cycles, and EMI/noise pickup on longer runs are not characterized.
- Maintenance and protection are not discussed: cleaning methods, resistance to oils/dust/water, need for protective over-layers, and field-replacement procedures are not specified.
- Design-space exploration is absent: how slot geometry, taxel size, and electrode patterns affect sensitivity, durability, and conformability is not systematically studied.
Practical Applications
Immediate Applications
Below are concrete, deployable use cases that leverage FlexiTac’s hardware, readout electronics, and software workflows today.
- Retrofitting robot grippers for robust grasping and handling (Robotics/Manufacturing, Logistics)
- What: Add <$30 thin, flexible pads to parallel-jaw and soft grippers to detect object presence, center-of-pressure, and incipient slip patterns; use feedback to modulate grip force and reduce drops/breakage.
- Tools/products/workflows: “FlexiTac Retrofit Kit” for common grippers (Robotiq, xArm), ROS2/Python drivers, adhesive-backed pads, simple calibration routine.
- Assumptions/dependencies: 100 Hz bandwidth is sufficient for targeted tasks; normal-pressure dominant signals (limited shear sensing); basic calibration and shielding against electrical noise; environmental protection (lamination is not IP-rated).
- Contact-rich assembly in cells (peg-in-hole, nut-and-bolt) with visuo-tactile control (Industrial Robotics)
- What: Use 3D visuo-tactile fusion (3D-ViTac) and diffusion-policy control to increase success rates in alignment and insertion tasks under occlusions.
- Tools/products/workflows: Multi-view RGB-D + FlexiTac; pre-trained imitation/RL models; task templates for common assemblies.
- Assumptions/dependencies: Availability of cameras and calibration; task-specific training/fine-tuning; stable fixtures; consistent normalization of tactile signals.
- Mobile manipulation “last-millimeter” feedback (Service Robotics, Facilities)
- What: Mount pads on mobile robot end-effectors to verify contact, detect seatedness of placed objects (e.g., shelves, bins), and gently interact with handles/switches despite visual occlusions.
- Tools/products/workflows: Lightweight cable routing; onboard serial streaming; contact-state visual overlay in teleop UI.
- Assumptions/dependencies: Mechanical protection against impacts/water; placement-specific calibration; integration with robot control stack.
- Tactile mats for work-surface monitoring and fixture force mapping (Manufacturing QA, Lab Instrumentation)
- What: Use larger 32×32 mats on jigs/benches to map pressure distribution (e.g., clamp uniformity, assembly seating checks).
- Tools/products/workflows: “FlexiTac-Mat” app for live pressure heatmaps; CSV logging for QC.
- Assumptions/dependencies: Normal-force mapping is adequate; limited absolute force metrology unless calibrated; lamination durability under repeated loading.
- Teleoperation with augmented contact feedback (Robotics, HRI)
- What: Stream taxel intensities overlaid on camera feeds to assist remote operators in placing, inserting, and manipulating fragile items.
- Tools/products/workflows: Web/ROS interface; color-mapped contact overlays.
- Assumptions/dependencies: UI integration, latency constraints; 100 Hz tactile rate is acceptable for operator feedback loops.
- Rapid, reproducible visuo-tactile research and teaching (Academia, Education)
- What: Standardize low-cost tactile setups for classes and labs; replicate published pipelines (3D-ViTac, cross-embodiment datasets).
- Tools/products/workflows: Open-source Gerbers, FPC CAD, BOMs; “build-in-1-lab” curriculum with desktop cutter and laminator; ROS2 node and Python API; notebooks for dataset logging.
- Assumptions/dependencies: Access to FPC vendors/Velostat and basic tools; institution safety guidelines for lamination/cutting.
- Portable data-collection grippers for human demonstrations (Academia/Industry R&D)
- What: Collect in-the-wild visuo-tactile demos to train contact-aware policies that transfer to robot grippers using the same pads and data format.
- Tools/products/workflows: Wearable/handheld “FlexiTac Collector” with fisheye camera; synchronized logging scripts.
- Assumptions/dependencies: Data consent and safety in public spaces; synchronization and time-stamping; ergonomic mounting.
- Low-cost slip/overload heuristics in pick-and-place (Logistics, Warehousing)
- What: Use simple thresholding or pattern change rates to detect imminent slip or overload and trigger regrasp/slowdown.
- Tools/products/workflows: Edge microcontroller rules; ROS2 event publisher.
- Assumptions/dependencies: Normal-only sensing and 100 Hz sample rate may limit very fast slip detection; must be tuned per object class.
- Educational DIY kits for hobbyist arms and student projects (Education, Makers)
- What: Package pads + readout + examples for desktop arms to teach tactile closed-loop control.
- Tools/products/workflows: “FlexiTac Starter Kit,” tutorial code, simple calibration jig.
- Assumptions/dependencies: Basic soldering/assembly skills; USB serial to host PC.
- Simulation-aware policy prototyping (Software/Robotics Research)
- What: Use the provided taxel-level GPU-parallel tactile simulation model (Kelvin–Voigt) to pre-train and fine-tune RL/IL policies before lab deployment.
- Tools/products/workflows: Tactile simulator plugin, SDF-based contact queries, shared normalization/cali pipeline.
- Assumptions/dependencies: Access to GPU physics (e.g., Isaac-style backends); adherence to the documented calibration routine (tuning kn, kd).
Long-Term Applications
These use cases are promising but need further research, scaling, engineering for durability, or certification.
- Large-area “robotic skin” for collaborative robots and multi-finger hands (Robotics, Safety)
- What: Full-coverage tactile skins on arms/hands for contact-aware motion, human-robot safety, and dexterous adjustment.
- Tools/products/workflows: Modular tiling of pads; distributed readout; ROS2 safety reflexes.
- Assumptions/dependencies: Robust IP-rated encapsulation, EMI immunity, cable management, certification for safety standards (e.g., ISO/TS 15066), higher sampling rates for fast events.
- Prosthetics and assistive devices with tactile feedback (Healthcare/Assistive Tech)
- What: Integrate conformable pads onto prosthetic fingertips/palms for closed-loop force control and object slippage mitigation.
- Tools/products/workflows: Biocompatible encapsulants; low-power integrated readout; haptic feedback to user.
- Assumptions/dependencies: Medical-grade materials, regulatory approval, improved durability and hygiene, higher bandwidth and shear sensitivity for nuanced events.
- Consumer home robots with dexterous “touch” (Consumer Robotics)
- What: Tactile fingertips for household tasks (folding, dish stacking, appliance operation) enhancing reliability under occlusion.
- Tools/products/workflows: Factory-integrated pads; sealed, washable skins; self-calibration on boot.
- Assumptions/dependencies: Long-life wear layers, water/grease resistance, low-maintenance recalibration.
- Standardized tactile data formats, calibration, and benchmarks (Policy, Standards, Academia)
- What: Community standards for taxel indexing, units/normalization, calibration protocols (e.g., kn/kd), and public benchmarks for visuo-tactile tasks.
- Tools/products/workflows: Open datasets; reference fixtures and procedures; compliance test suites.
- Assumptions/dependencies: Consortium buy-in (industry + academia), maintenance of open repositories.
- Vision–language–action models augmented with touch (Software/AI, Robotics)
- What: Train generalist manipulation models that fuse language, vision, and tactile to handle contact-rich tasks robustly.
- Tools/products/workflows: Large-scale visuo-tactile datasets; multi-modal encoders; fleet data collection.
- Assumptions/dependencies: Significant compute/datasets; cross-device calibration to reduce domain shift; on-robot inference efficiency.
- Scale manufacturing and cost reduction via integrated electronics (Hardware, Supply Chain)
- What: Single-board readout (no external Arduino), mass-produced FPCs, automated QA to push sensor cost below $10 at scale.
- Tools/products/workflows: DFM for high-volume production, automated test fixtures, SMT assembly.
- Assumptions/dependencies: Volume orders, stable supply of Velostat/alternatives, quality drift control.
- Enhanced sensing modalities and bandwidth (R&D)
- What: Add shear/torque channels, higher sampling rates, or multi-modal layers (temperature/vibration) for richer contact characterization.
- Tools/products/workflows: Hybrid stacks (piezoresistive + capacitive/magnetic), refined electrode designs, improved front-end electronics.
- Assumptions/dependencies: More complex readout and calibration; careful cross-talk mitigation; power and thermal constraints.
- Dexterous cloth and deformable-object manipulation at scale (Robotics/Manufacturing, Apparel)
- What: Tactile-informed folding, threading, and garment handling with fewer vision failures.
- Tools/products/workflows: Task-specific policies trained with visuo-tactile sim2real; gripper geometries optimized for pads.
- Assumptions/dependencies: Robustness of pads under sliding friction, repeatability across fabric types, extensive training data.
- Wearable visuo-tactile gloves for skill capture and coaching (Sports/Training, HCI)
- What: Low-cost gloves capturing pressure maps for sports form analysis or industrial skill transfer to robots.
- Tools/products/workflows: Personalized FPC patterns, wireless logging, analytics dashboards.
- Assumptions/dependencies: Comfort, sweat/wash resistance, data privacy, motion artifact suppression.
- Cross-platform tactile simulation modules in mainstream engines (Software Tools)
- What: Native taxel-level tactile models in Isaac/MuJoCo/PyBullet for sim-to-real policy development.
- Tools/products/workflows: Engine plugins, automated kn/kd fitting from lab data, regression tests for sim–real drift.
- Assumptions/dependencies: Engine support for high-density contact points; real-time performance on GPUs/CPUs; robust calibration pipelines.
- In-line process monitoring and closed-loop force control in precision assembly (Advanced Manufacturing)
- What: Use distributed tactile pads in fixturing and tooling to regulate contact forces in real time, reducing defects.
- Tools/products/workflows: Controller integration with force/tactile feedback; SPC dashboards for pressure distributions.
- Assumptions/dependencies: Absolute force calibration, traceability requirements, integration with PLC/industrial networks (EtherCAT, OPC-UA).
Notes on Common Assumptions/Dependencies
- Sensing characteristics: Primarily normal-pressure signals; approximately linear response region; 100 Hz stream; limited shear/vibration sensing unless extended.
- Integration: Requires pad-to-gripper calibration, taxel indexing, shielding against noise, and mechanical protection for industrial environments.
- Durability and environment: Lamination improves robustness but is not inherently waterproof/grease-proof; frictional wear from sliding contact must be managed.
- Software stack: Best results with 3D visuo-tactile fusion and policy learning; availability of cameras, GPU resources, and training data influences feasibility.
- Supply chain: FPC lead times and Velostat availability; cost benefits increase with order volume.
- Safety/regulatory: Human-contact or medical uses need biocompatible materials and certification; collaborative robots may require safety compliance testing.
Glossary
- Bimanual: In robotics, involving two arms or hands working together on a task. "mounted on fin-shaped grippers in a bimanual manipulation setup"
- Conformability: The ability of a sensor or material to bend and fit onto curved or irregular surfaces. "The breadth of deployments highlights the sensorâs conformability, modularity, and plug-and-play integration."
- Contact-rich manipulation: Tasks that require sustained and complex physical contact with objects or surfaces. "robustness in contact-rich manipulation settings."
- Diffusion policy: A control-policy formulation that uses diffusion models to generate action sequences. "we use a diffusion-policy formulation conditioned on the unified visuo-tactile point set."
- FFC (Flexible flat cable): A thin, flat ribbon-like cable used for compact, low-profile electrical connections. "connected via a flexible flat cable (FFC) to a multi-channel readout board"
- FPC (Flexible printed circuit): A bendable printed circuit used to integrate dense wiring or electrodes on flexible substrates. "Flexible printed circuits (FPCs) enable rapid, repeatable manufacturing and provide a convenient substrate for integrating dense electrode patterns."
- Forward kinematics: Computing the position and orientation of a robot’s parts from joint angles. "each taxel is assigned a 3D position via forward kinematics (and the calibrated pad geometry)"
- GPIO (General-Purpose Input/Output): Programmable digital pins on a microcontroller for general interfacing. "enable scalable addressing of a high-dimensional sensing matrix with minimal wiring and GPIO usage."
- Golden fingers: Gold-plated edge contacts on a PCB used for reliable connector interfacing. "with stiffeners or golden fingers for reliable electrical interfacing."
- GPU-parallel: Executing many simulations or computations simultaneously on a GPU for speed and scale. "with GPU-parallel tactile simulation."
- Kelvin–Voigt penalty model: A contact model combining a linear spring and viscous damper to simulate compliant interactions. "apply a Kelvin--Voigt penalty model (linear spring plus viscous damper) to generate tactile signals."
- Laminate stack: A multi-layer assembly of bonded sheets forming a single structure. "FlexiTac pads adopt a sealed three-layer laminate stack (FPCâVelostatâFPC)"
- MCU (microcontroller): A compact integrated processor used to control embedded systems and I/O. "We use an Arduino Nano as the microcontroller (MCU), chosen for its broad adoption, strong community support, and ease of integration."
- Mechanical compliance: The tendency of a structure to deform under load, allowing safer and more adaptable contact. "This mechanical compliance, together with the thin form factor, makes FlexiTac versatile for tactile sensing across diverse robotic applications."
- Modality indicator: A tag specifying the data source type (e.g., vision or touch) attached to each point or feature. "augmented with a modality indicator for each point"
- Multiplexer: An electronic switch that selects one of many input signals to pass to an output. "this configuration uses one 16-channel multiplexer for analog signal routing"
- Noise floor: The lowest measurable signal level distinguishable from background noise. "including a small noise-floor threshold"
- Orthogonal electrodes: Perpendicular electrode arrangements used to form addressable sensor matrices. "addressed through orthogonal electrodes to obtain spatially organized pressure measurements"
- PCB (printed circuit board): A board that mechanically supports and electrically connects electronic components. "For the readout board PCB, the cost is $3.10 per board at 30 units and $2.61 per board at 1000 units, excluding the microcontroller."
- Piezoresistive: A sensing principle where electrical resistance changes with applied pressure or strain. "a low-cost, open-source, and scalable piezoresistive tactile sensing solution"
- Pitch (electrode): The center-to-center spacing between adjacent electrodes or sensing elements. "the pitch is set to between adjacent sensing units."
- Point-cloud backbone: A neural network architecture specialized for processing point cloud data. "A point-cloud backbone encodes the fused observation and outputs a sequence of manipulation actions"
- Polyimide stiffeners: Thin polyimide reinforcements added to flexible circuits to increase local rigidity. "we add 0.2 mm polyimide stiffeners on the bottom layer of the FPCs to increase the reliability of the tactile sensors."
- Proprioception: A robot’s internal sensing of joint positions and motions used to localize attached sensors. "using robot proprioception"
- Real-to-sim-to-real: A training pipeline that starts from real data, refines policies in simulation, and transfers back to the real world. "Real-to-sim-to-real learning pipeline with tactile simulation."
- Regrasping: Repositioning an object during manipulation by releasing and re-establishing a grasp. "grasping and regrasping"
- Signed distance field (SDF): A scalar field giving the signed distance from any point in space to the nearest surface, used for contact queries. "we query the signed distance field (SDF) of the contacted object"
- Shear forces: Tangential forces parallel to a contact surface, distinct from normal forces. "while shear forces are omitted to reduce modeling complexity and improve sim--real consistency."
- Shift register: A digital circuit that serially shifts bits for compact addressing or I/O expansion. "and four 8-bit shift registers for digital addressing."
- Sim-to-real: Transferring policies learned in simulation to the real robot with minimal performance loss. "and sim-to-real transfer aided by tactile calibration and consistent normalization between real and simulated signals."
- Tactile aliasing: Ambiguity in tactile sensing where different contacts produce similar readings. "reason over local contact dynamics and tactile aliasing"
- Taxel: A single tactile sensing element in an array (analogous to a pixel for touch). "each electrode intersection defines one taxel."
- Velostat: A commercially available piezoresistive film used as the pressure-sensitive layer. "a piezoresistive film (Velostat) is sandwiched between two flexible printed circuits (FPCs)"
- Visuo-tactile: Integrating visual and tactile data for perception and control. "3D visuo-tactile fusion for contact-aware decision making"