Support for p.connect parameters in pybullet_utils' BulletClient #3675
maximilian-maurer
started this conversation in
General
Replies: 1 comment
-
Would something like this from a recent Facebook paper work ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
pybullet_utils.bullet_client.BulletClient
wrapper is very useful when running many pybullet simulations at once. However, it only supports construction with aconnection_mode
and it is not possible to supply additionalkwargs
to it to pass onto thepybullet.connect
call, such as the shared memory key or TCP/UDP addresses.While it is trivial to work around this by duplicating the class locally and adding this, or by just not using it and supplying the physicsClientId manually to function calls, it would be a nice feature to have for it to be able to pass these parameters through. It is a very small thing, but if it were added it would round-out the class for this use-case which does not seem to be covered. (Or am I just missing it and it is actually already possible?)
Beta Was this translation helpful? Give feedback.
All reactions