Skip to content
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_ros_bridge_tutorials] fix hand_force_calib_offset_HRP2JSKNT* #585

Conversation

Naoki-Hiraoka
Copy link
Contributor

@Naoki-Hiraoka Naoki-Hiraoka commented Oct 30, 2020

HRP2JSKNTとHRP2JSKNTSについて、
rmfo.rtcに読み込ませる6軸力センサの先についているリンクの質量のcalib設定にHRP3Handの質量が含まれておらず、
シミュレーション時に物体操作力の大きさを正しく計算できない問題がありました。

HRP3Handの質量と重心位置を

(send *robot* :hand :rarm :weight)
(send *robot* :rhsensor :inverse-transform-vector (send *robot* :hand :rarm :centroid))
(send *robot* :hand :larm :weight)
(send *robot* :lhsensor :inverse-transform-vector (send *robot* :hand :larm :centroid))

によってモデルから計算し、calib設定を変更しました。

実機では別のcalib設定ファイルを読み込むため、実機への影響はありません。

@Naoki-Hiraoka Naoki-Hiraoka force-pushed the fix-hand_force_calib_offset branch from fbdc213 to 0793189 Compare May 29, 2021 05:37
@Naoki-Hiraoka
Copy link
Contributor Author

#591 に含めました

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant