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

Physx Backend With GPU Test #2271

Closed
syslot opened this issue May 29, 2019 · 4 comments
Closed

Physx Backend With GPU Test #2271

syslot opened this issue May 29, 2019 · 4 comments

Comments

@syslot
Copy link

syslot commented May 29, 2019

Hi, I'm trying to use physx as a backend.

Using PhysX with CPU, it works well(Tested by otherPhysicsEngine.py). But using PhysX with GPU, after load urdf and do step_simulation, one exception with 'allocAligned out of sharedMemory' occurred. libPhysXGpu.so throws this exception.

Not all of urdf would cause this exception(r2d2.urdf works normal while minitaur.urdf works abnormal).

Is this a problem caused by URDF2PHYSX?

@erwincoumans
Copy link
Member

The PhysX backend is still early stage, and I never tried the GPU backend. You are following a new path, consider contributing :)

@syslot
Copy link
Author

syslot commented May 29, 2019

Thanks for your replay.

Based on your work and according to the source code , I just do a slightly change in the PhysXServerCommandProcessor::connect.

Now I also open an issue in physx and wait for some help.

@erwincoumans
Copy link
Member

erwincoumans commented May 29, 2019

This is unsupported work, best not to report issues related to this, unless you can reproduce it outside of this code base.

update: ah, it is a known issue in PhysX.

@syslot
Copy link
Author

syslot commented May 29, 2019

Yeah . I will wait for their next version and if I test ok, I will commit one patch to the physx4 brach 😊 .

Close it now.

@syslot syslot closed this as completed May 29, 2019
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