The robotics research community has developed several effective techniques for quadrupedal locomotion. Most of these methods ease the modeling and control problem by assuming a rigid contact between the feet and the terrain. However, in the case of compliant terrain or robots equipped with soft feet, this assumption no longer holds, as the contact point moves and the reaction forces experience a delay. This paper presents a novel approach for quadrupedal locomotion in the presence of soft contacts. The control architecture consists of two blocks: upstream, the Motion Planner (MP) computes a feasible trajectory using Model Predictive Control (MPC); downstream, the Tracking Controller (TC) employs Hierarchical Optimization (HO) to achieve motion tracking. This choice allows the control architecture to employ a large time horizon without heavily compromising the model’s accuracy. For the first time, both blocks consider the contact compliance: in the MP, the classic Linear Inverted Pendulum model is extended by proposing the Soft Bilinear Inverted Pendulum (SBIP) model; conversely, the Tracking Controller (TC) is a Whole-Body Controller (WBC) that considers the full dynamics model, including the soft contacts. Simulations with multiple quadrupedal robots demonstrate that the proposed approach enables traversing soft terrains with improved stability and efficiency. Furthermore, the performance benefits of including the compliance in the MP and TC are evaluated. Finally, experiments on the SOLO12 robot walking on soft terrain validate the proposed approach’s effectiveness.
Legged robots are designed to traverse a wide variety of natural terrains, including soft ground conditions such as snow, mud, and sand. However, the majority of existing control strategies do not account for the terrain compliance, leading to reduced efficiency and performance.
This work presents a control strategy for legged robots that considers the softness of the terrain. It adopts a two-control-blocks architecture composed of a Motion Planner (MP) and a Tracking Controller (TC). For the first time, both blocks consider the contact compliance. The MP uses the novel Soft Bilinear Inverted Pendulum (SBIP) model to compute a feasible trajectory for the robot. The TC employs considers the full robot dynamics and the soft contact model, and computes the optimal joint torques using Hierarchical Optimization (HO). The proposed approach is validated through simulations and experiments on multiple quadrupedal robots. Additionally, the proposed approach is compared with the state-of-the-art and the effects of including the compliance in the MP and/or TC are evaluated.
The heading and lateral Root Mean Square Error (RMSE) are
where and are respectively the measured and commanded base velocity in the heading direction at the th instant, and similarly for the lateral direction; while is the total number of measurements.
The slippage along a trajectory is computed as the integral of the feet’s horizontal movements while in contact with the terrain
where is equal to if the th foot is in contact with the terrain, and otherwise; the velocity of the th foot at the th instant is .
The Cost of Transport (CoT) is computed by assuming that most of the energy is lost due to thermal effects and not due to the mechanical work of the actuators. It is computed with
where and are respectively the horizontal velocity and horizontal reference velocity at the th instant.
The full dynamics model of a legged robot is
where is the generalized coordinates vector, is the generalized velocity vector, is the mass matrix, is the vector of Coriolis and centrifugal forces, is the selection matrix, is the joint torques vector, is the contact Jacobian matrix, and is the contact forces vector.
The SBIP consists in a LIP that lies on a soft surface, modeled as a linear spring-damper system in the normal direction. The dynamic equations are
where , , and are the coordinates of the Center of Mass (CoM) of the robot base, and are the coordinates of the ZMP, is the module of the gravity acceleration, is the total mass of the robot, and is the height of the CoM relative to the terrain. Finally, terrain deformation in the SBIP contact point is , while and are the terrain stiffness and damping, respectively.
The Motion Planner uses Model Predictive Control (MPC) to compute a feasible trajectory for the robot. It employs a simplified model (i.e. the SBIP) and optimized over a “large” time horizon.
The MPC computes the optimal ZMP positions along a sliding window. The base trajectory is derived from the ZMP positions and the SBIP model dynamics. The feet trajectories are computed using a simple heuristic that utilized the ZMP positions.
The Whole-Body Controller (WBC) is a Tracking Controller that computes the optimal joint torques to achieve motion tracking. It considers the full robot dynamics model over a “short” time horizon.
A legged robot mush satisfy a wide range of constraints with different importances and potentially conflicting with each other. Hierarchical Optimization solves this problem by solving a set of conflicting tasks while respecting an assigned priority order.
The set of tasks and their priorities are
Priority | Tasks |
---|---|
1 | Physical consistency |
2 | Actuation torque limits |
Contact friction cone limits | |
Force modulation | |
3 | Contact constraints |
4 | Base linear trajectory tracking |
Base angular trajectory tracking | |
Swing feet trajectory tracking | |
5 | Energy minimization |
Contact forces minimization |
Each task is formulated as a set of linear equality and inequality constraints, as follows
Here, is the optimization vector, where is the generalized velocity vector, are the contact forces, and are the desired terrain deformations. Conversely, and are the equality and inequality slack variables, respectively.
This paper presented a novel approach for quadrupedal locomotion in the presence of soft contacts. The proposed control architecture consists of two blocks: the Motion Planner (MP) and the Tracking Controller (TC). The benefits of including the compliance in the MP and TC were evaluated through simulations and experiments on multiple quadrupedal robots.
@article{DeBenedittis2025Soft,
author = {De Benedittis, Davide and Angelini, Franco and Garabini, Manolo},
journal = {IEEE Transactions on Systems, Man, and Cybernetics: Systems},
title = {Soft Bilinear Inverted Pendulum: A Model to Enable Locomotion With Soft Contacts},
year = {2025},
volume = {55},
number = {2},
pages = {1478-1491},
keywords = {Legged locomotion;Quadrupedal robots;Foot;Vectors;Optimization;Computational modeling;Trajectory;Tracking;Planning;Jacobian matrices;Contacts;legged locomotion;optimal control;predictive control;quadratic programming},
doi = {10.1109/TSMC.2024.3504342}
}