jsk-ros-pkg / jsk_model_tools

JSK model utilities
https://github.com/jsk-ros-pkg/jsk_model_tools
BSD 3-Clause "New" or "Revised" License
5 stars 27 forks source link

[collada2eus] add rhand lhand limbs #232

Closed Naoki-Hiraoka closed 1 year ago

Naoki-Hiraoka commented 3 years ago

https://github.com/euslisp/jskeus/pull/598 が必要です.

ハンドをロボットのlimbとして扱いたい場合があるため, collada2eusで,limbとして新たにrhandlhandを扱えるようにするための変更です. 副作用はありません.

Naoki-Hiraoka commented 3 years ago

yamlファイルに

limbs: [rleg, lleg, torso, head, rarm, larm, rhand, lhand]

などと書くと、それらのlimbを追加する形にしました。(デフォルトは[rleg, lleg, torso, head, rarm, larm])

Naoki-Hiraoka commented 1 year ago

https://github.com/jsk-ros-pkg/jsk_model_tools/pull/250 で解決しました。