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

How to set up collision avoidance between arms? #33

Open
SimonQi1 opened this issue Mar 24, 2022 · 1 comment
Open

How to set up collision avoidance between arms? #33

SimonQi1 opened this issue Mar 24, 2022 · 1 comment

Comments

@SimonQi1
Copy link

I want to use a two-arm robot model, but I can't avoid collisions between the two arms during self-collision detection.
Your answer is very important to me, thank you!

@djrakita
Copy link
Collaborator

Hi, thanks for the question. The standard way of doing this using the current relaxedIK implementation is:
(1) manually combine the two robots into a single URDF. Make sure that each link and joint have their own name in the combined URDF.
(2) train the bimanual setup as a single "robot" using the combined URDF.

However, we are currently putting together new code that will substantially improve the ease-of-setup and motion quality for multi-arm systems. I'll keep you posted on that when it's available.

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

No branches or pull requests

2 participants