-
Notifications
You must be signed in to change notification settings - Fork 61
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
Not use toe joint in fullbody ik #71
Conversation
I implemented I think this function should be merge to euslisp repository and made Issue, euslisp/EusLisp#39. |
it seems better to use Another comment is did you consider changing min/max value and use weight=0 for toe joint? the proposed code seems too complex just to "not to use toe joint" |
@mmurooka, I agree with this comment.
|
なるほど.. デフォルトでつま先を使わないようにする(hrp2jsknt-util.lにdefmethodを加える)のは,やりすぎでしょうか. |
はい、hrp2jsknts-utils.l, hrp2jsknt-utils.lにデフォルトでつま先weight0のメソッド上書きを追加しておいてください。 それで、さらにつま先を使うときはどうすべきかは、議論の余地がありそうで、 悩みどころとしては、
|
してみました. |
Mergeしました. |
Remove dashboard launch files and yaml files for each hrp2 and use one config file and one launch file
hrp2jsknt and hrp2jsknts have toe joint, but we usually do not use toe joints in full-body motion.
By this PR, toe joints are not used in :fullbody-inverse-kinematics by default for these robots.
I copied from euslib/rbrain/hrpmodel.l but following two pars are modified.
I checked that this PR works by following test code.
By this PR, toe joint angle keeps zero, although toe joint moves before this PR is applied.