Papers for

robotics hardware developers

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.

Reconfigurable rover adapts shape for efficient obstacle climbing

GeoTrussRover: Morphological Computation with Contact-Semantic Control Primitives

Abstract: Reconfigurable robots can change their contact geometry when a fixed body cannot negotiate an obstacle. A variable-geometry truss (VGT) distributes this shape change through a load-bearing structure, but coupling it to a mobile base creates a high-dimensional coordination problem. GeoTrussRover combines an electrically actuated VGT, a wheeled base, and contact-semantic morphology planning and control. We solve one source traversal and extract four contact-semantic primitives that describe coordination among 21 members. Physics-constrained projection adapts them to unseen step heights with the same contact topology. When every phase remains feasible, adaptation does not recompute the complete motion. If one phase violates the new physical constraints, only that phase is recomputed. A full-space QP then tracks the adapted motion and corrects member and wheel errors. For transfer from 0.10m to 0.075m, the method reduces objective-function evaluations by 63.7% relative to full recomputation. Contact-phase feasibility analysis covers step heights from 0.10 to 0.46m, or 1.08 to 4.97 wheel radii, with the upper value near the theoretical feasible boundary. The electric prototype traverses 2.11 wheel radii. The resulting low-dimensional representation stores task coordination in a hyper-redundant, load-bearing morphology and reuses it during locomotion.

Thu 10 SeptRoboticsGraphicsNeural and Evolutionary Computing
The gist
Robots often struggle to climb over obstacles because their shapes can't easily change. The authors built a robot with a flexible truss structure on wheels, which lets it change shape to climb steps more easily. They found a way to break down its complex movements into simpler parts, so the robot can quickly adjust when facing new step heights without recalculating everything from scratch. Their robot prototype successfully climbed steps smaller than it was originally designed for, showing this method can save time and effort in controlling such complex robots.
Open 2609.11361v1

Model based reinforcement learning improves robot control with planner guided value updates

CAST: Alternating State-Value Targets and Expanded Policy Gradients for Model-Based Reinforcement Learning

Abstract: Model-based reinforcement learning (MBRL) is a family of RL methods that learn a model of the environment and use it for action selection, making it well suited to robotics due to its sample efficiency. Combining learned models with online planning can further improve action selection, as the planner can exploit the model to find better actions than the learned policy alone. Recent methods combining learned policies with online planning typically learn the value of the policy rather than the stronger planner-guided behavior. We present CAST (Critic with Alternating State-value Target), which uses planner-guided behavior to improve value learning while regularizing the value estimate with the current policy. CAST replaces the action-value critic with a state-value critic, trained using a target that combines a real planner-guided transition and an imagined transition under the current policy. The resulting value function corresponds to an alternating process between planner-guided behavior and the current policy, allowing it to benefit from the stronger planner behavior while being regularised by the policy being learned. We evaluate CAST on the DeepMind Control and HumanoidBench Suites against several state-of-the-art methods, and demonstrate successful transfer to a physical Unitree Go2 quadruped performing a dynamic handstand.

Tue 8 SeptRobotics
The gist
Controlling robots efficiently often requires learning not just from experience but by imagining future actions. The authors introduce CAST, a method that helps machines learn better by mixing plans made using a model with current learned behavior. CAST teaches the robot to value states based on a blend of real planner decisions and imagined choices, making the robot act more skillfully. They tested CAST in simulated control tasks and a real robot doing a physical handstand, showing it learns better movement strategies.
Open 2609.08853v1