Stablizerのref_contact_state #26
Answered
by
YutaKojio
Naoki-Hiraoka
asked this question in
Q&A
-
Stablizerにref_contact_stateをセットするのはここですが、 hrpsys-base/rtc/AutoBalancer/AutoBalancer.cpp Line 1179 in 5aab7f9 それよりも前の箇所でref_contact_stateを用いてfootOriginCoordsを求める処理が行われるので、 hrpsys-base/rtc/AutoBalancer/AutoBalancer.cpp Line 818 in 5aab7f9 初回などにバグになる恐れがありそう? |
Beta Was this translation helpful? Give feedback.
Answered by
YutaKojio
Feb 17, 2022
Replies: 1 comment
-
st->getActualParameters(); hrpsys-base/rtc/AutoBalancer/Stabilizer.cpp Line 467 in f9a3710 の部分だけかな? ref_contact_states自体は hrpsys-base/rtc/AutoBalancer/Stabilizer.cpp Line 198 in f9a3710 で初期化されていて, 全部trueだから実態とはあってないかもしれないけど, ここもactivateされた1制御周期目にstart-stしないから大丈夫かな |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Naoki-Hiraoka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
st->getActualParameters();
の中で使ってるのは,
hrpsys-base/rtc/AutoBalancer/Stabilizer.cpp
Line 467 in f9a3710
の部分だけかな?
ref_contact_states自体は
hrpsys-base/rtc/AutoBalancer/Stabilizer.cpp
Line 198 in f9a3710
で初期化されていて,
全部trueだから実態とはあってないかもしれないけど,
ここもactivateされた1制御周期目にstart-stしないから大丈夫かな