RMPflow-CLF: Stable Controller Composition
- RMPflow-CLF is a computational framework that unifies Riemannian Motion Policies and Control Lyapunov Function theory to enable stable, concurrent composition of controllers for robotic systems.
- It employs per-subtask CLF-based quadratic programs to integrate heterogeneous nominal controllers while enforcing global stability through a structured pullback mechanism.
- Empirical results validate its effectiveness in real-time tasks like collision avoidance and formation keeping, demonstrating robustness and practical applicability in multi-robot settings.
RMPflow-CLF is a computational framework for the stable, concurrent composition of controllers in multi-objective robotic systems. It unifies Riemannian Motion Policies (RMPs) and Control Lyapunov Function (CLF) theory to enable the combination of heterogeneous subtask policies, each with potentially different geometries, dynamics, and user heuristics, while providing global stability guarantees. RMPflow-CLF generalizes the original RMPflow approach to admit arbitrary per-subtask nominal controllers via a CLF-based quadratic program (QP), thus accomodating various design heuristics under a provably stable, coordinate-free fusion mechanism (Li et al., 2019).
1. Riemannian Motion Policies and RMPflow
An RMP on an -dimensional manifold with local coordinate is specified by acceleration and a state-dependent, symmetric positive-definite "inertia" matrix . Two representations are used:
- Canonical form:
- Natural form: where .
Often, is induced by a Riemannian metric with a curvature-correction: where is the -th column of .
RMPflow organizes subtasks in an RMP-tree, with nodes as manifolds, the root as the robot configuration space , leaves as subtask spaces , and edges as smooth maps with Jacobians . Forward pass (pushforward) computes child states, and backward pass (pullback) fuses leaf RMPs at each node via: The canonical acceleration at the root is .
2. CLF-Based Stability Conditions and Inductive Fusion
RMPflow-CLF introduces explicit CLF treatment for per-leaf controllers. On each leaf , for potential and metric , define the Lyapunov candidate: A leaf force must satisfy the CLF constraint: with a class- function. This ensures .
By induction through tree pullback, if each leaf enforces the CLF decay, then the sum of Lyapunov functions across all leaf tasks,
guarantees non-increasing global energy (), yielding convergence via LaSalle’s principle to joint equilibria (Li et al., 2019).
3. Per-Leaf Quadratic Programs and Nominal Controller Integration
To reconcile CLF stability with user-supplied heuristics, RMPflow-CLF formulates, for each leaf, a one-constraint quadratic program: Here, is an arbitrary nominal control, a user-defined weight. The closed-form projection solution ensures that the CLF constraint is minimally enforced, modifying the user’s control only as necessary. This mechanism allows inclusion of heuristics, demonstrations, or sampling-based plans without explicit derivation of geometric dynamic systems (GDS) curvature (Li et al., 2019).
4. Complete Control Cycle and Computational Feasibility
The RMPflow-CLF algorithm proceeds as follows:
- Initialize at the root.
- Forward pass (pushforward): Propagate state via edge maps and Jacobians.
- Leaf evaluation: For each leaf, solve the CLF-QP to compute and update .
- Backward pass (pullback): Aggregate per-branch RMPs using the pullback formula.
- Resolve: Compute root acceleration .
- Actuate: Apply to the robot.
Each cycle requires analytic QP solves and Jacobian operations. This yields real-time performance for in the tens to hundreds, making the approach practical for multi-subtask and multi-robot systems (Li et al., 2019).
5. Empirical Validation and Performance
Empirical results demonstrate that RMPflow-CLF:
- Generates richer behaviors than strict GDS-based controllers due to greater flexibility in allowed nominal fields (e.g., spiral, time-varying) while retaining identical stability guarantees.
- Outperforms conventional flow-GDS in challenging settings such as multi-robot collision avoidance, notably by resolving symmetry-induced deadlocks via heuristic vector fields.
- Validated on hardware (the Robotarium testbed) in formation-keeping and leader-following, enabling smooth execution of complex leader paths while maintaining provable stability and formation integrity (Li et al., 2019).
6. Extensions via Lyapunov Function Shaping (RMPfusion)
RMPfusion extends RMPflow-CLF by introducing learnable, state-dependent weights for each subtask Lyapunov function: Modified pullback forces, including explicit corrections, ensure cancellation of cross-terms arising from : where cancels the -related terms. For positive, smooth weights with proper inertia, provides global Lyapunov stability, even as the weight functions are trained, for example by imitation learning. The structured policy class supports gradient-based end-to-end optimization and guarantees safety at every iteration, regardless of weight network initialization (Mukadam et al., 2019).
7. Theoretical Guarantees and Applicability
RMPflow-CLF preserves coordinate-free concurrency: each subtask controller is developed independently on its own geometry, with global stability ensured through tree-structured CLF constraints and energy-like descent guarantees. The approach accommodates user-chosen controller heuristics, is computationally efficient for real-time implementation, and supports extension to learned Lyapunov shaping for improved adaptivity. The central theoretical results—inductive CLF composition and closed-form QP solutions—anchor the method's robustness and generality in multi-objective, high-DOF robotic control (Li et al., 2019, Mukadam et al., 2019).