Papers for

robotic system designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Robot guide dog adjusts handle stiffness based on slope preferences

Understanding User Preferences of a Slope-Aware Variable-Admittance Filter for a Robot Guide Dog

Abstract: This letter investigates how the parameters of a slope-aware variable-admittance filter influence user preferences in force-based interaction with a robotic guide dog for visually impaired individuals. The proposed system consists of a quadruped robot equipped with a sensor-free rigid handle for physical guidance. The framework combines path following, momentum-based interaction-wrench estimation, and a variable-admittance filter whose stiffness and damping are adapted online from slope information extracted by the robot's depth camera. The adaptation policies are evaluated through high-fidelity simulations and a human-subject study involving blindfolded sighted participants. Multiple strategies are compared using a Taguchi L9 design of experiments. Preliminary main-effect results suggest that increasing stiffness uphill and decreasing it downhill improves both objective and subjective metrics, whereas damping shows no significant main effect.

Mon 14 SeptRobotics
The gist
Helping people guide a robot dog physically can be tricky, especially on hills. The paper looks at how changing how hard or soft the robot’s handle feels can make walking easier. The researchers found that making the handle stiffer going uphill and softer going downhill helps people feel better and perform better. They tested this idea in computer simulations and with sighted people wearing blindfolds to mimic blindness.
Open 2609.15362v1

Graph exploration with limited colors improves efficiency on complex structures

Color Complexity of Recolorable Graph Exploration: Upper and Lower Bounds via Block Structure

Abstract: We study exploration of anonymous, port-free graphs by a single agent with no internal memory. To compensate for the lack of memory, the agent uses writable vertex colors as external memory. From every starting vertex, the agent must visit all vertices, return to its start, and terminate there. Throughout, recoloring is unrestricted, and the color count includes the common initial color. However, to our knowledge, no nontrivial color lower bound was known for unrestricted recoloring. We determine the optimal number of colors on two classes defined by block structure and prove the first nontrivial color lower bounds for unrestricted recoloring. First, a single three-color algorithm explores every tree and every simple cycle in $O(n)$ moves, and no algorithm with at most two colors explores $P_3$, the path on three vertices. Second, we give a four-color algorithm that explores every graph whose blocks are cycles or complete bipartite graphs in $O(n)$ moves, and we prove that no algorithm with at most three colors explores all subcubic pseudotrees. Hence four colors are optimal for every class between subcubic pseudotrees and this block-defined class. On cacti, this improves the previous five-color upper bound to a tight four. The lower bound reduces the possible initial actions by hand and rules out the remaining cases by a machine-checked SAT certificate on nine graphs with at most five vertices. Finally, we extend the known five-color algorithm for triangle-free graphs to graphs whose blocks are cliques or triangle-free, using $O(nΔ)$ moves, where $Δ$ is the maximum degree.

Sun 13 SeptDistributed, Parallel, and Cluster ComputingData Structures and Algorithms
The gist
The paper looks at how a simple robot without memory can explore all parts of a network by writing colors on spots it visits. The researchers found the smallest number of colors needed so the robot can always visit every point and come back to start, even when it can change these colors freely. For different types of networks, they showed how many colors are enough and when fewer colors won’t work. Their results improve previous knowledge by lowering the color requirements needed for certain network shapes. They also confirmed some parts using computers to check all tricky cases.
Open 2609.14356v1

Kinematic method links joint motion to platform behavior across robot mechanisms

Lie-Algebraic Bell Recurrences for Arbitrary-Order Twist Jets and Parallel-Mechanism Closure

Abstract: This paper develops an arbitrary-order kinematic construction that links serial propagation, parallel-mechanism closure, and rigid-platform point fields within one dual screw framework. A cylindrical joint is retained as one native physical block, with revolute and prismatic joints obtained as special cases. For each fixed joint axis, ordinary Bell polynomials organize the derivatives of the exponential factor; across a chain, the noncommuting factors remain in their physical order. Initial-frame prefix and terminal-resolved covariant formulas then produce equivalent representations of the serial twist jet. For a parallel mechanism, repeated Leibniz differentiation, with joint-level derivatives organized by Bell polynomials, yields an arbitrary-order triangular active-passive closure recurrence: the same passive Jacobian is solved at every derivative order at a regular configuration, while the right-hand side contains only prescribed active data and lower-order jets. The resulting platform twist jet is mapped exactly to the point-independent affine invariants of the velocity, acceleration, jerk, and snap fields. The validation is deliberately complementary: a generic 3C chain with noncoplanar axes and nonzero rotational and translational cylindrical coordinates tests ordered serial propagation, an RR+RRR spherical wrist tests active-passive closure, and a Hunt-type 6-RUS mechanism with six active revolute joints tests an independently reconstructed platform jet and its affine fields. Independent differentiation of the rigid motion, evaluation of the affine fields, and the differentiated branch closures all agree through fourth order with residuals below $10^{-12}$ in the corresponding SI units. The formulation is purely kinematic and applies at configurations where the selected active-passive partition is regular.

Wed 9 SeptRobotics
The gist
Robots and mechanical systems often have parts connected by joints that move in specific ways. This paper presents a mathematical method to describe motion changes of any order (speed, acceleration, jerk, and beyond) for complex assemblies that include serial chains and parallel mechanisms. The authors use special polynomials (called Bell polynomials) and algebraic tools to keep track of how motions combine, even when joints interact non-linearly. They validate their formulas by testing on different robotic arms and mechanisms, confirming accurate and consistent results.
Open 2609.10748v1

Soft actuators detect and recover from punctures in real time

Real-time Puncture Detection and Recovery for Pneumatic Soft Actuators

Abstract: Soft robots offer safe and adaptive interaction with humans and unstructured environments through their inherent ability to deform and comply. Pneumatic actuators are one way to build soft robots. They are typically made from soft silicone materials and are especially effective for driving such systems, enabling smooth and adaptable motion. However, their compliant nature also makes them vulnerable to mechanical failures like punctures and tears, limiting practical deployment. To address this, we propose a puncture detection system for soft actuators using motion data from a single inertial measurement unit. Extracted features are used to train anomaly detectors for puncture detection and non-linear models to estimate severity. We also introduce a multi-chamber pneumatic soft bending actuator capable of diverse configurations via selective chamber inflation. Our algorithm identifies the punctured chamber and provides a severity score using a chamber perturbation scheme. Anomaly detectors are trained on normal operation data and detect damage through reconstruction errors, while severity is estimated by a separate model trained under slightly modified conditions. Finally, we demonstrate a failure recovery strategy to maintain actuation force post-failure. This approach enhances the reliability and safety of soft robotic systems through real-time, data-driven damage detection.

Tue 8 SeptRobotics
The gist
Soft robots are made from squishy materials and move by inflating chambers with air. These robots can get holes that make it hard for them to work properly. The authors design a system that uses a small motion sensor to spot when a hole happens and how bad it is. Their approach can figure out which part got damaged and help the robot keep working even after a hole appears.
Open 2609.08804v1

Large language models differ in robot safety compliance and behavior

How Long Until Your Robot Ignores You? A Safety Benchmark for LLM Orchestrators in Human-Humanoid Collaboration

Abstract: Large Language Models (LLMs) are increasingly employed to orchestrate robot behavior through natural-language interfaces, yet no benchmark exists to evaluate their reliability as safety-aware decision makers in human-humanoid collaboration. Unlike deterministic safety systems that enforce binary allow/deny decisions, LLM-based orchestrators exhibit a compliance spectrum ranging from overcompliance (refusing safe actions) to full safety violations. This paper introduces the first safety benchmarking environment for LLM orchestrators in human-humanoid collaboration, built on a Model Context Protocol (MCP)-based architecture with safety invariants grounded in ISO 10218-2:2025 protective measures. The benchmark defines five testable safety invariants, a four-level compliance taxonomy (correct compliance, overcompliance, undercompliance, full violation), and a three-layer evaluation pipeline (text prompting, simulated sensor-actuator loops, and physical validation on a Unitree G1 EDU humanoid). We report Layer-1 results: three cloud backends (Claude Haiku 4.5, GPT-4o-mini, Gemini 2.5 Flash) and a local open-weights baseline (qwen3:8b) across 40 100-turn sessions under full-context and sliding-window budget conditions, while the simulation and physical layers remain ongoing. We find that (1) model family determines the safety floor, as Claude and Gemini remain at or near zero violations while GPT-4o-mini commits up to 13 per session, (2) context management dissociates two failure axes, reducing mean behavioral issues by 42-57% for every cloud backend while nearly doubling GPT-4o-mini's violations (3.8 to 7.2 per session), and (3) proportional compliance, clamping movement speed to the rule-specified maximum rather than refusing, emerges consistently only in Gemini; the preliminary simulation layer reproduces the model ranking and the GPT-4o-mini failure-mode inversion.

Mon 7 SeptRobotics
The gist
Robots guided by large language models (LLMs) need to act safely around humans, but there was no way to test how well these AI systems keep people safe. The authors created the first safety test for AI that controls humanoid robots, checking if the robot follows safety rules, refuses unsafe actions, or disobeys them altogether. They tested several popular LLM systems and found big differences: some rarely broke safety rules, while others made more mistakes. The way the AI remembers conversation context also affected safety behaviors in surprising ways.
Open 2609.07288v1