-
Notifications
You must be signed in to change notification settings - Fork 421
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
Help understanding the convex shape type? #320
Comments
These are good questions and presage my own archaeology into that domain. Given issues you've created since this issue (#322) it seems you have some answers to these questions. It would be grand if you could capture the answers you've discovered. Ideally, it would be grand if you could doxygen it up and submit a PR. Failing that, documenting the answers here so that someone else can PR it into doxygen would be an acceptable alternative. In the name of completeness (and hoping this doesn't unintentionally inspire to "just wait"), when I get to really exercising the convex geometry type myself, I'll be adding this documentation if it's not already there. I'd really appreciate being able to springboard off of your fine work. |
Sure, I will create a PR to document along with tests related to convex shapes once issue #322 is resolved. I currently have several tests but they depend on ROS packages for importing the stl. Does FCL contain any utilities for reading mesh files, if not I will just update the test to create a sphere mesh opposed to importing from file?
|
In cleaning up a stale PR I ended up doing some of this. Take a look at #325. |
I'm going to close this based on the update in #325. If there are outstanding issues, we can open a new issue. |
I needing help understanding what is the correct format of the data when using the convex shape type.
It requires:
I have a few questions.
The text was updated successfully, but these errors were encountered: