[hrpsys_choreonoid/iob.cpp] load pdgains.file_name on initialize#354
Merged
YoheiKakiuchi merged 1 commit intostart-jsk:masterfrom Jun 10, 2021
Merged
Conversation
Contributor
Author
|
@YoheiKakiuchi |
Contributor
Author
|
ありがとうございます. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#349 の一部です。
実機はservo offの状態から起動しますが、シミュレーションでは時間短縮のためにいきなり立った状態から開始するので、実機では
servo on時にhrpsysで行われる処理を、シミュレーションではiob内で最初から行う必要があります。pdgains.file_nameの値を実機に入力する処理は、実機では
servo on時(厳密にはwrite_pgain等が呼ばれたとき)にhrpsysで行われます。このPRによって、シミュレーションでは開始時にiob内でpdgains.file_nameの値を読むようになります。関連するissue #326 (comment)
この変更によって、実機とシミュレーションで同じpdgains.file_nameのファイルを使用することが可能になります。
rtmros_choreonoid_tutorials以下にあるロボットの中で、実機とシミュレーションで異なるpdgains.file_nameのファイルを使っているロボットについて、start-jsk/rtmros_tutorials#597 で修正しました。