-
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
support both arm in ReferenceForceUpdater #1005
support both arm in ReferenceForceUpdater #1005
Conversation
Refer to this link for build results (access rights to CI server needed): |
@rkoyama1623 ,ReferenceForceUpdaterのテストでエラーになっているようです.
https://github.com/rkoyama1623/hrpsys-base/blob/73ff65d5605dc41fb17c889b821c95051537620d/sample/SampleRobot/samplerobot_reference_force_updater.py#L23-L24 |
https://github.com/fkanehiro/hrpsys-base/blob/master/sample/SampleRobot/samplerobot_auto_balancer.py#L30 |
73ff65d
to
08d15f2
Compare
Refer to this link for build results (access rights to CI server needed): |
eb914e6
to
1e64fd5
Compare
Refer to this link for build results (access rights to CI server needed): |
Refer to this link for build results (access rights to CI server needed): |
https://github.com/fkanehiro/hrpsys-base/pull/1005/files#diff-b15d6b06bd9640acfcacb2c982115eb8L138 ◉ Kei Okada On Tue, Jun 7, 2016 at 6:34 PM, Ryo KOYAMA [email protected] wrote:
|
ReferenceForceUpdaterを初回にPRしたとき、インデントが揃ってない箇所があったため、今回修正したのですが、コミットを分けたほうが良いでしょうか? |
PRは同じでも,コミットは分けたほうがいいんじゃないでしょうか. ◉ Kei Okada On Tue, Jun 7, 2016 at 8:23 PM, Ryo KOYAMA [email protected] wrote:
|
1e64fd5
to
31a4ec1
Compare
前回、rfuの最初のPRを出すときに、気をつけるべきだったのですが、一つのファイルの中で、インデントが4の場所と2の場所がありました。 またコミットはご指摘の通り、分けました。 このような処置でよろしいでしょうか? |
僕はまあいいかな,直っていなさそうなところはあるけれど.222c902#diff-b15d6b06bd9640acfcacb2c982115eb8R556 |
Refer to this link for build results (access rights to CI server needed): |
…renceForceUpdaterParam and add arm arg to interfaces of rfu [rtc/ReferenceForceUpdater/ReferenceForceUpdaterService_impl{.h,.cpp}] remove arm parameter from ReferenceForceUpdaterParam [rtc/ReferenceForceUpdater/ReferenceForceUpdater.h] add ReferenceForceUpdaterParam structure [rtc/ReferenceForceUpdater/ReferenceForceUpdater.cpp] add Initialization for use_sh_base_pos_rpy [rtc/ReferenceForceUpdater/ReferenceForceUpdater.cpp] enable to set both arms parameters independently in rfu
…u sample to check data port
1e64fd5
to
3615862
Compare
Refer to this link for build results (access rights to CI server needed): |
Refer to this link for build results (access rights to CI server needed): |
テストが通りましたので、よろしければmergeをよろしくお願い致します。 |
RefererenceForceUpdater で両手独立にパラメータを設定できるようにしました。
また、RefererenceForceUpdaterのテストに、データポートのチェックを追加しました。
@mmurookaさん @snozawa さん