-
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
Get foosteps #939
Get foosteps #939
Conversation
…ion method from inside goPos to a new method
…_nodes_list to get new_footstep_nodes_list
Refer to this link for build results (access rights to CI server needed): |
go_pos_param_2_xx関数がconst関数になると良いですね. |
…cerService_impl.cpp, AutoBalancerService_impl.h] add getFootstepsSequence function
d9b81b4
to
af3acea
Compare
Refer to this link for build results (access rights to CI server needed): |
…o_pos_param_2_footstep_nodes_list
…er function in getGoPosFootstepsSequence
Refer to this link for build results (access rights to CI server needed): |
go_pos_param_2_xxの中でconstじゃなくしている要素が大まかには
の2つありました. まず,前者はメンバ変数にする必要がなさそうでしたので引数として渡すように変更しました. 外からfootstepを要求する関数では,go_pos_param_2_xx_coreの方を呼ぶようにして,const関数であることもコメントしておきました. ご確認よろしくお願いします. |
LGTM. |
@snozawa さん
go-posの中でfootstepを作っている関数を外から任意のタイミングで呼べるようになっていたので,
x y thが与えられてたときのfootstepを取得できるようにしましたが,よろしいでしょうか?