hand robot configuration #52
-
To configure a hand robot, should I create configs for each finger? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
You can use a single file for the full robot hand. Here is an example: https://github.com/NVlabs/curobo/blob/main/src/curobo/content/configs/robot/iiwa_allegro.yml |
Beta Was this translation helpful? Give feedback.
-
https://github.com/NVlabs/curobo/blob/main/src/curobo/content/configs/robot/iiwa_allegro.yml#L35 I noticed that ee_link only set one target, does that mean it can be only controlled one finger? |
Beta Was this translation helpful? Give feedback.
-
Todesk.2023.11.28.-.23.24.38.02.mp4Is it normal that "Plan did not converge to a solution" appeared frequently? |
Beta Was this translation helpful? Give feedback.
You can add any additional targets to link_names in the configuration file. Then you can pass in targets for the additional link names like here:
curobo/examples/isaac_sim/multi_arm_reacher.py
Line 301 in 4aabfa0
You can try out the
iiwa_allegro.yml
file in the multi-arm example by runningomni_python examples/isaac_sim/multi_arm_reacher.py --robot iiwa_allegro.yml