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

Can broadphase collision detect parallel in different transform scenario? #576

Open
loster-1 opened this issue May 7, 2024 · 3 comments

Comments

@loster-1
Copy link

loster-1 commented May 7, 2024

Can broadphase collision detect parallel in different transform scenario?

@jcarpent
Copy link
Contributor

jcarpent commented May 7, 2024

Dear @loster-1,

Your question is not clear enough. Could you please elaborate more and give a detailed example?

Best,
Justin

@loster-1
Copy link
Author

loster-1 commented May 7, 2024

Dear @loster-1,

Your question is not clear enough. Could you please elaborate more and give a detailed example?

Best, Justin

I'm doing collision detection for a six-axis robot right now, I built a BroadPhaseCollisionManager and register all arms in it, I want to detect the self collision of the six arms of the robot in different postures, but now there are a lot of postures, so I want to do these collision detection in parallel to increase speed. How can I do it?

@loster-1
Copy link
Author

loster-1 commented May 7, 2024

If I can pass the transformations of all objects when do collsion detect, that would be OK, but I can not find the function of BroadPhaseCollisionManager I want.

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