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

Inquiry on Adding Support for a New Shape in FCL #630

Open
tejalbarnwal opened this issue Dec 7, 2024 · 1 comment
Open

Inquiry on Adding Support for a New Shape in FCL #630

tejalbarnwal opened this issue Dec 7, 2024 · 1 comment

Comments

@tejalbarnwal
Copy link

I am currently working on a project for 3D planning for quadrotors with bonxai. As part of this project, I require collision checking for a custom shape that is not currently supported by FCL. I noticed that FCL supports a variety of shapes such as boxes, spheres, capsules, and octrees, among others.

To complete this, I would like to extend FCL to include support for bonxai. Could you please guide me on how to approach this? Specifically, I am seeking information on:

  • The architectural components or classes in FCL that need to be modified or extended.
  • Any existing documentation, examples, or guides on adding new shape support.
  • Whether there are specific considerations for integration with collision detection algorithms or bounding volume hierarchies in FCL.
  • Additionally, apart from the FCL paper, are there any other specific resources, references, or materials you would recommend to help me understand the inner workings of FCL and the best practices for customization?

Your insights would be invaluable in helping me get started. If there are additional resources or points of contact for this type of customization, I would greatly appreciate you pointing me in the right direction.

Thank you for your time and for maintaining such a powerful library. I look forward to your guidance.

@rjoomen
Copy link

rjoomen commented Dec 10, 2024

FCL does not seem to be actively developed anymore. I suggest you take a look at Coal, a fork of FCL which is under very active development.

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