← Latest papers
💻 computer science

HCLM: A Hierarchical Framework for Cooperative Loco-Manipulation with Dual Quadrupeds

This paper introduces HCLM, a hierarchical framework that combines a centralized Joint Diffusion Policy for high-level spatial coordination with a task-centric hybrid Whole-Body Controller for robust low-level execution, enabling dual quadrupedal robots to successfully perform complex cooperative loco-manipulation tasks in both simulation and real-world environments.

Original authors: Qixuan Li, Chen Le, Jincheng Yu, Xinlei Chen

Published 2026-05-19
📖 4 min read☕ Coffee break read

Original authors: Qixuan Li, Chen Le, Jincheng Yu, Xinlei Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ✨ This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine two four-legged robots (like advanced dogs with robotic arms) trying to work together to move, hold, and assemble objects. Doing this is incredibly hard because they have to walk around, balance themselves, and coordinate their arms perfectly at the same time. If one stumbles, the whole team could drop the object or crash.

The paper introduces HCLM, a new "brain and body" system designed to make these two robots work together seamlessly. Think of it as a two-layered management team: a Strategic Commander and a Tactical Coach.

1. The Strategic Commander (The "Big Picture" Brain)

The Problem: Usually, if you teach a robot to move an object, it memorizes the exact location in the room (e.g., "move to the North-East corner"). If you move the starting point, the robot gets confused and fails.

The Solution: The HCLM uses a "Strategic Commander" based on a Diffusion Policy (a type of AI that learns by watching experts).

  • The Analogy: Imagine two dancers learning a routine. Instead of memorizing "Step left 3 feet," they learn the relationship between them: "Stay 2 feet apart and face each other."
  • How it works: This Commander ignores the absolute position of the room. It only cares about where Robot A is relative to Robot B. This is called an SE(3)-invariant representation.
  • The Result: It doesn't matter if the robots start in the kitchen, the warehouse, or if the whole room is rotated. As long as they know where they are relative to each other, the Commander can generate a perfect plan for them to pass a bottle, carry a rod, or pack a box together.

2. The Tactical Coach (The "Muscle Memory" Body)

The Problem: Even with a perfect plan, the robots might slip, get pushed by a strong wind, or hit a wall. A rigid plan would break under these conditions.

The Solution: The HCLM uses a Hybrid Whole-Body Controller (WBC) to execute the plan. This layer is split into two parts:

  • The Proactive Planner (The Look-Ahead): This part looks a few seconds into the future to make sure the robots don't walk into each other or hit obstacles. It's like a chess player thinking three moves ahead to avoid a trap.
  • The Reactive Stabilizer (The Reflexes): This part reacts instantly (100 times a second) to keep the robots upright and their arms steady.
    • The "Soft Hands" Trick: When two robots hold the same object, they form a "closed chain." If one robot drifts slightly, it creates a dangerous squeezing force (like two people trying to carry a heavy table but one walking faster than the other). The HCLM uses a Cooperative Admittance Scheme.
    • The Analogy: Imagine the robots have "soft hands" or "shock absorbers." If the robots drift apart or push against each other, instead of fighting the force and breaking the grip, they gently yield and adjust their movement to release the tension. This keeps the object safe and the robots from tripping.

3. The Real-World Test

The researchers tested this system in three challenging scenarios:

  1. Dynamic Handover: One robot grabs a bottle while walking, then passes it to the second robot while both are still moving.
  2. Cooperative Carrying: Both robots hold a rigid pole and walk together to a destination.
  3. Cooperative Packing: One robot holds a box steady in the air while the other carefully inserts a bottle into it.

They tested these in a high-fidelity simulation and even deployed the "Handover" task on real robots.

Key Findings:

  • Resilience: When the researchers physically pushed the robots or made them start in random, rotated positions, the system kept working. The "Strategic Commander" didn't get confused by the new angles, and the "Tactical Coach" absorbed the bumps without dropping the object.
  • Failure of Old Methods: When they tried the same tasks with older methods that relied on absolute room coordinates, the robots failed completely (0% success) when the starting position changed.

Summary

In simple terms, HCLM is a system that teaches two quadruped robots to work as a single, flexible unit. It separates the "what to do" (learning relative positions so they can work anywhere) from the "how to do it" (using smart reflexes to stay balanced and avoid crushing the object they are holding). This allows them to perform complex, coordinated tasks even when the environment is messy or unpredictable.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →