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

add a function to limit stride #1029

Merged
merged 3 commits into from
Aug 15, 2016

Conversation

YutaKojio
Copy link
Contributor

歩幅を制限できるようにしました.
なお,内側に関しては,旋回時等の足平同士の干渉を考慮して,足平が許容領域に入っているかでみています.
stride_limitation

@k-okada
Copy link
Contributor

k-okada commented Aug 15, 2016

Refer to this link for build results (access rights to CI server needed):
https://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/hrpsys-qnx/2681/

Build Log
last 10 lines

[...truncated 89 lines...]
    at org.jenkinsci.plugins.ghprb.GhprbRepository.createCommitStatus(GhprbRepository.java:122)
    at org.jenkinsci.plugins.ghprb.GhprbBuilds.onCompleted(GhprbBuilds.java:118)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:27)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:12)
    at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:211)
    at hudson.model.Run.execute(Run.java:1765)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:404)

Test FAILed.

@k-okada
Copy link
Contributor

k-okada commented Aug 15, 2016

Refer to this link for build results (access rights to CI server needed):
https://jenkins.jsk.imi.i.u-tokyo.ac.jp:8080/job/hrpsys-qnx/2682/

Build Log
last 10 lines

[...truncated 58 lines...]
    at org.jenkinsci.plugins.ghprb.GhprbRepository.createCommitStatus(GhprbRepository.java:122)
    at org.jenkinsci.plugins.ghprb.GhprbBuilds.onCompleted(GhprbBuilds.java:118)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:27)
    at org.jenkinsci.plugins.ghprb.GhprbBuildListener.onCompleted(GhprbBuildListener.java:12)
    at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:211)
    at hudson.model.Run.execute(Run.java:1765)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:404)

Test FAILed.

@fkanehiro fkanehiro merged commit 2a54c3e into fkanehiro:master Aug 15, 2016
@snozawa
Copy link
Contributor

snozawa commented Aug 15, 2016

@YutaKojio
これって、この方式と従来の頭打ち方法と切り替え可能なんでしたっけ?
また、テストみたいなのもあるといいですね。

@YutaKojio
Copy link
Contributor Author

これって、この方式と従来の頭打ち方法と切り替え可能なんでしたっけ?

従来の頭打ち方法とは
https://github.com/fkanehiro/hrpsys-base/blob/master/rtc/AutoBalancer/GaitGenerator.cpp#L812-L838
のことでしょうか?
であれば,すみません.オフラインでgopos時にも使えると話したのは勘違いしていました.
今回のは,目標終端位置からfootstepを生成する際に用いるものではなく,
goPosやsetFootStepsの結果得られたfootstepに対して,
歩幅を満たすかを判定し満たさない場合(頭打ちして)footstepを上書くようにしたものになります.

主に,上位層がいい加減なsetFootStepsを送ってしまった場合や着地位置補正時の利用を想定しています.

@snozawa
Copy link
Contributor

snozawa commented Aug 16, 2016

なるほど了解です。

@YutaKojio YutaKojio deleted the add-stride-limitation branch August 17, 2016 07:08
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.

4 participants