# Footstep Planning for Autonomous Walking Over Rough Terrain

**Authors:** Robert J. Griffin, Georg Wiedebach, Stephen McCrory, Sylvain Bertrand,, Inho Lee, Jerry Pratt

arXiv: 1907.08673 · 2019-07-23

## TL;DR

This paper introduces a new A* footstep planner for humanoid robots that efficiently plans footsteps over rough terrain using partial footholds and post-processing to improve solutions, demonstrated on Atlas and Valkyrie robots.

## Contribution

The paper presents a novel A* based footstep planning algorithm that incorporates partial footholds and solution refinement for complex terrains.

## Key findings

- Effective planning over rough terrain demonstrated on real robots.
- Use of partial footholds increases available foothold options.
- Post-processing improves solution quality.

## Abstract

To increase the speed of operation and reduce operator burden, humanoid robots must be able to function autonomously, even in complex, cluttered environments. For this to be possible, they must be able to quickly and efficiently compute desired footsteps to reach a goal. In this work, we present a new A* footstep planner that utilizes a planar region representation of the environment enable footstep planning over rough terrain. To increase the number of available footholds, we present an approach to allow the use of partial footholds during the planning process. The footstep plan solutions are then post-processed to capture better solutions that lie between the lattice discretization of the footstep graph. We then demonstrate this planner over a variety of virtual and real world environments, including some that require partial footholds and rough terrain using the Atlas and Valkyrie humanoid robots.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.08673/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1907.08673/full.md

## References

22 references — full list in the complete paper: https://tomesphere.com/paper/1907.08673/full.md

---
Source: https://tomesphere.com/paper/1907.08673