haosulab / MPlib

a Lightweight Motion Planning Package
https://motion-planning-lib.readthedocs.io/
MIT License
97 stars 16 forks source link

Collisions not correctly disabled when no srdf file is passed in #71

Closed Lexseal closed 2 months ago

Lexseal commented 3 months ago

When the user does not pass in an srdf, we first look for it by changing the urdf file extension to srdf in the hope there will be one in the same directory. If that fails, we resort to generating an srdf ourselves.

However, it seems the generation function isn't quite correct and doesn't even record all the adjacent links.