English

Solving Footstep Planning as a Feasibility Problem using L1-norm Minimization (Extended Version)

Robotics 2022-04-22 v2

Abstract

One challenge of legged locomotion on uneven terrains is to deal with both the discrete problem of selecting a contact surface for each footstep and the continuous problem of placing each footstep on the selected surface. Consequently, footstep planning can be addressed with a Mixed Integer Program (MIP), an elegant but computationally-demanding method, which can make it unsuitable for online planning. We reformulate the MIP into a cardinality problem, then approximate it as a computationally efficient l1-norm minimisation, called SL1M. Moreover, we improve the performance and convergence of SL1M by combining it with a sampling-based root trajectory planner to prune irrelevant surface candidates. Our tests on the humanoid Talos in four representative scenarios show that SL1M always converges faster than MIP. For scenarios when the combinatorial complexity is small (< 10 surfaces per step), SL1M converges at least two times faster than MIP with no need for pruning. In more complex cases, SL1M converges up to 100 times faster than MIP with the help of pruning. Moreover, pruning can also improve the MIP computation time. The versatility of the framework is shown with additional tests on the quadruped robot ANYmal.

Keywords

Cite

@article{arxiv.2011.09772,
  title  = {Solving Footstep Planning as a Feasibility Problem using L1-norm Minimization (Extended Version)},
  author = {Daeun Song and Pierre Fernbach and Thomas Flayols and Andrea Del Prete and Nicolas Mansard and Steve Tonneau and Young J. Kim},
  journal= {arXiv preprint arXiv:2011.09772},
  year   = {2022}
}

Comments

Extended version of the paper to be published in IEEE Robotics and Automation Letters

R2 v1 2026-06-23T20:22:04.187Z