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

[fix] fix whole_body_ik config and add a default whole_body_mink_ik config #550

Merged

Conversation

Dingry
Copy link
Contributor

@Dingry Dingry commented Nov 6, 2024

What this does

Fix whole_body_ik config bug.
Add a default whole_body_mink_ik config so that other robots can also use this control mode.

Title Label
Fixes #549 (🐛 Bug)

How it was tested

  • Set input_type=absolute for part controllers in whole_body_ik config
  • Copied a GR1 mink IK control config as the default whole_body_mink_ik config. A validation function was added for the mink controller to check the keys in the config.

How to checkout & try? (for the reviewer)

python robosuite/scripts/collect_human_demonstrations.py --environment Lift --camera frontview --robots Panda --controller WHOLE_BODY_IK

python robosuite/scripts/collect_human_demonstrations.py --environment Lift --camera frontview --robots Panda --controller WHOLE_BODY_MINK_IK

Copy link
Contributor

@kevin-thankyou-lin kevin-thankyou-lin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@kevin-thankyou-lin kevin-thankyou-lin merged commit fc550c0 into ARISE-Initiative:master Nov 6, 2024
2 checks passed
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.

IK control for Panda Robot
2 participants