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

prevent self-collisions in robot motion planning #1331

Open
tomsilver opened this issue Dec 2, 2022 · 1 comment
Open

prevent self-collisions in robot motion planning #1331

tomsilver opened this issue Dec 2, 2022 · 1 comment
Labels
enhancement New feature or request real robot

Comments

@tomsilver
Copy link
Collaborator

haven't seen it be an issue yet in practice, but there's nothing preventing self-collisions in the motion planner right now. ideally, the sampler inside of run_motion_planning should sample only joints that are not in self collision, or the collision checker should check for self collisions.

@tomsilver tomsilver added enhancement New feature or request real robot labels Dec 2, 2022
@williamshen-nz
Copy link
Collaborator

I think I have it working in my other project. One easy way to check, is that the zero configuration for the Panda is in collision.

Might need to use a specific flag when loading the URDF (use self collisions or something)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request real robot
Projects
None yet
Development

No branches or pull requests

2 participants