-
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
[hrpsys_config.py] Add clearJointAngles* methods. #1064
Conversation
1154e39
to
2ee23fe
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): |
バージョンのチェックを入れたほうがいいともいます.315.5.0?以上でないと使えないですよね.そうでないとエラーになるはず. |
@param gname: Name of the joint group. | ||
@return bool | ||
''' | ||
return self.seq_svc.clearJointAngles(gname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
return self.seq_svc.clearJointAnglesOfGroup(gname) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the headsup, fixed in #1146
#1146 で対応中です. |
#665 の python wrapper です.