> For the complete documentation index, see [llms.txt](https://2022.istvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2022.istvs.org/papers/1534.md).

# 1534 / Foothold Selection Considering Constraint and Slippage Evaluation for Legged Robots

<https://doi.org/10.56884/ZEES3819>

Title: Foothold Selection Considering Constraint and Slippage Evaluation for Legged Robots

Authors: Yufei Liu, Lei Jiang, Chong Tian, Boyang Xing, Zhirui Wang, Bo Su, Tong Yan, Liang Ding, and Haibo Gao

Abstract: Legged robots over a rugged terrain can be accomplished by taking the environment and control constraint models into account when planning foothold and robot movements. In this paper, the foot-terrain slippage evaluation model for 3-DOF leg based on dynamics model is proposed. The authors evaluate the geometrical characteristics of each cell on the local elevation map, checks slippage state constraints and kinematic constraints. Then, we employ reinforcement learning and imitation learning to develop the relationship between the local elevation map, robot state, and robot behavior. The method can help to select the foothold considered geometrical characteristics on the elevation map and the robot state can be determined. The experiments were carried out on legged robots walking over rough terrain in both simulation and real robotic platforms. And the experimental results have demonstrated the effectiveness of the proposed method.

Order the full paper: <https://www.istvs.org/proceedings-orders/paper>

ISTVS members: receive three papers per year as part of your membership via the ISTVS Member Portal: <https://istvs.knack.com/member-portal/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://2022.istvs.org/papers/1534.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
