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

Self collision geometries #182

Open
florent-lamiraux opened this issue May 10, 2023 · 1 comment
Open

Self collision geometries #182

florent-lamiraux opened this issue May 10, 2023 · 1 comment

Comments

@florent-lamiraux
Copy link
Contributor

florent-lamiraux commented May 10, 2023

In some robots like Franka Emika Panda, the URDF file contains some links that are used only for self-collision checking.
Removing collision tests between these links and the regular ones can be done using the srdf disable_collision keyword (although cumbersome).
There is currently no way to disable collision between the self collision links and the environment. Should we implement this here:

void removeCollisionPairs(const Model& model, GeomModel& geom_model,

by detecting lines like

<disable_collisions link1="panda_link1_sc" link2="universe">

in the SRDF file ?

@florent-lamiraux
Copy link
Contributor Author

After thinking further, it would not be so simple since when building a composite robot with two such robots, the collisions between the self collision objects of different robots would be difficult to remove.

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

1 participant