Skip to content

Commit

Permalink
add State-only Foot Placement Constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
matheecs committed Aug 25, 2021
1 parent 9cecaa8 commit 60e5d1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [算法](#算法)
- [约束处理方法](#约束处理方法)
- [实现细节](#实现细节)
- [State-only Foot Placement Constraints [TODO]](#state-only-foot-placement-constraints-todo)
- [References](#references)

---
Expand Down Expand Up @@ -453,6 +454,13 @@ void GaussNewtonDDP::runIteration(bool unreliableControllerIncrement) {
}
```
## State-only Foot Placement Constraints [TODO]
<img src="https://render.githubusercontent.com/render/math?math=\mathbf{h}_{i}^{s w}(\mathbf{x}, t)=\mathbf{A}_{i} \cdot \mathbf{p}_{E_{i}}(\mathbf{x})+\mathbf{b}_{i}+s(t) \cdot \mathbf{1} \geq \mathbf{0}">
> For each contact phase within the MPC horizon, the terrain segment is selected that is closest to the reference end-effector position determined by <img src="https://render.githubusercontent.com/render/math?math=\mathbf{x}_{ref}(t)">, evaluated at the middle of the stance phase.
![](images/cbf_mpc.png)
## References
- [Tutorial on OCS2 Toolbox](https://www.youtube.com/watch?v=RYmQN9GbFYg)
Expand Down
Binary file added images/cbf_mpc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60e5d1a

Please sign in to comment.