-
Notifications
You must be signed in to change notification settings - Fork 88
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
fix bug when overwriting footstep #940
fix bug when overwriting footstep #940
Conversation
なるほど |
Refer to this link for build results (access rights to CI server needed): |
これって、overwriteじか、普段の時に、一回updateの回数が多いのかな? |
overwriteの時にupdateが一回多いです. |
…scontinuity of COG trajectory during footstep overwriting by checking COG too large acc.
|
はい.コメント1コメント2のとおり変更,確認します. |
…er.h] fix bug when overwriting footstep
…s-base into update_overwrite_refzmp_queue
2b8bb47
to
5652d17
Compare
proc_one関数内で2回以上updateしないように変更しました. @snozawa さん |
Refer to this link for build results (access rights to CI server needed): |
LGTM. travisも通ってるようですのでmergeをお願いできますと助かります。 |
fix bug when overwriting footstep
footstepを上書くために
overwrite_refzmp_queue
を呼んだときに,Autobalancerが出すcogの値が飛ぶバグがあったので,修正しました.
・いままで
・このPR