Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoBalancer/README.md]add documentation for FootGuidedController #77

Open
wants to merge 1 commit into
base: auto-stabilizer
Choose a base branch
from

Conversation

Naoki-Hiraoka
Copy link
Collaborator

@Naoki-Hiraoka Naoki-Hiraoka commented Jul 19, 2022

FootGuidedControllerの導出を追いつつ自分用に数式をtexで書いたので、もしかしたら誰かの役に立つかもしれないと思いここに共有します。

こちらから読めます
https://github.com/Naoki-Hiraoka/hrpsys-base/blob/PR-tex/rtc/AutoBalancer/README.md

書いていて思ったのですが、dzを引く位置は正しくはここでは無いのではないかと思います。

また、数式上のj=nのインデックスが足されていないように思いました

for (size_t j = 0; j < ref_zmp.size() - 1; j++) { // 数式上のindexとは1ずれてる

これはGaitGeneratorでref_zmpの末尾に余分に1つ追加していたので大丈夫でした。
ref_zmp_traj.push_back(LinearTrajectory<hrp::Vector3>(last_cp, last_cp, 1));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant