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][HRP2JSKNT*] hrpsysやROSではHRP3HandをHRP2全身の関節に含めるようにする #591

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Naoki-Hiraoka
Copy link
Contributor

euslisp/jskeus#598 が必要です.
jsk-ros-pkg/jsk_model_tools#232 が必要です.
start-jsk/rtmros_common#1105 が必要です.
https://github.com/start-jsk/rtmros_hrp2/pull/555 が必要です.
#583 を含んでいます

https://github.com/start-jsk/rtmros_hrp2/issues/578 で述べたように,hrpsysやROSではHRP3HandをHRP2全身の関節に含めるようにします
ハンドだけhrpsysのgroupを利用することで,従来通り全身とハンドを独立で動かせるようにします.(参考fkanehiro/hrpsys-base#1250 )

(send *robot* :angle-vector) ;; 全身+ハンド(従来と違う)
(send *robot* :reset-pose) ;; 全身+ハンド(従来と違う)
(send *ri* :angle-vector (send *robot* :angle-vector) 5000) ;;全身+ハンドの角度を送るが(従来と違う),実機のハンドは動かない(従来通り)
(send *robot* :hand-angle-vector) ;; ハンドのみ(従来通り)
(send *robot* :hand :rarm :grasp-pose) ;; ハンドのみ(従来通り)
(send *ri* :hand-angle-vector (send *robot* :hand-angle-vector) 5000) ;;ハンドのみ指令(従来通り)

@Naoki-Hiraoka Naoki-Hiraoka force-pushed the hrp2_with_3hand branch 2 times, most recently from 58a5c90 to 8dbe782 Compare June 23, 2021 05:55
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